home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.77k stars 28.91k forks source link

Hue integration non-responsive when there is a HA upgrade ready #120660

Open reiniertc opened 1 week ago

reiniertc commented 1 week ago

The problem

This issue has happened before, was gone for som time and the last 3 updates of HA it happened again.

The orignal issue: link

I have several dashboards showing the status of my hue lights. They make use of the core integration for hue lights. For the last couple of HA-upgrades, the event-changes of the hue-lights arent reported (as in: HA doenst see the updated status) and action buttons to turn on/off the lights won't work anymore in the event that an update of HA is ready to install. They start working again after I perform the upgrade.

I have no clue what's causing it, but for the last 3 HA-updates it was the case.

What version of Home Assistant Core has the issue?

core-2024.6.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 week ago

Hey there @balloob, @marcelveldt, mind taking a look at this issue as it has been labeled with an integration (hue) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `hue` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign hue` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


hue documentation hue source (message by IssueLinks)

marcelveldt commented 18 hours ago

Sorry, I am going to tell you the same as I did last time. This is really not possible. Most likely there is some other thing causing it. In anyways it cant be related to an update being available.

I really can't help you with this one. I looked at the code for hours and there is no path that explains the behavior. You are also literally the only one reporting this issue. I would have a good look at all your automations etc. to see if there is something related there.

reiniertc commented 18 hours ago

all good Marcel :-) I've de-activated plugins and integrations to rule them out and still... this keeps haunting my HA setup. Is there any type of logging I can activate to collect some kind of a clue perhaps?

marcelveldt commented 17 hours ago

Maybe disable the auto backup component ? Or ANY custom integration you may have ?

Also I wonder, if its just the state updates that stop working or you can not even control the lights from HA. In other words: do they become unavailable entities in HA ?