Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: thomasgermain/vaillant-component

1.10.1

23 Oct 16:15
fc29941
Compare
Choose a tag to compare
  • Device name (for a zone) is optional
  • Bugfix: No room entities if there is no zone

1.10.0

03 Oct 18:39
41e244f
Compare
Choose a tag to compare

1.9.0

03 Sep 12:51
cdab4e8
Compare
Choose a tag to compare
  • 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

23 Aug 07:39
Compare
Choose a tag to compare
  • fix missing holiday and quick_mode binary sensors
  • errors in binary_sensor.multimatic_errors are now inside an errors state_attributes.

1.8.0 - Energy

19 Aug 11:13
Compare
Choose a tag to compare

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

11 Aug 11:24
Compare
Choose a tag to compare
1.8.0b0 Pre-release
Pre-release

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

10 Aug 13:11
Compare
Choose a tag to compare

Release in order to detect the cause of "Config entry 'Multimatic' for multimatic integration not ready yet", see #83. This DOES NOT fix the issue

1.7.0

11 Jul 09:03
Compare
Choose a tag to compare
  • [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 mode QM_COOLING_FOR_X_DAYS
  • Add optional duration to set_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

06 Jul 12:52
Compare
Choose a tag to compare
1.7.0b4 Pre-release
Pre-release
  • 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

30 Jun 18:42
Compare
Choose a tag to compare
1.7.0b3 Pre-release
Pre-release
  • Re-add the name for the binary sensor related to rooms
  • Add optional duration for set_quick_mode service.
  • Ignoring HTTP 409 error when starting the integration