DeCONZ, ZHA and Zigbee components and compatible hardware

Steps I took to get it working in case anyone else gets here with the same intention: (Running everything deconz on one device. Pi3 with conbee-stick in my case)

  1. Download the files (dockerfile, config.json, run.sh) from the repo above (daniel-mrd-andersson/hassioaddons).

  2. Copy the files to your /addons share under a folder named ‘conbee’.

  3. Edit and the config.json to point to your USB-device. I had to change USB0 to USB1.

“devices”: [“/dev/ttyUSB1:/dev/ttyAMA0:rwm”],

To get your USB ID, SSH to your Home Assistant machine and run the command ‘hassio host hardware’. You should then be able to see what USB-ports are occupied.

  1. Edit and update the ‘dockerfile’ with the documentation found in the comments on the raised issue for the add-on. I replaced all code-blocks, even though I suspect only some were changed.
    Trying to install the addon thru Hass.io home assistant gives me an error when downloading the qt-websockets-5.9.1-r0.apk · Issue #1 · daniel-mrd-andersson/hassioaddons · GitHub

  2. Install the Addon from HASSIO local store. Then reboot.

  3. servername:80 should now work in your browser of choice.

  4. Configure deconz in configuration.yaml according to the HA component documentation.

4 Likes