[ROZWIĄZANE]
Cześć,
Próbuję skonfigurować Sonoff ZBDongle-E z Zigbee2MQTT na Raspberry Pi 4, gdzie działa Home Assistant OS.
Postępowałem dokładnie według oficjalnej instrukcji:
Wgrałem najnowszy firmware odpowiedni dla ZBDongle-E
Dongle jest widoczny w systemie jako:
/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_186649b8e549ef1196b4c98cff00cc63-if00-port0
Zielona dioda na donglu miga, co wg dokumentacji oznacza tryb parowania
W Zigbee2MQTT mam ustawioną konfigurację (przez GUI oraz testowane też ręcznie):
Jednak Zigbee2MQTT nie startuje poprawnie. Fragment logu:
tarting Zigbee2MQTT without watchdog.
Onboarding page is available at http://0.0.0.0:8099/
[2025-07-08 19:27:08] info: z2m: Logging to console, file (filename: log.log)
[2025-07-08 19:27:08] info: z2m: Starting Zigbee2MQTT version 2.5.1 (commit #unknown)
[2025-07-08 19:27:08] info: z2m: Starting zigbee-herdsman (4.3.1)
[2025-07-08 19:27:10] info: zh:ember: Using default stack config.
[2025-07-08 19:27:10] info: zh:ember: ======== Ember Adapter Starting ========
[2025-07-08 19:27:10] info: zh:ember:ezsp: ======== EZSP starting ========
[2025-07-08 19:27:10] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-07-08 19:27:10] info: zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2025-07-08 19:27:10] info: zh:ember:uart:ash: Serial port opened
[2025-07-08 19:27:10] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-07-08 19:27:15] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-07-08 19:27:15] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-07-08 19:27:20] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-07-08 19:27:20] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-07-08 19:27:25] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-07-08 19:27:25] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-07-08 19:27:30] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-07-08 19:27:30] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-07-08 19:27:35] error: z2m: Error while starting zigbee-herdsman
[2025-07-08 19:27:35] error: z2m: Failed to start zigbee-herdsman
[2025-07-08 19:27:35] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-07-08 19:27:35] error: z2m: Exiting...
[2025-07-08 19:27:36] error: z2m: Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.
at EmberAdapter.initEzsp (/app/node_modules/.pnpm/zigbee-herdsman@4.3.1/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:665:19)
at EmberAdapter.start (/app/node_modules/.pnpm/zigbee-herdsman@4.3.1/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1547:24)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@4.3.1/node_modules/zigbee-herdsman/src/controller/controller.ts:133:29)
at Zigbee.start (/app/lib/zigbee.ts:68:27)
at Controller.start (/app/lib/controller.ts:101:13)
at start (/app/index.js:149:5)
Próbowałem już
przełączać dongle między portami USB (zarówno czarne jak i niebieskie)
restartować HA i cały host
usuwać i dodawać Zigbee2MQTT od zera
Czy ktoś miał podobny problem i udało mu się go rozwiązać?
Z góry dzięki za każdą pomoc!