-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Probleme login with the integration #288
Comments
Me too 2025-02-07 09:58:22.639 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry [email protected] for hon The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Solution: #285 (comment) |
Une piste les gars ... |
It hasn't been working for me since yesterday either. After installing home assistant core 2025.2.0, but even after restoring to a previous version the add-on does not work |
I haven't updated and it doesn't work (2025.1.4) |
Have you try to install certificate3 with hass-additional-ca ?? |
Yes. Now work. |
My home assistant runs in "HAOS - Home Assistant Operating System", i installed hass-additional-ca but nothing changed Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Can you help me, it didn't work for me ! |
After doing this workaround, I had to log in to https://account2.hon-smarthome.com/ and change my password. It seemed to be expired |
I've fixed the issue with Haier's incorrect SSL certificate configuration in my fork: https://github.com/IoTLabs-pl/hOn. The solution is based on the approach used in If the RapidSSL certificates are missing, they are now automatically added and will be available for communication after an HA restart. I’d really appreciate it if you could test it out, and even more if you have some time to help maintain and improve it! 🚀 |
Hello, |
Remember to set REQUESTS_CA_BUNDLE environment variable in your docker configuration: |
After installing the integration and reboot my HA (full reboot) I can't connect with my credentials.
The problem sems to make by an SSL sertificat error :
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/connector.py", line 1116, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs, sock=sock)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1149, in create_connection
transport, protocol = await self._create_connection_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1182, in _create_connection_transport
await waiter
File "/usr/local/lib/python3.12/asyncio/sslproto.py", line 578, in _on_handshake_complete
raise handshake_exc
File "/usr/local/lib/python3.12/asyncio/sslproto.py", line 560, in _do_handshake
self._sslobj.do_handshake()
File "/usr/local/lib/python3.12/ssl.py", line 917, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)
I'm the only user aving this problem ? I haven't any proxy or network problème with SLL at all on my installation...
The text was updated successfully, but these errors were encountered: