Hello,
Im having some isues on getting my zigbee2mqtt setup.
I cant get to the webui from zigbee2mqtt.
What i already did is the following:
- Sonoff dongle re-flashed with Z-Stack firmware
-Put the Sonoff dongle into various USB ports (Dongle is always visible under the hardware tab in Home Assistant)
-Used with an USB extension cable
[06:06:03] INFO: Preparing to start...
[06:06:05] INFO: Socat not enabled
[06:06:09] INFO: Starting Zigbee2MQTT...
Zigbee2MQTT:info 2022-12-07 06:06:20: Logging to console and directory: '/config/zigbee2mqtt/log/2022-12-07.06-06-20' filename: log.txt
Zigbee2MQTT:info 2022-12-07 06:06:20: Starting Zigbee2MQTT version 1.28.4 (commit #unknown)
Zigbee2MQTT:info 2022-12-07 06:06:20: Starting zigbee-herdsman (0.14.76)
Zigbee2MQTT:error 2022-12-07 06:06:21: Error while starting zigbee-herdsman
Zigbee2MQTT:error 2022-12-07 06:06:21: Failed to start zigbee
Zigbee2MQTT:error 2022-12-07 06:06:21: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions
Zigbee2MQTT:error 2022-12-07 06:06:21: Exiting...
Zigbee2MQTT:error 2022-12-07 06:06:21: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220816172446-if00'
at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/ezsp/driver/uart.ts:90:28)
at SerialPort._error (/app/node_modules/@serialport/stream/lib/index.js:198:14)
at /app/node_modules/@serialport/stream/lib/index.js:242:1
settings:
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:1833
user: mqtt_user
password: mqtt_pass
serial:
Port: /dev/ttyUSB0
what am i missing?