Unable to start zigbee2mqtt - Sonoff Zigbee 3.0 USB Dongle-E V2

Hello, I am trying to configure the Zigbee Dongle without success.
So my Z2M version is: 2.1.3-1
I did flash firmware to: ncp-uart-hw-v7.4.5.0-zbdonglee-230400 by website with success.
my config:

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:
server: mqtt://core-mosquitto:1883
user: mqtt-user
password: xxxxxxxxx

Serial:
port: >-
/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_6a1e78b8284bef11a714c0a079f42d1b-if00-port0
adapter: ember

Logs from Z2M:

[2025-03-03 13:47:52] error: 	**z2m: Error while starting zigbee-herdsman**
[2025-03-03 13:47:52] error: 	**z2m: Failed to start zigbee-herdsman**
[2025-03-03 13:47:52] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-03-03 13:47:52] error: 	z2m: Exiting...
[2025-03-03 13:47:52] error: 	z2m: **Error: Failed to start EZSP layer with status=HOST_FATAL_ERROR.**
    at EmberAdapter.initEzsp (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:670:19)
    at EmberAdapter.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/ember/adapter/emberAdapter.ts:1536:24)
    at Controller.start (/app/node_modules/.pnpm/[email protected]/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)

ZHA seemed to be disable and when I plug in dongle I click ignore when device is detected by ZHA.
I tried to use adapter: ezsp but didn’t help.

The speed is the problem. Zigbee2MQTT expects 115200, not 230400

Haha yes. I just rewatched yt video once again and noticed that guy downloaded this version you mentioned. I already flashed it again and it works :wink: