-
Notifications
You must be signed in to change notification settings - Fork 30
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
Hue brightness 1 turns lights off #217
Comments
Are you sure the light is not just very dim? Hue lights can get unusably dim. |
@puddly I am pretty sure that isn't the case. |
Not trying to be a pain but they are different physical devices. Can you do us a favor and add the round one to the hub and see what it looks like at 1%? Thanks! |
@dmulcahey Sure, there are 2 Hue White and Color Ambiance lights in it. I have now reset and moved 1 back to my Hue bridge and applied the same scene. Seems to me that this is some weird Hue quirk that they patched in the bridge. |
To avoid confusion in this case I am not talking about |
Have you tried updating the lamp's firmware to the latest release? |
Now that it was connected to my bridge I updated it to the latest version. |
I read a comment somewhere that this also used to be the case with z2m but they patched it. |
Yeah, I think the behavior on the Hue side is intentional. This can't be caused via the HA UI, right? So, any reason you need to be sending |
I was playing around with this project and it has a scene with Here they mention (old post) it used to also be the case with Hue bridge but Philips/Signify changed it. I cannot find any more information or release notes from Hue about this topic. |
It's disappointing that Hue is still releasing broken firmware for the device. It should be possible to write a quirk for the device to translate all individual light commands and mutate the brightness but if the bulb is part of a Zigbee group, this isn't behavior that can be corrected in that situation. Can you upload diagnostic JSON for the device? It'll contain info to uniquely identify the model, including firmware version. |
This is what you requested right? But I have to add that this is not only the case with this specific model but with every Hue light (that I have ), I see the same behaviour with my non color Hue lights. |
Applying brightness value 1 to a Hue light turns it off. In the UI it seems to be still "on" but the actual light is not on anymore.
This is different behaviour than when I do the same to a Hue light that is still connected to my Hue bridge, there it seems to send a different brightness value to the actual lamp and it still turns on with a very low brightness.
The attribute value reported back in both cases is
brightness: 1
so I am assuming the bridge does some custom behaviour in case of this value.The text was updated successfully, but these errors were encountered: