-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix better control of RGB/White when SetOption37 >128, added Dimmer1 and Dimmer2 commands #6799
Conversation
@RoadRunnr the WebUI doesn't update the slider positions while the change comes from outside the UI. Also I beg you, please make the "c1" etc uppercase :) |
It is not a roadrunner issue. |
Fix wrong Dimmer behavior introduced with #6799 when SetOption37 < 128
Works flawlessly, thank you; Just out of curiosity, is there any way to send a "Color" command in the RR,GG,BB form that would not reset Channel4 (white) to 0 ? Since it's currently the case, I am forced to use HSBcolor to avoid resetting Channel4. Thx. |
Thanks for the feedback. It's currently not possible but I believe the code change would be small. Let me take a look. |
After further testing, I found the following bugs; let me know if I should open a separate issue or if this can be handled from this thread; Thanks again! (1) --- "Dimmer2" is not reflected in MQT, therefore any changes to "dimmer 2" or "channel 4" is reflected on "dimmer 1" instead: 17:57:13 CMD: dimmer 33 (2) --- Once "power2" is set to off, Any changes to hsbcolor, color etc. powers ON "POWER2" 18:03:51 MQT: stat/RGBW1/POWER2 = OFF (3) --- and vice versa: Once "power1" is set to off, Any changes to channel4 powers ON "POWER1" 18:04:55 CMD: power1 off |
Bug confirmed. Will work on it. |
@homeseer666 fixed in #7020 |
Thank you, much appreciated |
Description:
Power1
andPower2
.Dimmer2
command to change only dimmer of white channels.Dimmer
orDimmer1
will only change RGB brightness.SetOption37
will trigger a reboot, it is required in most cases.Channel<x> +
andChannel<x> -
to add/substract 10 to brightness channel (range is still 0..100). This is an old request from @jziolkowskiI didn't add sliders for the two separate dimmers. @RoadRunnr would you be kind enough to look at it?
Related issue (if applicable): fixes #6714
Checklist: