-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[wiz] No Brightness or Power On/Off for Full Color/White bulbs #17912
Comments
Update: |
@ccutrer - FYI. In general I think you should be able to link |
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/openhab-4-3-release-discussion/160888/53 |
This is expected behavior. You absolutely CAN send an ON or OFF command to a brightness and/or color channel and it will turn on to the last brightness and color (or color temperature), or a brightness (percent) only command to a color channel. I do this every day with my RGB+CCT bulbs. This is in accordance with openHAB guidelines: https://www.openhab.org/docs/developer/addons/faq.html#modelling-channels, and was mentioned both in the PR, and less directly in a community post referencing that WiZ is now part of main distribution. |
Outstanding! Ill try when i get home thanks for the fast support! |
So note that there's two (and a half) ways to do this. The closest to how you likely had things set up before is to just link additional Switch and Dimmer items to the color channel (or Switch to the brightness channel). The second (which is what I use) is to only have a Color item, and just have any rules send ON/OFF and percent commands even though it's a Color item. The "half" is because in BasicUI you can also link switch and slider controls to Color items, which is basically the same thing. Depending on how you use BasicUI there can also be ways to send an ON command to a slider (at least on Android). Just play around and see what works for how you have UIs set up. Just know that under the hood, the binding processes an ON/OFF command the same regardless of if it's addressed to a color, brightness, or state channel. |
Works perfectly! Thank you for the clarification. |
With the new Wiz Binding in 4.3 the Full Color/Tunable White bulb does not have a way to control the brightness for the white modes.
The prior 3rd party add in had power/brightness channels.
Im expecting to use the power state channel to turn on and off the bulb in the last state it was on
I am expecting the brightness channel to control both color and white. Using just the color channel does not allow me to activate the white leds. The only way to activate White currently is to use the Light Mode Warm or Cool white, any attempt to dim the light with the color channel puts it in color mode.
I use this function to dim my lights when they are in warm white mode.
The current work around it to use the Night Light scene for now but that is only warm white.
The text was updated successfully, but these errors were encountered: