Hallo,
ich benutze seit Jahren Zigbee2mqtt und hatte damit wenig Probleme. Seit heute morgen sind aber alle meine Zigbee-Geräte nicht mehr verfügbar, die mqtt-Geräte funktionieren.
Als Coordinator benutze ich den Sonoff Dongle P
Hier meine Zigbee2mqtt Config:
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: {}
serial:
port: /dev/ttyUSB0
/dev/ttyUSB0 entspricht dem device part aus System → Hardware
Hier die Fehlermeldung aus dem Logfile:
[15:36:02] INFO: Preparing to start...
[15:36:02] INFO: Socat not enabled
[15:36:02] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-02-22 15:36:04] info: z2m: Logging to console, file (filename: log.log)
[2025-02-22 15:36:04] info: z2m: Starting Zigbee2MQTT version 2.1.1 (commit #unknown)
[2025-02-22 15:36:04] info: z2m: Starting zigbee-herdsman (3.2.5)
[2025-02-22 15:36:04] error: z2m: Error while starting zigbee-herdsman
[2025-02-22 15:36:04] error: z2m: Failed to start zigbee-herdsman
[2025-02-22 15:36:04] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-02-22 15:36:04] error: z2m: Exiting...
[2025-02-22 15:36:04] error: z2m: Error: USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
at discoverAdapter (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:523:15)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Function.create (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/controller/controller.ts:132:24)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)
[2025-02-22 15:36:04] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364
[16:04:27] INFO: Preparing to start...
[16:04:27] INFO: Socat not enabled
[16:04:27] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-02-22 16:04:29] info: z2m: Logging to console, file (filename: log.log)
[2025-02-22 16:04:29] info: z2m: Starting Zigbee2MQTT version 2.1.1 (commit #unknown)
[2025-02-22 16:04:29] info: z2m: Starting zigbee-herdsman (3.2.5)
[2025-02-22 16:04:29] info: zh:adapter:discovery: Matched adapter: {"path":"/dev/ttyUSB0","manufacturer":"Silicon Labs","serialNumber":"0001","pnpId":"usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0","vendorId":"10c4","productId":"ea60"} => zstack: path=/dev/ttyUSB0, score=2
[2025-02-22 16:04:30] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyUSB0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-02-22 16:04:30] info: zh:zstack:znp: Serialport opened
[2025-02-22 16:04:30] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2025-02-22 16:04:31] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2025-02-22 16:04:50] error: z2m: Error while starting zigbee-herdsman
[2025-02-22 16:04:50] error: z2m: Failed to start zigbee-herdsman
[2025-02-22 16:04:50] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-02-22 16:04:50] error: z2m: Exiting...
[2025-02-22 16:04:50] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:113:27)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@3.2.5/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
at Zigbee.start (/app/lib/zigbee.ts:69:27)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)
at start (/app/index.js:161:5)
at start (/app/index.js:161:5)
Auto-Update hebe ich eben ausgestellt. Es war an, kann sein, dass es heute ein Update installiert hat (wo sehe ich das?).