I had to reinstall HA on my RPi3. I reinstalled Zigbee2MQTT. I am able to control my devices from it but they don’t show up in HA. I saw a lot of topics on the subject but I cannot find a solution to my problem. I’m using Zigbee2MQTT 2.2.1-1.
The Mosquitto Broker seems to be receiving messages:
[13:48:14] INFO: Successfully send service information to the Supervisor.
2025-04-06 14:18:00: Saving in-memory database to /data//mosquitto.db.
2025-04-06 14:25:33: New connection from 172.30.33.3:46948 on port 1883.
2025-04-06 14:25:33: New client connected from 172.30.33.3:46948 as mqttjs_7554dcc7 (p2, c1, k60, u’addons’).
2025-04-06 14:41:42: Client mqttjs_7554dcc7 disconnected.
2025-04-06 14:42:37: New connection from 172.30.33.3:50084 on port 1883.
2025-04-06 14:42:37: New client connected from 172.30.33.3:50084 as mqttjs_73209a6c (p2, c1, k60, u’addons’).
2025-04-06 14:48:01: Saving in-memory database to /data//mosquitto.db.
2025-04-06 15:01:20: Client mqttjs_73209a6c disconnected.
2025-04-06 15:02:34: New connection from 172.30.33.3:42472 on port 1883.
2025-04-06 15:02:34: New client connected from 172.30.33.3:42472 as mqttjs_49a7b614 (p2, c1, k60, u’addons’).
2025-04-06 15:06:04: Client mqttjs_49a7b614 disconnected.
2025-04-06 15:06:29: New connection from 172.30.33.3:51148 on port 1883.
2025-04-06 15:06:29: New client connected from 172.30.33.3:51148 as mqttjs_4edb50ff (p2, c1, k60, u’addons’).
What should I be looking at to solve this issue?