Skip to content

Releases: bosch-thermostat/home-assistant-bosch-custom-component

Bosch custom component v0.21.0

08 Mar 17:38
Compare
Choose a tag to compare

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

04 Jan 19:26
Compare
Choose a tag to compare

It will only work with at least HA 2022.12!

  • remove deprecated Device Classes. #250

Bosch custom component v0.20.1

10 Dec 22:26
Compare
Choose a tag to compare

It will only work with HA 2022.12!

Changelog:

Bosch custom component v0.20.0

08 Dec 22:07
Compare
Choose a tag to compare

It will only work with HA 2022.12!

Changelog:

Bosch custom component v0.19.4

28 Oct 20:35
Compare
Choose a tag to compare
  • Fix issue #214
  • add step size to easycontrol #219

Bosch custom component v0.19.3

10 Oct 08:53
Compare
Choose a tag to compare

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

20 Jul 20:47
Compare
Choose a tag to compare

Changelog:

  • fix device info

Bosch custom component v0.18.2

20 Jul 07:17
Compare
Choose a tag to compare

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:

  • add support for 03.12.00 in Easycontrol #183
  • fix #164
  • fix #177

Bosch custom component v0.18.1

07 Jul 05:53
Compare
Choose a tag to compare

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

29 Jun 09:07
Compare
Choose a tag to compare

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 and send_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