Replies: 1 comment 1 reply
-
I have the same with the latest firmware
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Moin, ich bin ein totaler Anfänger was das ganze Thema angeht.
Ich habe mir einen Raspberry Pi 5 gekauft und wollte dort etwas rumexperimentieren und habe mir deshalb einmal SmartHome Geräte geholt und dafür einen sonoff zigbee 3.0 usb dongle plus. Bei dem starten von dem Dongle kommt es jedes mal zu einem Fehler.
Hier ist der Fehler der ausgegeben wird. Danke ; )
Starting Zigbee2MQTT without watchdog.
[2025-01-14 16:20:14] info: z2m: Logging to console, file (filename: log.log)
[2025-01-14 16:20:14] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #060ae99)
[2025-01-14 16:20:14] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-14 16:20:14] info: zh:adapter:discovery: Matched adapter: {"path":"/dev/ttyUSB0","manufacturer":"ITead","serialNumber":"742adead6afded119d950b65024206e6","pnpId":"usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_742adead6afded119d950b65024206e6-if00-port0","vendorId":"10c4","productId":"ea60"} => zstack: path=/dev/ttyUSB0, score=4
[2025-01-14 16:20:14] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/ttyUSB0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-14 16:20:14] info: zh:zstack:znp: Serialport opened
[2025-01-14 16:20:15] info: zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2025-01-14 16:20:16] info: zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2025-01-14 16:20:34] error: z2m: Error while starting zigbee-herdsman
[2025-01-14 16:20:34] error: z2m: Failed to start zigbee-herdsman
[2025-01-14 16:20:34] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-14 16:20:34] error: z2m: Exiting...
[2025-01-14 16:20:35] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/opt/zigbee2mqtt/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:113:27)
at Controller.start (/opt/zigbee2mqtt/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/controller/controller.ts:136:29)
at Zigbee.start (/opt/zigbee2mqtt/lib/zigbee.ts:69:27)
at Controller.start (/opt/zigbee2mqtt/lib/controller.ts:142:13)
at start (/opt/zigbee2mqtt/index.js:161:5)
ELIFECYCLE Command failed with exit code 1.
Ich bin dankbar für jede Antwort
Beta Was this translation helpful? Give feedback.
All reactions