-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Philips Hue integration not properly reporting light states (continuation of #61819) #61926
Comments
hue documentation |
Hey there @balloob, @marcelveldt, mind taking a look at this issue as it has been labeled with an integration ( |
I'm facing the same issue. States are out of sync. HA showing the light on while the light is actually off. I only get them in "sync" again if I change something from the colors. |
Changing something in android hue app forces sync as well. |
Some things to check:
|
|
Hi Marcel,
I can see two more people complaining in the main thread (https://community.home-assistant.io/t/2021-12-new-configuration-menu-the-button-entity-and-gorgeous-area-cards/365680/421) |
Some more info here as well #61819 (comment) |
I think I can reproduce the issue now. I will investigate. |
To me, it looks like the state is updated quickly in the UI when I change the light on/off in the HUI app. But when I try to turn off a light from HA, the light turns off, but the state remains on.
|
Are some people able to turn on debug logging ? In your configuration.yaml:
|
(sorry for adding details to the closed issue!) I did some experiment on my own, I changed the timeout (hardcoded in aiohue events.py to 10 seconds), I finally set it to 120 and...
If I look at my previous logs, I see that the reconnections happened every 10 seconds, now every 120 seconds... I guess I'll fix my issue by setting the timeout to a very high number? 😄 |
Oh my.... My fix from early today broke this. You can set it back to zero for now to have a stable setup. Please check how that works out. |
i am also seeing this issue. When i attempt to reload the integration the conneciton is kept for a few seconds then it quickly loses it again and i can no longer control the light.
|
Issue is also causing motion sensor to not detect movement or stay in motion "Detected" status. Just rolled back to core 2021.12.1 and motion sensor and light status are back to normal. Thanks :) |
Please revert to 2021.12.1 if you experience this issue. We'll provide a fix soon, thanks! |
@marcelveldt thank you for all your efforts in resolving everything, it is VERY much appreciated! Personally i can't rollback because then the app configuration menu will be hidden from non-admin users so i will hold off until the fix is ready :) |
I'm not seeing this issue with my V2 hub. Model number: BSB002 |
I am experiencing the same issue with data in HA being out of sync. Restarting the addon and or HA appears to rectify the issue but only for a short time. |
Please do not report the same issue again. It's confirmed. |
Sorry I didn't see that - my apologies |
Managed to fix it (this time for real haha). |
Thank you so much for your efforts on this @marcelveldt it is very much appreciated. Your a star ⭐️ |
Reopened as reference for others not reporting the same issue. |
Is this fixed in 2021.12.2, or will that be a later release? I'm still seeing this is 2021.12.2. |
@srijken I think it will be in 2021.12.3. Version 2021.12.2 was released before this bug fix. |
@srijken |
I have the same issue only i am not using ikea blubs but the lidl bulbs that give this problem They bulbs give the wrong color and i when i turn them on after sec they turning off again in ha but they are still on I have this problem since the release of 2021.12 and core-2021.12.2 the problem i still there |
@TheFes The issue already existed in 2021.12.0 and 2021.12.1 but got worse in 2021.12.2. So a rollback to .1 will make things a bit better but not 100%. 2021.12.3 will be released today in which it should be fully fixed. @trunks403 Please open a new issue if you still experience issues AFTER the update to 2021.12.3 Thanks! |
Thanks for your effort @marcelveldt really appreciate your work on this! |
I also had troubles with this bug. Toggling a group of hue lights in HA would hang after 5-6 cycles. Thanks! |
Same here, everything seems good now after the update, thank you! |
Great to hear that the issues are now resolved, thanks for your patience! |
Just did the upgrade to 2021.12.3 but sadly the states are still not correct. |
Can you open a new issue and exactly describe what is not correct ? |
The description matches 100% for me. I also use ikea bulbs and Original hue bulbs. State in the hue app is correct but its wrong at home Assistant. |
This is a closed issue. Please report a new one, exactly describing what issues you experience. With all lights or some etc ? You may want to enable debug logging to see a lot more info. Also, in general look in the logs if there are errors. |
The problem
I still have my hue lights connected to bridge v2 wrongly reporting its state. It happens with Philips bulb with latest firmware and with 3rd party like IKEA ones. I did testing with quick toggling (ON and OFF) and with slow one. My zigbee sensors state is connected and light entities report state as ON but in fact they are OFF. Sometime after a long while they change by itself to proper one but it is rather random.
What version of Home Assistant Core has the issue?
2021.12.2
What was the last working version of Home Assistant Core?
2021.11
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Philips hue
Link to integration documentation on our website
https://www.home-assistant.io/integrations/hue/
Example YAML snippet
N/A
Anything in the logs that might be useful for us?
Additional information
N/A
The text was updated successfully, but these errors were encountered: