Releases: bosch-thermostat/home-assistant-bosch-custom-component
Bosch custom component v0.21.0
This will work with HA 2023.3 and newer!
- add support for v04.00.00 easycontrol firmware, fixes issues #262 , #263
- fix insertion of data for Easycontrol into statistic table, fixes #260
- remove WARN of string state of kWh sensor, from now on if new api is ON state will be
-7
, fixes #258 - add new services send_custom_put_float and send_custom_put_string , with these it is possible to make template service to send some data , fixes #255
- make sure every hour is fetched from bosch API, fixes #245
- add possibility to fetch single day once again from bosch API, so users can refetch wrong data
Bosch custom component v0.20.2
It will only work with at least HA 2022.12!
- remove deprecated Device Classes. #250
Bosch custom component v0.20.1
It will only work with HA 2022.12!
Changelog:
- support for Easycontrol fw 03.13.02#235
- make sure boost mode is working Switch BoostMode no reaction.#211
- add Dutch translation
- add support for step 0.5
- support for HA 2022.12
- add Solar Circuits to Easycontrol.
Bosch custom component v0.20.0
It will only work with HA 2022.12!
Changelog:
- support for Easycontrol fw 03.13.02#235
- make sure boost mode is working Switch BoostMode no reaction.#211
- add Dutch translation
- add support for step 0.5
- support for HA 2022.12
- add Solar Circuits to Easycontrol.
Bosch custom component v0.19.4
Bosch custom component v0.19.3
Changelog:
- fix #194
- add support for 04.00.04 firmware
- add support for 04.08.03 firmware #208
- add step size to number entities
- support for schedule in Easycontrol
- add boost mode for Easycontrol HC
- add optimistic mode in set_target_temperature
- fix DHW recognize operation modes properly #199
- add support for KM100 #196
- merge IVT and NEFIT notifications #185
- show idle status in HC #204
Bosch custom component v0.18.3
Changelog:
- fix device info
Bosch custom component v0.18.2
If upgrade from 0.17.x read release notes for v0.18.0
https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/releases/tag/v0.18.0a
Changelog:
Bosch custom component v0.18.1
If upgrade from 0.17.x read release notes for v0.18.0
https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/releases/tag/v0.18.0a
This release contains fix to work with HA 2022.7.
Thanks @slovdahl
Changelog:
- fix support for HA 2022.7
Bosch custom component v0.18.0
Finally! This is big release and long way to get ready.
You might need to have time to update so don't be in hurry.
Read how to preserve old data from Energy dashboard: https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/wiki/Move-from-0.17-to-0.18-with-new-statistics
Read about New API instructions: https://github.com/bosch-thermostat/home-assistant-bosch-custom-component/wiki/New-API-support
This release will work only with Home Assistant 2022.6 and newer!
Changelog:
- add support for Easycontrol Energy statistics using external statistics API (enable it manually by selecting Configure in integration menu)
- add support for Nefit Recording statistics using external statistics API (enable it manually by selecting Configure in integration menu)
- add support for IVT Recording statistics using external statistics API (enable it manually by selecting Configure in integration menu)
- add service to move old data to new stats format
- allow to fetch as much past data as possible.
- add support for selects
- add basic
holidayModes
support - add
send_custom_put
andsend_custom_get
(currently only for debugging purposes) services so you can create your own template sensors! - fix device class recognition for temp entities
- add off option for DHW in Nefit
- remove
mins
from total system uptime sensor name - fix reloading integration
- add possibility to send float from bosch_cli
- fix
async_get_registry
warning