mqtt-home / miele-to-mqtt-gw

Apache License 2.0
10 stars 2 forks source link

Reconnect after internet offline #137

Closed AleksCee closed 1 year ago

AleksCee commented 1 year ago

Last days I have to restart the router because of an sync fail at cable connection. Today I wonder about the missing messages from the gw-app (node version >=v3). The log shows:

2023-06-06T22:12:50+02:00 [ERROR] {"type":"error","message":"connect ETIMEDOUT 20.224.173.26:443"}
2023-06-06T22:14:59+02:00 [ERROR] {"type":"error","message":"connect ETIMEDOUT 20.224.173.26:443"}
2023-06-06T22:17:07+02:00 [ERROR] {"type":"error","message":"connect ETIMEDOUT 20.224.173.26:443"}
…………

After I restart the Docker Container it‘s work fine, so I think it was not able to reconnect correctly…?