How to update conbee II on hassio with deconz/phoscon integration?

That’s genius. Was looking for such a solution for the past years.

I even used the addon ‘SSH & Web Terminal’, so you can all do it easily remote.

So I adapted your install manual a bit:

  1. Go to Settings → Add-ons → deCONZ, Stop addon
  2. start SSH & Web Terminal with safe mode disabled
  3. download the latest deconz container and start it by executing next command:
    docker run -it --rm --entrypoint "/firmware-update.sh" --privileged --cap-add=ALL -v /dev:/dev -v /lib/modules:/lib/modules -v /sys:/sys deconzcommunity/deconz
  4. Follow steps from script. If you want last update, don’t follow “Firmware available for flashing”, open URL and copy filename.
  5. After few seconds is update done! (for me it failed the first time, just try a 2nd time)
  6. At the end, delete docker image and free some storage space:
    docker rmi deconzcommunity/deconz
  7. After successful update I just reboot whole system and deCONZ plugin start automatically after new bootup. System → Settings → Hardware → top-right corner tripledot → Reboot host

some screenshots of some steps:

18 Likes