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
73.98k stars 31.02k forks source link

Daikin integration not updating the state once connection is lost #129764

Open vobelic opened 3 weeks ago

vobelic commented 3 weeks ago

The problem

I have occasional dropouts of the Daikin BRPxxxxxx from WiFi and i'm observing that the integration indeed timeouts, but the state of the device entities never reflects this. This means I cannot reliably set automations/notifications when the dropout happens (e.g. to track device offline status), as HA still thinks that Daikin is available and tries to poll the data until timeout. The only way to trigger the state update is to reload the device from the Daikin integration, upon which the entities are finally marked as "unavailable".

The expected behavior would be that the integration marks the entities with state=unavailable after a few times a timeout occurrs.

What version of Home Assistant Core has the issue?

2024.7.2

What was the last working version of Home Assistant Core?

n/a

What type of installation are you running?

Home Assistant Core

Integration causing the issue

daikin

Link to integration documentation on our website

https://www.home-assistant.io/integrations/daikin

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 3 weeks ago

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

Code owner commands Code owners of `daikin` 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 daikin` 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)


daikin documentation daikin source (message by IssueLinks)

ciaran4 commented 2 weeks ago

Having the exact same issue for the past few weeks, haven’t got time to advise - I thought this Daikin issue was resolved 😥

ciaran4 commented 1 week ago

Hi, any update on this? @homeassistant