For whatever reason, and seemingly at random, HA seems to stop polling my MySensors gateway,
What seems to happen based on the logs is it polls, then just forgets to poll again:
2018-01-22 11:38:57 DEBUG (Thread-4) [mysensors.gateway_tcp] Sending 0;255;3;0;2;
2018-01-22 11:38:57 DEBUG (Thread-4) [mysensors.gateway_tcp] Received 0;255;3;0;2;2.2.0-rc.2
Leading to things like this:
The only way it seems to start polling again is to restart HA. Those flat spots are when it didn’t poll. This is with HA 61.1 on Hassio running on an Intel NUC.
Is the serial gateway more reliable?
MySensors config is:
mysensors:
gateways:
- device: 10.0.0.38
tcp_port: 5003
persistence: true
version: ‘2.0’
retain: true