Hi Everyone,
I am new to HA and recently got a SONOFF Zigbee 3.0 USB Dongle Plus (E). I was trying to configure zigbee2mqtt today, but have failed to connect to MQTT Server.
My HA is installed on Oracle VM Virtual Box and i added the Zigbee Dongle in USB Device Filter.
I followed this video to configure the Zigbee Dongle and zigbee2mqtt.
My configuration for zigbee2mqtt is as below:
mqtt
base_topic: zigbee2mqtt
user: mqtt_user
password: mypasswordhere
server: my HA IP:1883
serial
adapter: ezsp
port: /dev/ttyACM0
I have tried different combinations of the serial config, i.e. with and without:
adapter: ezsp
also i have tried the port as
port: /dev/ttyACM0
and also as
port: >-
/dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20231120181703-if00
But irrespective i always get the below logs:
[16:10:06] INFO: Preparing to start…
[16:10:07] INFO: Socat not enabled
[16:10:08] INFO: Starting Zigbee2MQTT…
Zigbee2MQTT:info 2024-02-19 16:10:10: Logging to console and directory: ‘/config/zigbee2mqtt/log/2024-02-19.16-10-10’ filename: log.txt
Zigbee2MQTT:info 2024-02-19 16:10:10: Starting Zigbee2MQTT version 1.35.3 (commit #unknown)
Zigbee2MQTT:info 2024-02-19 16:10:10: Starting zigbee-herdsman (0.33.8)
Zigbee2MQTT:info 2024-02-19 16:10:13: zigbee-herdsman started (resumed)
Zigbee2MQTT:info 2024-02-19 16:10:13: Coordinator firmware version: ‘{“meta”:{“maintrel”:"3 ",“majorrel”:“6”,“minorrel”:“10”,“product”:8,“revision”:“6.10.3.0 build 297”},“type”:“EZSP v8”}’
Zigbee2MQTT:info 2024-02-19 16:10:13: Currently 0 devices are joined:
Zigbee2MQTT:info 2024-02-19 16:10:13: Zigbee: disabling joining new devices.
Zigbee2MQTT:info 2024-02-19 16:10:13: Connecting to MQTT server at my HA IP:1883
Can someone please point me what my next steps should be.
TIA