NoobABC
(Noob Abc)
1
Just made last update MQTT and my zigbee whent down. Got lot of Errot in Log Files. Tryed to do my self but cant find understanding solution. PLS Help
[16:41:46] INFO: Preparing to start…
[16:41:46] INFO: Socat not enabled
[16:41:47] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2025-01-04 16:41:54] info: z2m: Logging to console, file (filename: log.log)
[2025-01-04 16:41:54] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-04 16:41:54] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-04 16:41:55] error: z2m: Error while starting zigbee-herdsman
[2025-01-04 16:41:55] error: z2m: Failed to start zigbee-herdsman
[2025-01-04 16:41:55] error: z2m: Check Zigbee2MQTT fails to start/crashes runtime | Zigbee2MQTT for possible solutions
[2025-01-04 16:41:55] error: z2m: Exiting…
[2025-01-04 16:41:55] 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/[email protected]/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/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/[email protected]/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-04 16:41:55] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` · Koenkk/zigbee2mqtt · Discussion #24364 · GitHub
NoobABC
(Noob Abc)
3
I did some change but even that my Smart Home is dead MQTT dosent work.
[17:45:05] INFO: Preparing to start…
[17:45:05] INFO: Socat not enabled
[17:45:06] INFO: Starting Zigbee2MQTT…
Starting Zigbee2MQTT without watchdog.
[2025-01-04 17:45:13] info: z2m: Logging to console, file (filename: log.log)
[2025-01-04 17:45:13] info: z2m: Starting Zigbee2MQTT version 2.0.0 (commit #unknown)
[2025-01-04 17:45:13] info: z2m: Starting zigbee-herdsman (3.2.1)
[2025-01-04 17:45:14] error: z2m: Error while starting zigbee-herdsman
[2025-01-04 17:45:14] error: z2m: Failed to start zigbee-herdsman
[2025-01-04 17:45:14] error: z2m: Check Zigbee2MQTT fails to start/crashes runtime | Zigbee2MQTT for possible solutions
[2025-01-04 17:45:14] error: z2m: Exiting…
[2025-01-04 17:45:14] 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/[email protected]/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/[email protected]/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:33)
at Controller.start (/app/node_modules/.pnpm/[email protected]/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-04 17:45:14] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see Z2M 2.0.0: `USB adapter discovery error (No valid USB adapter found)` · Koenkk/zigbee2mqtt · Discussion #24364 · GitHub
Mosquitto
Hardware
wmaker
(Tommy Long)
4
I got the same error and at the bottom of the log it points you to a URL
In my case I had to add the config to serial
adapter: zstack
3 Likes
NoobABC
(Noob Abc)
6
Finaly it star working
It so anoying tryed to find solution in this text zigbee2mqtt.io/docs/guide/configuration/adapter-settings.md at 7cd6444db68c875630de4fdfa814a6d8d77c6974 · Koenkk/zigbee2mqtt.io · GitHub
but solution is just add SERIAL
port: /dev/ttyUSB0
adapter: zstack
1 Like