meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
home_automation:home_assistant:zigbee [2023/03/20 13:04] – created niziakhome_automation:home_assistant:zigbee [2023/06/07 08:54] (current) niziak
Line 13: Line 13:
 [257307.040659] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [257307.040659] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
 </code> </code>
 +
 +==== Firmware update ====
 +
 +  * [[https://github.com/dresden-elektronik/deconz-rest-plugin/wiki/Firmware-Changelog|Firmware Changelog]]
 +  * [[https://deconz.dresden-elektronik.de/deconz-firmware/?C=M;O=D|deconz-firmware]]
 +
 +===== Easy way =====
 +
 +It can be done using ''deCONZ'' integration for while and then switch back to ''Zigbee2MQTT''
 +
 +===== Host shell way =====
 +
 +NOTE: Doesn't work in Proxmox's USB forwarded device/port. After device reset it cannot be detected by flasher.
 +
 +<code bash>
 +docker ps
 +ha addons stop 45df7312_zigbee2mqtt
 +
 +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
 +...
 +docker rmi deconzcommunity/deconz
 +ha addons start 45df7312_zigbee2mqtt
 +</code>
 +
 +
 +NOTE: Workaround: connect ConBeeII to Linux PC and run only flasher:
 +<code bash>
 +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
 +</code>
 +
  
  
-To update firmware of ''Conbee II'' automatically, install and start ''deCONZ'' integration.