This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: thomasgermain/vaillant-component
Releases · thomasgermain/vaillant-component
1.14.1
- Vaillant water heater only supports unit (and not .5) precision for target temperature
1.14.0
- [Breaking Change] SensoAPP support, thanks to @sylvainvh and @xaviergriffon.
- For multimatic user, nothing to do
- For senso user, please delete the integration and re-add it and select senso option while configuring it
- Periodic re-loggin (every hour) to prevent EMF data not being refreshed
- Some code cleaning
- Prevent some server side caching
1.14.0b03
- SensoAPP - Fix quick veto duration for rooms (always in minutes), thanks to @sylvainvh
- Periodic re-loggin (every hour) to prevent EMF data not being refreshed
- Some code cleaning
1.14.0b2 - SensoAPP
I'm pleased to announce the sensoAPP compatibility. Thanks the @xaviergriffon and @sylvainvh :)
- For multimatic user: nothing to do. You just have to update through HACS (or manually)
- For senso user: please delete the integration and re-add it. During the configuration of the integration, you will have to choose the "SENSO" option.
1.14.0b1
- Try to prevent server side caching (specially for power consumption)
- Pre release for sensoAPP support (it doesn't support yet sensoAPP)
1.13.0 - Breaking changes
- [Breaking change] Change report entity_id and unique_id (multiple devices can have the same report id, so now the unique/entity id is based on the device id and the report id). Thanks to xaviergriffon
- [Possible breaking change] Multiple instances of the integration. If you setup your integration (even a single instance) and fill your serial number, following services names will change:
remove_quick_mode
,remove_holiday_mode
,set_quick_mode
,set_holiday_mode
,set_quick_veto
,remove_quick_veto
,request_hvac_update
andset_datetime
. They will be suffixed with the serial number:set_datetime_<serial_number>
1.12.12
- Compatibility with HA 2023.1
1.12.11
- Add german translations. Thanks to MrBeepoint
- Only logout from API if the integration receives an HTTP 401 error
- [Beta] better handling in case of multiple instance
1.12.10
Fix login issue
1.12.9
- Compatibility for HA 2022.11
- New
multimatic.set_datetime
service - Service improvements (they are no usable through the UI)
- "Energy" sensors are refreshed using the interval configured in the integration (and no more very 30min)