-
Notifications
You must be signed in to change notification settings - Fork 30
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
Authentication ERROR after reboot #11
Comments
Problem still exist. |
Hi, I have the same issue |
UPDATE: So looks like only simple restart mess it up, and update/restart repairing it. |
Maybe its too soon, but i think HA 0.118.0 fixed the problem. EDIT: |
Can you try https://github.com/jvitkauskas/homeassistant_salus ? |
I tried, did not work . |
Which gateway model do you have? I have UG600 from amazon.co.uk, but one person told me that his UGE600 stopped responding to local requests one day and now has no open ports. So IDK, maybe it's Salus sneaking update to disable local functionality. |
@maymaymay @George-andrew @mrBaas check if you have "Local Wifi Mode" enabled: Open Smart Home app on your phone |
@jvitkauskas I have UGE600 and local wifi mode is enabled - still not working. I also have (maybe related?) other errors in the background: |
Yes, that's probably it. Poor gateway can't handle many connections. I am working on a solution, but didn't have time to finish. |
Sweet, I have already forked the code and was going to take a look at it myself, but now I think I'll wait. If I can be of any assistance please let me know. I'm eager to get this up and working. |
@mrBaas I've added some simple locking and only one instance of gateway will be used now https://github.com/jvitkauskas/homeassistant_salus try now |
I think it took a turn for the worse. All my entities are now in state Unavailable, and no errors in the log either. |
I've added a simple 3 times retry. Maybe you can try and see if it helps. |
hmm... last change was 17 Oct 2020 |
yeah, then i'm blind ;) |
@maymaymay did it help? |
Hi,
since Hassio 0.117.0. i guess i have an authentication(?) problem.
After every restart (with one exception*), i get my thermostats offline and log like this:
2020-11-02 07:14:30 ERROR (MainThread) [pyit600] Timeout while connecting to gateway:
2020-11-02 07:14:32 DEBUG (MainThread) [adb_shell.adb_device_async] bulk_write: b'CNXN\x00\x00\x00\x01\x00\x00\x10\x00\x14\x00\x00\x00\xb5\x07\x00\x00\xbc\xb1\xa7\xb1'
2020-11-02 07:14:33 DEBUG (MainThread) [adb_shell.adb_device_async] bulk_write: b'host::homeassistant\x00'
2020-11-02 07:14:35 ERROR (MainThread) [custom_components.salus.climate] Authentication error: check if you have specified gateway's TOKEN correctly.
2020-11-02 07:14:35 ERROR (Thread-2) [homeassistant] Error doing job: Unclosed client session
2020-11-02 07:14:35 ERROR (Thread-2) [homeassistant] Error doing job: Unclosed connector
2020-11-02 07:14:35 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform salus is taking over 10 seconds.
Deleting integration and readd integration again and its working fine to the next reboot.
*One exception was rebooting after upgrade of Hassio 0.117.1->0.117.2
After reboot Integration worked fine. Next reboot and problem back again.
Is there any chance to reload Integration with automation, maybe its loading to fast, when the network is not ready yet?
Hassio 0.117.2 on Docker on newest Debian on Dell Wyse
The text was updated successfully, but these errors were encountered: