Zigbee2MQTT + Sonoff Dongle Plus-P & Home Assistant Green not working

Hi all. This is my first time stting up Home Assistantt (Green in this case). I also bought the Sonoff dongle Plus P and I’m trying to install Zigbee2mqtt add-on, but I’m getting the connection failure. You just realised I’m new to this :frowning:
This is my configuration:

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: true
port: >-
  /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3aa364992c6bef11bcac97adc169b110-if00-port0
adapter: zstack

(port information from the all hardware section)

Then, I tried putting different options in the mqtt field, or leaving it empty. (Maybe the mistake is here)

server: mqtt://localhost:1883
user: my_user
password: "my_password"

I understand my user and password is for HA??
If so, I´m getting the following error all the time:

[20:55:12] INFO: Preparing to start...
[20:55:12] INFO: Socat not enabled
[20:55:12] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-29 20:55:20] info: 	z2m: Logging to console, file (filename: log.log)
[2025-01-29 20:55:20] info: 	z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-29 20:55:20] info: 	z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-29 20:55:21] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_3aa364992c6bef11bcac97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2025-01-29 20:55:21] info: 	zh:zstack:znp: Serialport opened
[2025-01-29 20:55:21] info: 	zh:zstack:znp: Writing CC2530/CC2531 skip bootloader payload
[2025-01-29 20:55:22] info: 	zh:zstack:znp: Skip bootloader for CC2652/CC1352
[2025-01-29 20:55:41] error: 	z2m: Error while starting zigbee-herdsman
[2025-01-29 20:55:41] error: 	z2m: Failed to start zigbee-herdsman
[2025-01-29 20:55:41] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-29 20:55:41] error: 	z2m: Exiting...
[2025-01-29 20:55:41] error: 	z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
    at ZStackAdapter.start (/app/node_modules/.pnpm/[email protected]/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:113:27)
    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)

I would really appreciate your help! Thanks in advance!!

There’s a URL in the error messages leading to troubleshooting instructions.


think thats your device path. so i have “path: /dev/ttyUSB0” configured