Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daikin Integration not working under 2024.8.0 #123416

Closed
RonFac opened this issue Aug 9, 2024 · 22 comments
Closed

Daikin Integration not working under 2024.8.0 #123416

RonFac opened this issue Aug 9, 2024 · 22 comments

Comments

@RonFac
Copy link

RonFac commented Aug 9, 2024

The problem

After upgrading to 2024.8.0, my Daikin HVAC integration would not start. Regressing to the previous version 2024.7.4 has temporarily fixed the problem

What version of Home Assistant Core has the issue?

2024.8.0

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

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

File "/usr/src/homeassistant/homeassistant/config_entries.py", line 604, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/daikin/init.py", line 49, in async_setup_entry
daikin_api = await daikin_api_setup(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/daikin/init.py", line 88, in daikin_api_setup
device: Appliance = await DaikinFactory(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pydaikin/factory.py", line 26, in new
await instance.init(*a, **kw)
File "/usr/local/lib/python3.12/site-packages/pydaikin/factory.py", line 61, in init
await self._generated_object.init()
File "/usr/local/lib/python3.12/site-packages/pydaikin/daikin_skyfi.py", line 64, in init
await self.update_status(self.HTTP_RESOURCES)
File "/usr/local/lib/python3.12/site-packages/pydaikin/daikin_base.py", line 179, in update_status
self.values.update_by_resource(resource, task.result())

Additional information

From the full changelog for 2024.8.0 : "Bump pydaikin to 2.13.1 (@kingy444 - #118679)"

@jahmai
Copy link

jahmai commented Aug 9, 2024

I also experienced the Daikin integration failing under 2024.8.0, but 2024.7.4 works for me.

@albkk
Copy link

albkk commented Aug 9, 2024

Same here. Had to go back to my backup before update to 2024.8

@bluemonkeysuit07
Copy link

+1 same issue since the upgrade

@home-assistant
Copy link

home-assistant bot commented Aug 9, 2024

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)

@hdcoffeeboy
Copy link

Same here:
[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1000)]

@danieljowitsch
Copy link

+1 after HA core update to 2024.08

@jax79sg
Copy link

jax79sg commented Aug 10, 2024

Same here.

Failed setup, will retry: Cannot connect to host 192.168.50.202:443 ssl:default [[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:1000)]

@ZuluPilgrim
Copy link

Same here, any ideas for a work around or fix? Family not happy they need to use a remote now :)

@jahmai
Copy link

jahmai commented Aug 10, 2024

I used the ssh command hc core update --version 2024.7.4 via this plugin: https://github.com/hassio-addons/addon-ssh
No warranty at your own risk etc.

@fredrike
Copy link
Contributor

I've pushed a new version of the underlaying library (fredrike/pydaikin#13) and I think @mattyway is on the way to fix this on the HA side too.

@fredrike
Copy link
Contributor

Duplicate of: #123160

@fredrike
Copy link
Contributor

@home-assistant close

@RonFac
Copy link
Author

RonFac commented Aug 10, 2024 via email

@RonFac
Copy link
Author

RonFac commented Aug 10, 2024

@kingy444
Copy link
Contributor

@RonFac can you confirm the errors are still the same in 2024.8.1

@iKyosh
Copy link

iKyosh commented Aug 10, 2024

@RonFac can you confirm the errors are still the same in 2024.8.1

got the issue in 2024.8.1. It was not present in 2024.8.0 on my side.

@RonFac
Copy link
Author

RonFac commented Aug 11, 2024 via email

@RonFac
Copy link
Author

RonFac commented Aug 11, 2024 via email

@kingy444
Copy link
Contributor

Thanks - those are different errors though.

These were raised as a result of the initial fix to the SSL error (the fix for the SSL issue broke the controller other versions)

@jahmai
Copy link

jahmai commented Aug 11, 2024

@RonFac Would you mind creating a new issue for that one? I have a Daikin that needs a password too but I am reticent to try updating based on your report.

@RonFac
Copy link
Author

RonFac commented Aug 11, 2024

Thanks - those are different errors though.

These were raised as a result of the initial fix to the SSL error (the fix for the SSL issue broke the controller other versions)

That may well be the case, but the original issue raised in the closed ticket is still unresolved. Is there any diagnostic information that you can point me to that would be of assistance ?

@RonFac
Copy link
Author

RonFac commented Aug 11, 2024

@RonFac Would you mind creating a new issue for that one? I have a Daikin that needs a password too but I am reticent to try updating based on your report.

Stay on your current version. The one that still works for me is 2024.07.04. If you have upgraded and want to regress back to that version, open a terminal window (SSH) and type : HA core update --version 2024.07.04

@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests