I’m new in the world of Home Assistant but I managed to get HA running in the QNAP container. Then I ordered Sonoff ZigBee Gateway ZigBee 3.0 USB Dongle Plus-E and realized that I cannot find any valid setup instructions
So I decided to ask in this forum that does there exist any document / thread that would describe how to get that Sonoff working. I have tried all kind of things but not the correct ones.
I can see this with lsusb command so I know that device is recognized. But how to get it to HA?
Bus 001 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x Composite Device
Some time elapsed since this post was opened, but I’d the same problem and finally I succeded to tie the zigbee dongle with homeassistant running in a QNap container so I put here how I did:
search and install the USB Serial drivers (maybe this is not needed for others) and restart
access QNAP via SSH
at this point a new device was on /dev, named ttyUSB0 (/dev/ttyUSB0)
create a container via command line with this syntax:
docker run -d --name=“home-assistant_z” -v /share/MD0_DATA/domotica/home-assistant:/config --memory=“4g” --device=/dev/ttyUSB0:/dev/ttyUSB0 --net=host homeassistant/home-assistant (changing parameters as needed)
the new container is available in Container Station from where you can start/stop it.
install ZHA integration from homeassistant (or whatever you need)