Hi, I am trying to add a Zigbee network to my HA setup (never had Zigbee before and nothing Zigbee-related previously installed).
Installation method Home Assistant OS on RPi4
Core 2025.11.3
Supervisor 2025.11.5
Operating System 16.3
Frontend 20251105.1
I bought the new coordinator ZBT-2, went through the setup procedure using the right choices for setting it up with Zigbee2MQTT and MQTT and flashed the firmware. The device appears in the list of devices and today the firmware was updated to EmberZNet Zigbee 7.4.4.6.
I then added the MQTT broker and set it up with username “smarthome” and pw “smarthome”.
I then installed the add-on Zigbee2MQTT and in the MQTT section configured the same username and pw, server: mqtt://core-mosquitto:1883, base_topic: zigbee2mqtt. Serial: adapter: ember, baud rate: 460800, rtscts: enabled. port: set up by id.
and MQTT (ver. 6.5.2) shows an error in setting saying re-authentication required.
Log:
2025-11-28 15:53:10: New connection from 172.30.32.2:45280 on port 1883.
2025-11-28 15:53:10: Client closed its connection.
2025-11-28 15:55:10: New connection from 172.30.32.2:44734 on port 1883.
2025-11-28 15:55:10: Client closed its connection.
2025-11-28 15:57:10: New connection from 172.30.32.2:49640 on port 1883.
2025-11-28 15:57:10: Client closed its connection.
2025-11-28 15:58:21: New connection from 172.30.32.1:41435 on port 1883.
2025-11-28 15:58:21: Client 68qhRKZ2iqOBVe1pQFWg9q disconnected, not authorised.
2025-11-28 15:59:10: New connection from 172.30.32.2:40180 on port 1883.
2025-11-28 15:59:10: Client closed its connection.
2025-11-28 16:01:06: New connection from 172.30.32.1:37555 on port 1883.
2025-11-28 16:01:06: Client 4JCr3S4JBM1hDANBDHUXC9 disconnected, not authorised.
2025-11-28 16:01:10: New connection from 172.30.32.2:38494 on port 1883.
2025-11-28 16:01:10: Client closed its connection.
2025-11-28 16:03:10: New connection from 172.30.32.2:33176 on port 1883.
2025-11-28 16:03:10: Client closed its connection.
2025-11-28 16:05:10: New connection from 172.30.32.2:43394 on port 1883.
2025-11-28 16:05:10: Client closed its connection.
2025-11-28 16:05:36: New connection from 172.30.32.1:35059 on port 1883.
2025-11-28 16:05:36: Client 1kmB7m6zjEprnPU2IHUNxE disconnected, not authorised.
I am not able to get all the things talk to each other. Any suggestions what I should try next?
Thanks a lot for your help.
I stopped the Mosquitto integration and tried to start Z2M. This time it started for a short time and stopped again. The log says htat the herdsman started, but stopped again because it did not find MQTT server.
this would seem to be some kind of network or dns issue, it can’t resolve that server name, or the mqtt broker is not running.
do you have the mqtt broker addon installed, configured and running?
there are 3 components as i understand;
zigbee to mqtt (addon) - interfaces with zigbee and communicates with mqtt broker
mqtt broker (addon) - serves as the bridge/hub for anything needing to send/receive mqtt messages
mqtt integration - translates between mqtt and home assistant
The broker was disabled, as you suggested in your first advice. Perhaps the Z2M had to run first time without the broker running, because now I started the broker and then Z2M and this time it ran without error messages and I can open the web GUI. So many thanks again, you got me over the first hurdle.
However, the devices tab in GUI is completely empty, no devices at all. For devices as such, e.g. sensors , it is of course correct as I had to start with the coordinator and did not add any, but based on my experience with ZWave I would expect to see the coordinator as the only device, but the table in the Devices tab is completely empty. But on the Network tab, when I download the map, there is a yellow dot “coordinator” in the middle and no other devices (as expected). Is this the correct behaviour?