My system (0.102.3) seems to be running OK, but I’ve just noticed my log is enormous. On inspection I see:
2019-12-05 18:03:15 INFO (Thread-3) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
2019-12-05 18:03:17 INFO (Thread-3) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
2019-12-05 18:03:19 INFO (Thread-3) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
2019-12-05 18:03:21 INFO (Thread-3) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
2019-12-05 18:03:23 INFO (Thread-3) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
2019-12-05 18:03:25 INFO (Thread-3) [homeassistant.components.mqtt] Successfully reconnected to the MQTT server
i.e. it’s reconnecting every 2 seconds.
I’ve checked the MQTT broker (mosquitto running in a docker container on another machine) and I see
1575569327: New connection from 172.29.12.16 on port 1883.
1575569328: Socket error on client <unknown>, disconnecting.
1575569328: New connection from 172.29.12.16 on port 1883.
1575569328: Client hassio already connected, closing old connection.
1575569328: Client hassio disconnected.
1575569328: New client connected from 172.29.12.16 as hassio (c1, k60)..
Other mqtt clients seem to be operating normally.
Any ideas what’s going on?