Zigbee2MQTT with Sonoff Dongle Plus-P and Home Assistant Green

It’s my first time setting up home assistant. I purchased Home Assistant Green and SONOFF dongle Plus P. I am trying to install Zigbee2MQTT Add-On on my home-assistant but am getting a connection failure.

My configuration is the following:

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_50853ad945beed1195ce6d2e38a92db5-if00-port0

I got port information from settings > system > hardware > all hardware DEVLINKS.

I tried putting different options in the mqtt field, or leaving it empty.

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

But I always get the same error:

[09:35:19] INFO: Preparing to start...
[09:35:20] INFO: Socat not enabled
[09:35:25] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:info  2024-03-28 09:35:34: Logging to console and directory: '/config/zigbee2mqtt/log/2024-03-28.09-35-34' filename: log.txt
Zigbee2MQTT:info  2024-03-28 09:35:34: Starting Zigbee2MQTT version 1.36.0 (commit #unknown)
Zigbee2MQTT:info  2024-03-28 09:35:34: Starting zigbee-herdsman (0.35.1)
Zigbee2MQTT:error 2024-03-28 09:36:46: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2024-03-28 09:36:46: Failed to start zigbee
Zigbee2MQTT:error 2024-03-28 09:36:46: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2024-03-28 09:36:46: Exiting...
Zigbee2MQTT:error 2024-03-28 09:36:46: Error: Failure to connect
    at Ezsp.connect (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/ezsp.ts:373:19)
    at Driver.startup (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/driver.ts:163:13)
    at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
    at Zigbee.start (/app/lib/zigbee.ts:62:27)
    at Controller.start (/app/lib/controller.ts:109:27)
    at start (/app/index.js:107:5)

Any help would be appreciated! Thanks!

Seems Zigbee2MQTT thinks you have a Dongle-E

port: >-
  /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_50853ad945beed1195ce6d2e38a92db5-if00-port0
adapter: zstack

I would change this too:

server: mqtt://core-mosquitto:1883
user: my_user
password: "my_password"

Wow, thanks! That seems to have done it!!! Now trying to connect my first device, MoesGo light switch and it doesn’t seem to see it. Should it see it in permit join all?

https://www.amazon.de/MoesGo-Flush-Mounted-Wireless-Compatible-Required/dp/B08MB3151B/ref=sr_1_1_sspa?sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY