-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rgbwPM in white mode 4 channels doesn't work #1616
Comments
Currently not. Can you please send logs when this happens? |
Hi, this is the result: 183159513 shelly_output.cpp:96 Output 1: 0.111001 (transition) |
It seems the channel 1 works fine by physical and digital switch. As soon as I activate channel 2 all channels are activated by all physical and digital switches.. |
Log by activate channel 1: (I have deleted the transition parts) 18682805 shelly_debug.cpp:231 No log file, sending new entries 52167712 shelly_output.cpp:96 Output 1: 0.991171 (transition) 54849330 shelly_output.cpp:96 Output 1: 0.010104 (transition) Log by activating channel 2: 280423759 shelly_debug.cpp:231 No log file, sending new entries 298514953 shelly_output.cpp:96 Output 2: 0.979492 (transition) 301420864 shelly_output.cpp:83 Duty: 0.017 |
This sounds more like a PWM problem. Can you try to set the mode to normal (4 switches) on time and see if everything works there. Outputs are binary then. |
in switch mode it works fine... :) I use 2 different LEDs for testing, it seems the second one has a problem with pwm. I swapped the LEDs (back in white mode), now channel 2 works and channel 1 is acting up. Thanks for the solution - I'll test it again in a few days or next week with the same "correct" LED, but I'm confident that it will work then and will report back. |
Ok Strange. I remember there was someone having a similar problem that went away. |
@stahlbox could you share your wiring setup please? I have issues with my setup: |
I use the circuit provided by Shelly with 2 LEDs and 2 buttons in white mode. Switched to channel 1 and 2. Channel 3 and 4 are not connected. Nothing special |
@stahlbox where can I find this circuit? Cannot find it sadly, could you share it with me please? :-) |
Hello,
I have the following problem with the Shelly rgbwPM:
I want to use it in white mode (4 channels) with 4 LED strips and 4 buttons (one for each channel) . The test installation was carried out with 2 LEDs on 2 channels with 2 buttons. I want to use one button for each LED and the Homekit control. As long as I use button 1 and only channel 1 in the Homekit, LED 1 works as it should. As soon as I use channel 2 via the button or Homekit, both channels switch at the same time. If channel 1 is off and I activate channel 2, channel 1 is also activated automatically. I can then only control both channels. Even if I then control channel 1, both channels are controlled.
The wiring is correct according to Shelly specifications in white mode and the circuit works perfectly with the Shelly software.
Input mode = momentary
initial state = last
Same thing after a hard reset.
Does anyone have any ideas?
The text was updated successfully, but these errors were encountered: