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
71.73k stars 29.99k forks source link

Daikin integration doesn't work anymore with BRP069A8 #123638

Closed lamauny closed 1 month ago

lamauny commented 1 month ago

The problem

Daikin Integration was working well until I update HA core from 2024.6.1 to 2024.8.1 My Wifi Controller Unit is BRP069A8x (FW:4.0.3)

What version of Home Assistant Core has the issue?

core-2024.8.1

What was the last working version of Home Assistant Core?

core-2024.6.1

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

2024-08-12 09:35:05.868 DEBUG (MainThread) [pydaikin.factory] Trying connection to BRP069 2024-08-12 09:35:05.868 DEBUG (MainThread) [pydaikin.daikin_base] Updating ['common/basic_info'] 2024-08-12 09:35:05.871 ERROR (MainThread) [pydaikin.daikin_base] Exception in TaskGroup: 'DaikinBRP069' object has no attribute 'headers' 2024-08-12 09:35:05.872 ERROR (MainThread) [homeassistant.components.daikin] Unexpected error creating device 192.168.1.56

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Here is the result of http://192.168.1.56/common/basic_info : ret=OK,type=aircon,subtype=qa,reg=eu,dst=1,ver=4_0_3,pow=0,err=0,location=0,name=%44%61%69%6b%69%6e%41%50%34%31%36%31%30,icon=0,method=polling,port=30050,id=2cb1f4fe-8085-460a-84f3-b577234d2bc5,pw=,lpw_flag=0,adp_kind=2,pv=0,cpv=0,led=0,en_setzone=1,mac=A0CC2B6BCF6C,adp_mode=run,en_hol=0,ssid1=freebox,radio1=-39,ssid=DaikinAP41610,grp_name=,en_grp=0

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

lamauny commented 1 month ago

@fredrike it seems that you already know about this issue^^ https://github.com/fredrike/pydaikin/commit/e669218a47dfa416c3aaeac6e1093b409a484b64 do you know when the fix will be available in homeassistant ? Thx

joostlek commented 1 month ago

Duplicate of #123550