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.10.1
- Device name (for a zone) is optional
- Bugfix: No room entities if there is no zone
1.10.0
All sensors are compatible with https://www.home-assistant.io/integrations/statistics/
1.9.0
- Adding 2021.9.1 minimal version
- New sensor state class
STATE_CLASS_TOTAL_INCREASING
for HA 2021.9.1 (thanks to @pfriedrich84) - Fix schema errors (specially for zones)
- Ignore some HTTP 409 errors (when installation is not compatible with some part of the API)
1.8.1
- fix missing holiday and quick_mode binary sensors
- errors in
binary_sensor.multimatic_errors
are now inside anerrors
state_attributes
.
1.8.0 - Energy
Includes EMF devices
available through the API. If you have compatible devices, you should be able to see new device(s) and new entities in HA. These entities are about energy/consumption/environmental yield and they are compatible with H 2021.8 energy dashboard.
1.8.0b0
This version is including EMF devices
available through the API. If you have compatible devices, you should be able to see entities which contain the same value as in your mobile app (and VRC700 ?). Also, these entities should be compatible with HA 2021.8 energy management.
1.7.1
1.7.0
- [BREAKING CHANGE] Improvements of the
unique_id
of some entities (entity_id
are untouched). I recommend update the integration, delete the instance of the integration, restart HA and re-add the integration. - [~BREAKING CHANGE] Name of the event has changed from multimatic_refresh_entities to multimatic_refresh_event when quick_mode or holiday mode is changed
- Data polling is splitted across multiple coordinators. It means if one coordinator fails, only entity depending on this coordinator will be unavailable.
- Some part of the API are only fetched once a day (like facility name, mac addresses, firmware version, etc.)
- If all entities depending on a coordinator are disabled, this coordinator doesn't fetch the API anymore
- Add VR51 (thermostat) child lock binary_sensor
- Add
current_humidity
attribute for a room climate if there is VR51 - Add
cooling_for_x_days_duration
attribute if the zone is in quick modeQM_COOLING_FOR_X_DAYS
- Add optional
duration
toset_quick_mode
service. - Cooling improvements
- Ignore HTTP 409 & 400 error when starting the integration
- Add device_id of report as HA device name
- Add
duration
attribute on quick_mode binary sensor when a quick_mode is active (and a duration is set) - Code quality improvement
- Remove some incorrect device_class
- None safe name, unit_of_measurement, etc.
- Better logging in case of error
1.7.0b4
- Somme corrections for cooling
- Add device_id of report as HA device name
- Add
duration
attribute on quick_mode binary sensor when a quick_mode is active (and a duration is set) - Ignore HTTP 400 error (as well as 409) when fetching data for the first time
1.7.0b3
- Re-add the
name
for the binary sensor related to rooms - Add optional
duration
forset_quick_mode
service. - Ignoring HTTP 409 error when starting the integration