Error Zigbee

ello,

I’m having an issue with my Sonoff ZBDongle-P. I’ve updated the firmware and configured it as found on the internet, but I’m still getting the same error.

I’ve tried with different paths for the key, but the error remains.

Here’s the error log :

[11:29:22] INFO: Preparing to start…
[11:29:22] INFO: Socat not enabled
[11:29:22] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2025-03-12 11:29:23] info: z2m: Logging to console, file (filename: log.log)
[2025-03-12 11:29:23] info: z2m: Starting Zigbee2MQTT version 2.1.3 (commit #unknown)
[2025-03-12 11:29:23] info: z2m: Starting zigbee-herdsman (3.2.7)
[2025-03-12 11:29:23] info: zh:ember: Using default stack config.
[2025-03-12 11:29:23] info: zh:ember: ======== Ember Adapter Starting ========
[2025-03-12 11:29:23] info: zh:ember:ezsp: ======== EZSP starting ========
[2025-03-12 11:29:23] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-12 11:29:23] info: zh:ember:uart:ash: RTS/CTS config is off, enabling software flow control.
[2025-03-12 11:29:23] info: zh:ember:uart:ash: Serial port opened
[2025-03-12 11:29:23] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-12 11:29:26] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-12 11:29:26] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-12 11:29:28] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-12 11:29:28] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-12 11:29:31] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-12 11:29:31] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-12 11:29:33] info: zh:ember:uart:ash: ======== ASH Adapter reset ========
[2025-03-12 11:29:33] info: zh:ember:uart:ash: ======== ASH starting ========
[2025-03-12 11:29:36] error: z2m: Error while starting zigbee-herdsman
[2025-03-12 11:29:36] error: z2m: Failed to start zigbee-herdsman
[2025-03-12 11:29:36] error: z2m: Check

for possible solutions
[2025-03-12 11:29:36] error: z2m: Exiting…
[2025-03-12 11:29:36] error: z2m: Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.

Can someone please help me troubleshoot this issue ?

Can you post your config (and format it using the
image button)

Like this...

My config 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: base_topic: zigbee2mqtt server: mqtt://core-mosquitto:1883 user: ********* password: ************ serial: port: >- /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_4e317e85a76bef118d679badc169b110-if00-port0 adapter: ember baudrate: 115200

This is zstack, not ember. change the adapter specification.

2 Likes

You beat me to it :slight_smile:

2 Likes