I installed Zigbee2MQTT to drive a second ZIgbee network (the main one is ZHA). The add-on shows it’s runnin:
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/
[14:02:45] INFO: Preparing to start...
[14:02:45] INFO: Socat not enabled
[14:02:46] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/```
But I don't get the frontend, it always shows the same Onboarding page, but not the one where I (supposedly) can permit devices to connect
The add-on config:
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/
[15:20:21] INFO: Preparing to start...
[15:20:21] INFO: Socat not enabled
[15:20:21] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/```
But when i try to access the frontend from the sidebar, it shows the same onboarding message again
Apparently not. I installed MQTT explorer and get these errors
[16:02:57] INFO: Successfully send service information to the Supervisor.
2025-06-22 16:03:00: New connection from 192.168.0.115:34307 on port 1883.
2025-06-22 16:03:00: New client connected from 192.168.0.115:34307 as 2WBBeQcN3Pt9u8F7w0v3af (p2, c1, k60, u'homeassistant').
2025-06-22 16:03:02: New connection from 172.30.32.1:48728 on port 1883.
error: received null username or password for unpwd check
2025-06-22 16:03:02: Client mqtt-explorer-8d4e1514 disconnected, not authorised.
time="2025-06-22T16:03:05+08:00" level=error msg="http request error: Post \"http://127.0.0.1:80/superuser\": read tcp 127.0.0.1:34612->127.0.0.1:80: read: connection reset by peer"
2025-06-22 16:03:33: New connection from 172.30.32.1:49340 on port 1883.
2025-06-22 16:03:33: Client mqtt-explorer-8d4e1514 disconnected, not authorised.
2025-06-22 16:04:23: New connection from 172.30.32.1:51316 on port 1883.
2025-06-22 16:04:23: Client mqtt-explorer-8d4e1514 disconnected, not authorised.
Live
My SLZB-06M is running firmware v2.9.2, if I switch from ember to EZSP I don’t get the serrors but a message that that driver is only for older firmware?
Ok. i read somewhere that 2.9 is not working well, aso i downgraded to 2.7.1 but the same. With Ember or ezsp.
[2025-06-22 20:24:03] error: z2m: Exiting...
[2025-06-22 20:24:03] error: z2m: Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.
at EmberAdapter.initEzsp (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:666:19)
at EmberAdapter.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1548:24)
at Controller.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:133:29)
at Zigbee.start (/app/lib/zigbee.ts:71:27)
at Controller.start (/app/lib/controller.ts:102:13)
at start (/app/index.js:149:5)
[20:25:21] INFO: Preparing to start...
[20:25:21] INFO: Socat not enabled
[20:25:22] INFO: Starting Zigbee2MQTT...
with EZSP:
Starting Zigbee2MQTT without watchdog.
[2025-06-22 20:25:22] info: z2m: Logging to console, file (filename: log.log)
[2025-06-22 20:25:23] info: z2m: Starting Zigbee2MQTT version 2.4.0 (commit #unknown)
[2025-06-22 20:25:23] info: z2m: Starting zigbee-herdsman (4.1.0)
[2025-06-22 20:25:23] warning: zh:ezsp: 'ezsp' driver is deprecated and will only remain to provide support for older firmware (pre 7.4.x). Migration to 'ember' is recommended. If using Zigbee2MQTT see https://github.com/Koenkk/zigbee2mqtt/discussions/21462
[2025-06-22 20:25:23] error: zh:ezsp:uart: Port error: Error: read ECONNRESET
/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:343
throw new Error("Failure to connect");
^
Error: Failure to connect
at SerialDriver.resetForReconnect (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:343:19)
at SerialDriver.emit (node:events:518:28)
at SerialDriver.onPortClose (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:396:18)
at Object.onceWrapper (node:events:633:26)
at Socket.emit (node:events:518:28)
at TCP.<anonymous> (node:net:351:12)