Hi, I recently bought a ITead Sonoff Zigbee 3.0 USB Dongle. I have problems connecting this dongle to my Home Assistant installation.
I installed home assistant on a nuc using docker on ubuntu server 20.04. I start docker like this:
$ sudo docker run -d --name="home-assistant" --privileged --restart always -v /home/nerd/homeassistant/config:/config -v /etc/localtime:/etc/localtime:ro -v /dev:/dev -v /dev/ttyUSB0:/dev/ttyUSB0 --net=host ghcr.io/home-assistant/home-assistant:stable
This works flawlessly.
Both inside and outside the docker container the device is shown as:
/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_76b207dc82c9eb11adf58f4f1d69213e-if00-port0
In the Home Assistant interface I try to add it as an integration. So I click on “Add integration” and choose “Zigbee home automation”. ZHA shows me the serial device path of the interface, which I select. After that I choose “ZNP” and it seems like Home Assistant starts to add it. However, in the end this final step fails and I get the message “Failed to connect”.
Does anyone know what I might be missing?
Kind regards,
Samnang
1 post - 1 participant