A few days ago, I bought an SLZB-06Mg24 Zigbee Coordinator that I plugged to my ethernet network.
I than installed Mosquitto and Zigbee2MQTT as recommended. But unfortunately, Zigbee2MQTT failed at start. Since than I’m struggling to make Zigbee2MQTT working and need help as I’m a newbee.
My configurations:
Raspberry PI5 32 GB, DHCP, mapped MAC to IP address 192.168.1.12
Openhanbian:
set openhabian to main branch
applied improvements 11, 12, 13, 14 from openhabian configuration menu prior installing Mosquitto and Zigbee2MQTT
SLZB-06Mg24 Zigbee Coordinator:
mode: coordinator
connection: ethernet, DHCP, mapped MAC to IP address 192.168.1.13
usually this means z2m has no connection to the zigbee adapter. Mine is not connected by Ethernet, so I’m not sure about the problem. You’re sure about the port? Doesn’t it have a web interface to check the settings?
I set “ezsp” as value for adapter, but I got an error (see logs below). I think “ember” was the correct: it is the value proposed by the zigbee adapter (see above).
Jul 06 10:38:54 openhabian systemd[1]: Started zigbee2mqtt.service - Zigbee2MQTT.
Jul 06 10:38:56 openhabian npm[755]: > zigbee2mqtt@1.42.0 start
Jul 06 10:38:56 openhabian npm[755]: > node index.js
Jul 06 10:38:56 openhabian npm[791]: Starting Zigbee2MQTT without watchdog.
Jul 06 10:39:01 openhabian npm[791]: [2025-07-06 10:39:01] warning: zh:ezsp: 'ezsp' driver is deprecated and will only remain to provide support for older firmware (pre 7.4.x). Migration to '>
Jul 06 10:39:11 openhabian npm[791]: [2025-07-06 10:39:11] error: zh:ezsp:uart: --> Error: Error: {"sequence":-1} after 10000ms
Jul 06 10:39:11 openhabian npm[791]: Error: Failure to connect
Jul 06 10:39:11 openhabian npm[791]: at SerialDriver.resetForReconnect (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:341:19)
Jul 06 10:39:11 openhabian npm[791]: at SerialDriver.emit (node:events:517:28)
Jul 06 10:39:11 openhabian npm[791]: at /opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:341:22
Jul 06 10:39:11 openhabian npm[791]: at Queue.execute (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/queue.ts:36:20)
Jul 06 10:39:11 openhabian npm[791]: at SerialDriver.reset (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:326:16)
Jul 06 10:39:11 openhabian npm[791]: at Socket.<anonymous> (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:149:17)
Jul 06 10:39:11 openhabian systemd[1]: zigbee2mqtt.service: Main process exited, code=exited, status=1/FAILURE
Jul 06 10:39:11 openhabian systemd[1]: zigbee2mqtt.service: Failed with result 'exit-code'.
Jul 06 10:39:11 openhabian systemd[1]: zigbee2mqtt.service: Consumed 4.258s CPU time.
Jul 06 10:39:11 openhabian systemd[1]: zigbee2mqtt.service: Scheduled restart job, restart counter is at 1.
Jul 06 10:39:11 openhabian systemd[1]: Stopped zigbee2mqtt.service - Zigbee2MQTT.