└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Spirit-ZigBee 2 | Support for [Spirit ZigBee thermostatic device](https://eurotronic.org/produkte/zigbee-heizkoerperthermostat/spirit-zigbee/). 3 | 4 | ## Guides 5 | [OTA update guide via deCONZ](https://github.com/EUROTRONIC-Technology/Spirit-ZigBee/wiki/OTA-update-guide-via-deCONZ) 6 | 7 | ## Updating Spirit-ZigBee Firmware files via Home Assistant deCONZ 8 | With Home Assistant you do not have direct access to the deCONZ container. For this install install Portainer via Addons and disable "Protection Mode": 9 | ![image](https://user-images.githubusercontent.com/1632781/106361896-2b361500-6320-11eb-8025-19e1af362998.png) 10 | 11 | Go to "Settings" and remove the "addon" type so that you can access the container: 12 | ![image](https://user-images.githubusercontent.com/1632781/106361940-60426780-6320-11eb-8935-1335922ba7ab.png) 13 | 14 | Execute the "Console" 15 | ![image](https://user-images.githubusercontent.com/1632781/106361975-8ec04280-6320-11eb-87cd-ea740fae5ef2.png) 16 | 17 | Copy the link to the latest release from [Spirit-ZigBee Releases](https://github.com/EUROTRONIC-Technology/Spirit-ZigBee/releases) and then execute: 18 | ``` 19 | cd /data/otau/ 20 | 21 | wget https://github.com/EUROTRONIC-Technology/Spirit-ZigBee/releases/download/20190408/20190408_EUROTRONIC_Spirit_Zigbee_0x00122C380.ota 22 | ``` 23 | ![image](https://user-images.githubusercontent.com/1632781/106362026-dcd54600-6320-11eb-9d66-a791f3c7784d.png) 24 | 25 | After this you have the latest firmware available for download. 26 | 27 | 28 | ## Firmware releases 29 | Spirit supports an OTA updates: [releases](https://github.com/EUROTRONIC-Technology/Spirit-ZigBee/releases) 30 | --------------------------------------------------------------------------------