-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh Install of Zigbee2MQTT and don't work wit Sonoff ZBDongle-E #721
Comments
Just some info, i made a brand nieuw Hassio RaspBerry PI Core 2025.1.4 The only thing is on there Mosquitto and Zigbee2MQTT and i get the same error as above is there a way to get to a lower version because this take me to much time to test something. If i leave the Zigbee2MQTT config empty get the same error, if i put in the serial port i get the same error, if i fill in all i get the same error. So if it is possible let mee install a lower version of this on my NUC PC |
Have you specified the adapter like it says in the docs? |
I have try every possible way that i could find in manual and forums non of this work, now fount something leave configuration of Zigbee2MQTT empty he should find everything automatic, then you should add all in configuration.yaml of Zigbee2QMTT als come back wit this same error. Pretty amazing that so many ppl have this error and not with the previous version. I would be happy to go to de previous version after 2 months lance still problems and no update for a month. i will see what happened probably must look for a other solution |
Description of the issue
I got my dongle yesterday flashed it with darkxst latest version V7.4.5.0 install Zigbee2MQTT on home assistant Version 2.0.0-2 made the config start it and got a error No valid USB adapter found Mosquitto was already installed
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:
server: mqtt://core-mosquitto:1883
user: mqtt-user
password: empty for here
serial:
adaptor: zstack
port: >-
/dev/serial/by-id/usb-Itead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_V2_ec2c64cd933aef11b00b261455516304-if00-port0
It was first adaptor ember, but many ppl pray on internet it should be adaptor zstack but not for me for a 10 min install been busy for over 3 hours reading on internet i gave up all hope, how can a easy install link this give ppl so much frustration. For this moment i downgrade the stick firmware to 7.4.2.0 to see if it was the latest firmware that gave this problem but no.
Addon version
2.0.0-2
Platform
Core 2025.1.4
Supervisor 2024.12.3
Operating System 14.2
Logs of the issue (if applicable)
[09:47:02] INFO: Preparing to start...
[09:47:02] INFO: Socat not enabled
[09:47:02] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-31 09:47:05] info: z2m: Logging to console, file (filename: log.log)
[2025-01-31 09:47:05] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-31 09:47:05] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-31 09:47:05] error: z2m: Error while starting zigbee-herdsman
[2025-01-31 09:47:05] error: z2m: Failed to start zigbee-herdsman
[2025-01-31 09:47:05] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-31 09:47:05] error: z2m: Exiting...
[2025-01-31 09:47:05] error: z2m: Error: USB adapter discovery error (No valid USB adapter found). Specify valid 'adapter' and 'port' in your configuration.
at discoverAdapter (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:523:15)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at Function.create (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/controller/controller.ts:132:24)
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)
[2025-01-31 09:47:05] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see Koenkk/zigbee2mqtt#24364
The text was updated successfully, but these errors were encountered: