You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried also with /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0
and /dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00
instead of /dev/ttyUSB0
but get the same issue
If I start it as sudo, I get this message:
~$ sudo docker restart zigbee2mqtt
Error response from daemon: Cannot restart container zigbee2mqtt: error gathering device information while adding custom device "/dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018E1B395-if00": no such file or directory
Checked undervoltage with "dmesg -w", no issues here.
Full error log:
[2025-02-08 08:38:34] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364
Using '/app/data' as data directory
Starting Zigbee2MQTT without watchdog.
[2025-02-08 08:39:10] info: z2m: Logging to console, file (filename: log.log)
[2025-02-08 08:39:10] info: z2m: Starting Zigbee2MQTT version 2.1.1 (commit #1accb8b66b95b99658c50e4c0209edcb946a5fe2)
[2025-02-08 08:39:10] info: z2m: Starting zigbee-herdsman (3.2.5)
[2025-02-08 08:39:10] error: z2m: Error while starting zigbee-herdsman
[2025-02-08 08:39:10] error: z2m: Failed to start zigbee-herdsman
[2025-02-08 08:39:10] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-02-08 08:39:10] error: z2m: Exiting...
[2025-02-08 08:39:11] 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-02-08 08:39:11] error: z2m: If this happens after updating to Zigbee2MQTT 2.0.0, see https://github.com/Koenkk/zigbee2mqtt/discussions/24364
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is my configuration.yaml:
I tried also with
/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00-port0
and
/dev/serial/by-id/usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_0001-if00
instead of
/dev/ttyUSB0
but get the same issue
If I start it as sudo, I get this message:
Checked permissions:
Checked undervoltage with "dmesg -w", no issues here.
Full error log:
Beta Was this translation helpful? Give feedback.
All reactions