You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @TheRealKillaruna ,
from time to time I am seeing the following behavior: After encountering a singleTelnet connection error (probably due to a short loss of network connectivity), no data is retrieved from the Nano-PK any more until I restart Home Assistant. Instead, an Error opening connection error is logged every 5 seconds.
To me this looks like a bug in the Telnet connection handling. Would be great if you could look into it. TIA!
After a few days of observation, it seems that the connection resets were introduced with the most recent firmware upgrade by Hargassner (V14.0HAR.o4) and happen exactly every 24 hours. So not a loss of network connectivity but probably the Nano-PK actively terminating the connection. My pull request (#26) solved the issue for me, after the connection reset I get a TimeoutError on the first retry, but the second one works and the connection stays open for another 24 hours.
Hi @TheRealKillaruna ,
from time to time I am seeing the following behavior: After encountering a single
Telnet connection error
(probably due to a short loss of network connectivity), no data is retrieved from the Nano-PK any more until I restart Home Assistant. Instead, anError opening connection
error is logged every 5 seconds.To me this looks like a bug in the Telnet connection handling. Would be great if you could look into it. TIA!
The text was updated successfully, but these errors were encountered: