Hallo Community,
ich bin relativ neu bei HA und konnte durch dieses Forum schon ein paar meiner Probleme lösen. Bei Zigbee2MQTT mit dem SLZB-06 MU über USB scheitere ich jedoch aktuell.
Z2M beendet sich immer mit “Error while starting zigbee-herdsman”. Ich gehe davon aus, dass ich etwas falsch konfiguriert habe.
Ich habe den Stick auf USB Modus geschaltet. Er wird auch in der Hardware erkannt. Ich habe ihn entsprechend im Z2M konfiguriert. Nachdem das scheiterte, habe ich zur Sicherheit einen neuen MQTT User angelegt und eingetragen. Der Fehler tritt weiterhin auf.
Könnt ihr mal drüber schauen und mich in die richtige Richtung schubsen?
Danke und Gruß
Guste
Z2M cofiguration.yaml:
data_path: /config/zigbee2mqtt
socat:
enabled: false
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
options: "-d -d"
log: false
mqtt:
user: zigbeemqtt
password: Das-passende-Passwort
serial:
port: /dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06MU_SLZB-06MU222175-if00
Hardware:
Log:
[2026-03-10 08:51:39] info: z2m: Logging to console, file (filename: log.log)
[2026-03-10 08:51:39] debug: z2m: Can't load state from file /config/zigbee2mqtt/state.json (doesn't exist)
[2026-03-10 08:51:39] info: z2m: Starting Zigbee2MQTT version 2.9.1 (commit #unknown)
[2026-03-10 08:51:39] info: z2m: Starting zigbee-herdsman (9.0.9)
[2026-03-10 08:51:39] debug: z2m: Using zigbee-herdsman with settings: '"{\"network\":{\"panID\":58970,\"extendedPanID\":[202,143,252,72,35,129,193,119],\"channelList\":[15],\"networkKey\":\"HIDDEN\"},\"databasePath\":\"/config/zigbee2mqtt/database.db\",\"databaseBackupPath\":\"/config/zigbee2mqtt/database.db.backup\",\"backupPath\":\"/config/zigbee2mqtt/coordinator_backup.json\",\"serialPort\":{\"baudRate\":115200,\"rtscts\":true,\"path\":\"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06MU_SLZB-06MU222175-if00\",\"adapter\":\"zstack\"},\"adapter\":{\"disableLED\":false}}"'
[2026-03-10 08:51:39] debug: zh:adapter:discovery: Connected devices: [{"path":"/dev/ttyACM0","manufacturer":"SMLIGHT","serialNumber":"SLZB-06MU222175","pnpId":"usb-SMLIGHT_SMLIGHT_SLZB-06MU_SLZB-06MU222175-if00","vendorId":"303a","productId":"4002"},{"path":"/dev/ttyS0"},{"path":"/dev/ttyS1"},{"path":"/dev/ttyS2"},{"path":"/dev/ttyS3"}]
[2026-03-10 08:51:39] debug: zh:adapter:discovery: Unable to match USB adapter: zstack | /dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06MU_SLZB-06MU222175-if00
[2026-03-10 08:51:39] debug: zh:controller: Starting with options '{"network":{"networkKeyDistribute":false,"networkKey":"HIDDEN","extendedPanID":[202,143,252,72,35,129,193,119],"panID":58970,"channelList":[15]},"serialPort":{"baudRate":115200,"rtscts":true,"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06MU_SLZB-06MU222175-if00","adapter":"zstack"},"adapter":{"disableLED":false},"databasePath":"/config/zigbee2mqtt/database.db","databaseBackupPath":"/config/zigbee2mqtt/database.db.backup","backupPath":"/config/zigbee2mqtt/coordinator_backup.json"}'
[2026-03-10 08:51:39] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-SMLIGHT_SMLIGHT_SLZB-06MU_SLZB-06MU222175-if00","baudRate":115200,"rtscts":true,"autoOpen":false}
[2026-03-10 08:51:39] info: zh:zstack:znp: Serialport opened
[2026-03-10 08:51:39] debug: zh:zstack:znp: --> SREQ: SYS - ping - {"capabilities":1}
[2026-03-10 08:51:39] debug: zh:zstack:unpi:writer: --> frame [254,0,33,1,32]
[2026-03-10 08:51:40] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2026-03-10 08:51:40] debug: zh:zstack:unpi:writer: --> buffer [239]
[2026-03-10 08:51:41] debug: zh:zstack:znp: --> SREQ: SYS - ping - {"capabilities":1}
[2026-03-10 08:51:41] debug: zh:zstack:unpi:writer: --> frame [254,0,33,1,32]
[2026-03-10 08:51:41] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2026-03-10 08:51:41] debug: zh:zstack:znp: --> SREQ: SYS - ping - {"capabilities":1}
[2026-03-10 08:51:41] debug: zh:zstack:unpi:writer: --> frame [254,0,33,1,32]
[2026-03-10 08:51:47] debug: zh:zstack:znp: --> SREQ: SYS - ping - {"capabilities":1}
[2026-03-10 08:51:47] debug: zh:zstack:unpi:writer: --> frame [254,0,33,1,32]
[2026-03-10 08:51:53] debug: zh:zstack:znp: --> SREQ: SYS - ping - {"capabilities":1}
[2026-03-10 08:51:53] debug: zh:zstack:unpi:writer: --> frame [254,0,33,1,32]
[2026-03-10 08:51:59] error: z2m: Error while starting zigbee-herdsman
[2026-03-10 08:51:59] error: z2m: Failed to start zigbee-herdsman
[2026-03-10 08:51:59] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-03-10 08:51:59] error: z2m: Exiting...
[2026-03-10 08:52:00] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@9.0.9/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:107:27)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@9.0.9/node_modules/zigbee-herdsman/src/controller/controller.ts:145:29)
at Zigbee.start (/app/lib/zigbee.ts:70:27)
at Controller.start (/app/lib/controller.ts:111:29)
at start (/app/index.js:156:5)
[08:52:01] INFO: Preparing to start...
[08:52:01] INFO: Socat not enabled
[08:52:02] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/

