-
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 xxxxxxxx1973@gmail.com 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: |
can anyone can explain how to make it working again ? it's not working for me ( HAOS , haierHON 0.14.0 ) i have :
downloaded certificate from https://account2.hon-smarthome.com/ (exported from chrome ) and renamed /config/additional_ca/account2.hon-smarthome.crt reboot .... and not working |
Thanks for the feedback, but i'm running HA core on Sonoff Ihost, i don't know how to modify the docker configuration... |
Are you running HA core (docker) ? If yes, you must set REQUESTS_CA_BUNDLE environment variable in your docker configuration: https://github.com/Athozs/hass-additional-ca?tab=readme-ov-file#6-set-requests_ca_bundle-environment-variable |
@framirezl i am running on HAOS directly |
For me, the issue was fixed uploading the certificate to |
Hey I followed all instruction here and additional CA fails to initialize, does anyone know why ?
|
it ok for me, after viewing this tuto step by step :) |
I've added the cert, but still with the issue until I had change the pass after read your message. Big thanks!! |
Everything is ok after installing this - https://github.com/gvigroux/hon. |
Yes it worked after installing https://github.com/gvigroux/hon , can i remove additional_ca integration now ? |
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: