Flashed my new Sonoff Zigbee 3.0 USB Dongle Plus, integrated it into Home Assistant, updated the Zigbee2MQTT config, confirmed that the address is right and can communicate via linux command line, am unable to connect to the webui and the log is giving me the error
Zigbee2MQTT Logs:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] socat.sh: executing...
[18:11:41] INFO: Socat not enabled, marking service as down
[cont-init.d] socat.sh: exited 0.
[cont-init.d] zigbee2mqtt.sh: executing...
[18:11:41] INFO: MQTT available, fetching server detail ...
[18:11:41] INFO: MQTT server settings not configured, trying to auto-discovering ...
[18:11:42] INFO: Configuring 'mqtt://core-mosquitto:1883' mqtt server
[18:11:42] INFO: Previous config file found, checking backup
[18:11:42] INFO: Creating backup config in '/config/zigbee2mqtt/.configuration.yaml.bk'
[18:11:42] INFO: Adjusting Zigbee2mqtt core yaml config with add-on quirks ...
[cont-init.d] zigbee2mqtt.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[18:11:42] INFO: Handing over control to Zigbee2mqtt Core ...
What happened?
Flashed my new Sonoff Zigbee 3.0 USB Dongle Plus, integrated it into Home Assistant, updated the Zigbee2MQTT config, confirmed that the address is right and can communicate via linux command line, am unable to connect to the webui and the log is giving me the error
Zigbee2MQTT Logs:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] socat.sh: executing... [18:11:41] INFO: Socat not enabled, marking service as down [cont-init.d] socat.sh: exited 0. [cont-init.d] zigbee2mqtt.sh: executing... [18:11:41] INFO: MQTT available, fetching server detail ... [18:11:41] INFO: MQTT server settings not configured, trying to auto-discovering ... [18:11:42] INFO: Configuring 'mqtt://core-mosquitto:1883' mqtt server [18:11:42] INFO: Previous config file found, checking backup [18:11:42] INFO: Creating backup config in '/config/zigbee2mqtt/.configuration.yaml.bk' [18:11:42] INFO: Adjusting Zigbee2mqtt core yaml config with add-on quirks ... [cont-init.d] zigbee2mqtt.sh: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [18:11:42] INFO: Handing over control to Zigbee2mqtt Core ...
Home Assistant log:
22-03-11 18:17:20 ERROR (MainThread) [supervisor.api.ingress] Ingress error: Cannot connect to host 172.30.33.3:8099 ssl:default [Connect call failed ('172.30.33.3', 8099)]
I've reflashed the dongle several times, I've changed the front end port, I've appended with the server IP address for MQTT, nothing has worked.
Console log for tests:
[core-ssh ~]$ ls -l /dev/serial/by-id total 0 lrwxrwxrwx 1 root root 13 Mar 28 2022 usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_28cae19a7e29ec11a8f46d7840c9ce8d-if00-port0 -> ../../ttyUSB0 [core-ssh ~]$ test -w /dev/ttyUSB0 && echo success || echo failure success
Zigbee2MQTT config:
data_path: /config/zigbee2mqtt external_converters: [] devices: devices.yaml groups: groups.yaml homeassistant: true permit_join: false mqtt: base_topic: zigbee2mqtt server: 192.168.1.201:1883 user: mqtt_user password:
serial:
port: /dev/ttyUSB0
advanced:
log_level: warn
pan_id: 6754
channel: 11
network_key:
I am beyond frustrated at this point.
What did you expect to happen?
The webUI for the addon to open and allow me to styart adding devices
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.24.0-1
Adapter firmware version
CC1352P2_CC2652P_launchpad_coordinator_20211217
Adapter
Sonoff Zigbee 3.0 USB Dongle Plus
Debug log
No response