Hello,
I have a Mysensors Sensebender Lan gateway with W5100 ethernet module.
Running on 2.3.1 mysensors version with static IP.
Home assistant is running in docker.
My problem is that the Mysensors gateway is working as expected for few days and after few days the connection between Gateway and HomeAssistant is closed and the Home assistant is not reconecting.
Normally when everything is working i have this in logs:
2020-01-20 21:36:41 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
2020-01-20 21:36:41 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.1
2020-01-20 21:36:44 DEBUG (MainThread) [mysensors] Sending 172;1;1;1;2;1
2020-01-20 21:36:51 DEBUG (MainThread) [mysensors] Sending 0;255;3;0;2;
2020-01-20 21:36:51 DEBUG (MainThread) [mysensors] Receiving 0;255;3;0;2;2.3.1
but then i have this in logs:
2020-01-20 14:13:03 DEBUG (MainThread) [mysensors.gateway_tcp] Connection lost with <_SelectorSocketTransport closing fd=16 read=idle write=<idle, bufsize=0>>
2020-01-20 16:25:30 INFO (MainThread) [homeassistant.components.websocket_api.http.connection.140351562007056] Connection closed by client
and then when the connection is closed, I have no more mysensor logs. When I telnet the gateway it is working as expected, i can see that it is receiving data from nodes.
Any Idea what can I do?
Benjamin