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.41k stars 30.66k forks source link

Daikin not updating #128446

Closed judo16 closed 2 weeks ago

judo16 commented 2 weeks ago

The problem

Whilst instructing changes, the Daikin aircoditioner correctly operates ie turning a zone on or off, it does not update in Home Assistant for around 5 minutes. ie if you turn on a zone, the zone turns on, but the status in Home Assistant Shows that it is still off. The opposite is true too. This means that if you turn a zone on, you can't turn it off for 5 minutes, and vise versa. There is no error in the logs. It appears that it is not updating the status when sending a command. This is using the BRP15A61 unit.

What version of Home Assistant Core has the issue?

2024.10.2

What was the last working version of Home Assistant Core?

2024.7.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Daikin

Link to integration documentation on our website

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

Diagnostics information

home-assistant_daikin_2024-10-15T13-46-35.746Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No errors noted in the logs.

Additional information

No response

home-assistant[bot] commented 2 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)

axlback commented 2 weeks ago

The problem

Whilst instructing changes, the Daikin aircoditioner correctly operates ie turning a zone on or off, it does not update in Home Assistant for around 5 minutes. ie if you turn on a zone, the zone turns on, but the status in Home Assistant Shows that it is still off. The opposite is true too. This means that if you turn a zone on, you can't turn it off for 5 minutes, and vise versa. There is no error in the logs. It appears that it is not updating the status when sending a command. This is using the BRP15A61 unit.

What version of Home Assistant Core has the issue?

2024.10.2

What was the last working version of Home Assistant Core?

2024.7.4

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Daikin

Link to integration documentation on our website

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

Diagnostics information

home-assistant_daikin_2024-10-15T13-46-35.746Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No errors noted in the logs.

Additional information

No response

I thought i was going mad..I have exactly the same problem. I tried removing and re-adding the devices without success.

philiprusinov commented 2 weeks ago

The same on my side. On/Off working, but status update in HA comes with delay of around a minute. You hit button for heating, and nothing happened in HA, in the background device has started.

Hostground commented 2 weeks ago

Is this the same problem as https://github.com/home-assistant/core/issues/127709 ??

This has never been fixed for my setup.

philiprusinov commented 2 weeks ago

Is this the same problem as #127709 ??

This has never been fixed for my setup.

Not sure that it is the same issue. In my environment, only power On/Off comes with delayed update, all the rest modification of settings are fine. If you change the temperature it is refreshed again. But if you click to On/Off the action is refreshed on the screen after a while, despite the fact that it is submitted to the aircon immediately, I don't have any delays on the end device.

adampetrovic commented 2 weeks ago

Can you try upgrading to v2024.10.3 - the fix for this should have landed there.

axlback commented 2 weeks ago

Can you try upgrading to v2024.10.3 - the fix for this should have landed there.

Resolved for me, thank you very much.

judo16 commented 2 weeks ago

Thanks for that! Yes, updating took it from updating once every 5 minutes, to updating a few seconds after the change. Great work :)