just installed and configured configuration.yaml.
I've got this error starting the service zigbee2mqtt with the command:
this is the output of my error:
I'm using a Sonoff Zigbee 3.0 USB dongle plus mapped on this port:
thanks in advance
I've got this error starting the service zigbee2mqtt with the command:
zigbee2mqtt && npm start
this is the output of my error:
> zigbee2mqtt@1.28.4 start
> node index.js
Zigbee2MQTT:info 2022-12-15 20:55:20: Logging to console and directory: '/opt/zigbee2mqtt/data/log/2022-12-15.20-55-20' filename: log.txt
Zigbee2MQTT:info 2022-12-15 20:55:20: Starting Zigbee2MQTT version 1.28.4 (commit #52e545f9)
Zigbee2MQTT:info 2022-12-15 20:55:20: Starting zigbee-herdsman (0.14.76)
lsusb -t -vZigbee2MQTT:error 2022-12-15 20:55:41: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-12-15 20:55:41: Failed to start zigbee
Zigbee2MQTT:error 2022-12-15 20:55:41: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-12-15 20:55:41: Exiting...
Zigbee2MQTT:error 2022-12-15 20:55:41: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms)
at ZStackAdapter.start (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:103:27)
at Controller.start (/opt/zigbee2mqtt/node_modules/zigbee-herdsman/src/controller/controller.ts:132:29)
at Zigbee.start (/opt/zigbee2mqtt/lib/zigbee.ts:58:27)
at Controller.start (/opt/zigbee2mqtt/lib/controller.ts:101:27)
at start (/opt/zigbee2mqtt/index.js:107:5)
I'm using a Sonoff Zigbee 3.0 USB dongle plus mapped on this port:
any suggestions?lrwxrwxrwx 1 root root 13 Dec 15 17:58 usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220811193407-if00 -> ../../ttyACM0
thanks in advance