Closed DJTerentjev closed 1 month ago
Hey there @mvn23, mind taking a look at this issue as it has been labeled with an integration (opentherm_gw
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
opentherm_gw documentation opentherm_gw source (message by IssueLinks)
I downgrade HA to core-2024.5.1
And in case of lost connection error was:
Could not connect to serial device on socket://192.168.1.12:23. Will keep trying. Reported error was: Could not open port socket://192.168.1.12:23: timed out
Once Gateway back to ethernet, HA successfully reconnect to Gateway .
Thanks for the report. Looks like we're not handling the OSError
in the library.
Does this happen every time the connection fails on the latest version of Home Assistant or only spuriously?
Thank you for quick response. It happen every time connection fails.
The problem
I case Gateway lost power or was disconnected from ethernet and was connected again HA failed to reconnect. Once connection was lost, got error (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None). This error appear once and no more attempts to reconnect as I can see in the log. HA doesn't reconnect to Gateway unless integration reloaded or HA restarted.
What version of Home Assistant Core has the issue?
core-2024.9.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
opentherm_gw
Link to integration documentation on our website
https://www.home-assistant.io/integrations/opentherm_gw
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response