I’m totally lost. Everything was running great, until at 2PM today, it didn’t worked anymore.
I’m using a Zigbee2MQTT addon, running on HomeAssistant OS, and using the last version of Mosquitto Broker, Zigbee2MQTT, and HomeAssistant.
Everything is up to date with the last upgrades.
When I start Zigbee2MQTT, everything looks fine, it populates MQTT correctly: MQTTInfo
But then, I get a:
“Not connected to MQTT”
And I get this error message in a loop.
Sorry, should have done it for the Zigbee2MQTT logs, but the values of MQTT topics where too big to be posted, I just wanted to show that it’s still filled, so not a connection issue by itself.
On the Mosquitto broker, I get a tons of:
2023-09-18 09:17:15: New client connected from 172.30.32.1:43488 as mqttjs_ab0544b2 (p2, c1, k60, u'mqttuser').
2023-09-18 09:17:15: Client mqttjs_ab0544b2 disconnected due to malformed packet.
2023-09-18 09:17:16: New connection from 172.30.32.1:43494 on port 1883.
2023-09-18 09:17:16: New client connected from 172.30.32.1:43494 as mqttjs_ab0544b2 (p2, c1, k60, u'mqttuser').
2023-09-18 09:17:16: Client mqttjs_ab0544b2 disconnected due to malformed packet.
2023-09-18 09:17:17: New connection from 172.30.32.1:43508 on port 1883.
2023-09-18 09:17:17: New client connected from 172.30.32.1:43508 as mqttjs_ab0544b2 (p2, c1, k60, u'mqttuser').
2023-09-18 09:17:17: Client mqttjs_ab0544b2 disconnected due to malformed packet.
2023-09-18 09:17:18: New connection from 172.30.32.1:43518 on port 1883.
2023-09-18 09:17:18: New client connected from 172.30.32.1:43518 as mqttjs_ab0544b2 (p2, c1, k60, u'mqttuser').
2023-09-18 09:17:18: Client mqttjs_ab0544b2 disconnected due to malformed packet.
2023-09-18 09:17:19: New connection from 172.30.32.1:43532 on port 1883.
2023-09-18 09:17:19: New client connected from 172.30.32.1:43532 as mqttjs_ab0544b2 (p2, c1, k60, u'mqttuser').
2023-09-18 09:17:19: Client mqttjs_ab0544b2 disconnected due to malformed packet.
2023-09-18 09:17:21: New connection from 172.30.32.1:43540 on port 1883.
2023-09-18 09:17:21: New client connected from 172.30.32.1:43540 as mqttjs_ab0544b2 (p2, c1, k60, u'mqttuser').
2023-09-18 09:17:21: Client mqttjs_ab0544b2 disconnected due to malformed packet.
Also, I rollbacked to Zigbee2MQTT 1.32-1 and it works. I just can’t upgrade anymore
There are two modes for Linky, “Historique” and “Standard”. The mode “Historique” does not give production data with TIC interface which Lixee uses, so I called Enedis to change my Linky mode to “Standard”. Then, the Zigbee2MQTT started to show error message “Not connected to MQTT”. I read this topic and reverted to 1.32.2-1, no more this error message.