Skip to content
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

Closed
kamakazie2 opened this issue Dec 16, 2024 · 7 comments
Closed

[wiz] No Brightness or Power On/Off for Full Color/White bulbs #17912

kamakazie2 opened this issue Dec 16, 2024 · 7 comments
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@kamakazie2
Copy link

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.

@kamakazie2 kamakazie2 added the bug An unexpected problem or unintended behavior of an add-on label Dec 16, 2024
@jlaur jlaur changed the title Wiz Binding: No Brightness or Power On/Off for Full Color/White bulbs [wiz] No Brightness or Power On/Off for Full Color/White bulbs Dec 16, 2024
@kamakazie2
Copy link
Author

kamakazie2 commented Dec 16, 2024

Update:
I did add a wiz tunable white thing to the same light under the same ip address and use the brightness control and it worked on the white and scene brightnesses. So if you can get the brightness channel from the tunable white bulb add into the Full color bulb were all set. Unlike the old Wiz binding Brightness to 0 turns off the bulb.. so no need for On/Off

@jlaur
Copy link
Contributor

jlaur commented Dec 16, 2024

@ccutrer - FYI. In general I think you should be able to link Dimmer and Switch to the color channel, and for example use a Dimmer item to control brightness. But it seems like things might be a bit more complicated if the bulbs can have different modes?

@openhab-bot
Copy link
Collaborator

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

@ccutrer
Copy link
Contributor

ccutrer commented Dec 16, 2024

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.

@ccutrer ccutrer closed this as completed Dec 16, 2024
@kamakazie2
Copy link
Author

Outstanding! Ill try when i get home thanks for the fast support!

@ccutrer
Copy link
Contributor

ccutrer commented Dec 16, 2024

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.

@kamakazie2
Copy link
Author

Works perfectly! Thank you for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

No branches or pull requests

4 participants