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)
-
Download the files (dockerfile, config.json, run.sh) from the repo above (daniel-mrd-andersson/hassioaddons).
-
Copy the files to your /addons share under a folder named ‘conbee’.
-
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.
-
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 -
Install the Addon from HASSIO local store. Then reboot.
-
servername:80 should now work in your browser of choice.
-
Configure deconz in configuration.yaml according to the HA component documentation.