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.23k stars 30.58k forks source link

Issue with Daikin FVXM35YVMA #125584

Open brains420 opened 1 month ago

brains420 commented 1 month ago

The problem

I don't think this is fixed yet. I'm getting the same error on 2024.9.1.

Log viewer is saying the below.

ERROR (MainThread) [pydaikin.daikin_base] Exception in TaskGroup: Cannot connect to host 192.168.86.29:2000 ssl:default [Connect call failed ('192.168.86.29', 2000)]

My model number is FVXM35YVMA. It's a new model but works with the Daikin mobile controller like the BRP072A42 does.

Homeassistant is trying to talk on port 2000 during install of Daikin AC integration and erroring out.

I'm not sure why it's trying to use port 2000. I've only ever used REST via port 80 to talk to Daikin AC's. I've monitored traffic from the Daikin mobile controller app on my phone and it's talking REST via port 80 as well. HTTP traffic looks like the same sort of data you've been reverse-engineering since the last Daikin firmware upgrade.

Please let me know if you'd like any more information. I'm happy to provide any help you might like.

What version of Home Assistant Core has the issue?

2024.9.1

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

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?

ERROR (MainThread) [pydaikin.daikin_base] Exception in TaskGroup: Cannot connect to host 192.168.86.29:2000 ssl:default [Connect call failed ('192.168.86.29', 2000)]

Additional information

No response

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)