kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
303 stars 59 forks source link

Broken reconnect of fritzmonitor #196

Closed frimtec closed 9 months ago

frimtec commented 9 months ago

In case the fritzmonitor looses connection to the fritzbox (e.g. fritzbox firmware update or restart), the existing retry mechanism never successfully establish a new connection.

See also ticket in home-assistant core https://github.com/home-assistant/core/issues/99657.

kbr commented 9 months ago

That's indeed an obvious bug no one has found before. Thanks.