Skip to content

Releases: jmcollin78/versatile_thermostat

Add Versatile Thermostat into HACS default list

14 May 09:21
Compare
Choose a tag to compare

Nothing have change in the code. Only the possibility to add Versatile Thermostat directly from HACS list without to add the repo.

3.2.4 - Maintenance release - Bug with security mode

28 Apr 10:16
Compare
Choose a tag to compare

This maintenance release contains this bug fixes:

  • Bug sur mise en sécurité quand last_temp_date > au seuil défini - #81. Thanks to @daangel27

Because this release fix a bug on security mode, its installation is recommended for everyone.

Italian translations and HA 2023.4 compatibility

22 Apr 08:32
72d7803
Compare
Choose a tag to compare

This release contains the followings changes:

  1. Add Italien translations to config flow - #79 - Thanks to @Bergoglio
  2. Fix unit tests with HA 2023.4 changes.

Maintenance release

14 Apr 06:33
Compare
Choose a tag to compare

This maintenance release contains the following fixes:

  1. Delta t is 2 < 10 which should be not possible - #72. Thanks to @Sonic62 and @daangel27
  2. Thermostat deactivated but heater continues heating - #73. Thanks to @pvince83 and @gael1980.

Also a big up for @salabur which pays me a beer. Prosit !

3.2.1 release - Multi-switch Versatile Thermostat

02 Apr 21:04
Compare
Choose a tag to compare

Fix a release issue. Please take this one instead of previous 3.2.0 release.

Enhancements


  1. Capability to manage multiple heaters with one VThermostat - #67

Bug fix:


  1. Déclenchement du chauffage malgré maison absente - #70 Thanks to @gael1980

This release is fully compatible with the previous one. If you want to control multiple switches with the same Versatile Thermostat just edit the Thermostat configuration and add the switches. Up to 4 switches can be controlled. In this mode, the switches are triggered with a delay to minimize the power required at one time (we minimize the recovery periods). See README.

FIX overpowering bug

28 Mar 08:10
Compare
Choose a tag to compare
FIX overpowering bug Pre-release
Pre-release

In case of overpowering, an over_climate VTherm is looping and an over_switch VTherm will never end the overpowering.

3.2.0.beta2 - Capability to manage multiple heaters with one VThermostat

26 Mar 16:53
Compare
Choose a tag to compare

This pre-release implements the feature:

  1. Capability to manage multiple heaters with one VThermostat - #67

You now have to possibility to specify more than one heater in the configuration. In that case, the cycle in the cycle of each heater, the device_power is the device power of each heater also (and not the sum of all heater power).

The algorithm now make its best to lower the power consumption at a specified time by shifting the starts of heating while keeping the overall calculated power.

WARNING: a lot of rework have been done for this feature, so don't apply this pre-release on critical environment.

Pre-release - Capability to manage multiple heaters with one VThermostat

26 Mar 16:45
Compare
Choose a tag to compare

This pre-release implements the feature:

  1. Capability to manage multiple heaters with one VThermostat - #67

You now have to possibility to specify more than one heater in the configuration. In that case, the cycle in the cycle of each heater, the device_power is the device power of each heater also (and not the sum of all heater power).

The algorithm now make its best to lower the power consumption at a specified time by shifting the starts of heating while keeping the overall calculated power.

WARNING: a lot of rework have been done for this feature, so don't apply this pre-release on critical environment.

Release 3.1.1 - FIXes from community bugs

19 Mar 09:36
Compare
Choose a tag to compare

This release contains only bug fixes signaled by community:

  1. In thermostat_over_climate mode, error when underlying climate is not available on startup - #56,
  2. security_default_on_percent cannot be set to 0 - #63. Thanks to @daangel27.
  3. When windows opens and closes rapidly (in the same second), the thermostat can stay Off - #66. Thanks to @frankb

No special recommandations for installation.

Release 3.1.0 - Add a window open detection based on internal temperature change

12 Mar 10:39
Compare
Choose a tag to compare

The release contains the following enhancement:

  • Add a window open detection based on internal temperature change - #28

It adds the possibility to use the window/door feature without any door sensor. It detects the drop of temperature in the room and then shutdown the heater until the temperature stop dropping or for a certain time maximum.

More information here: https://github.com/jmcollin78/versatile_thermostat#auto-mode


Cette release contient l'évolution suivante :

  • Ajout d'une détection d'ouverture de fenêtre/porte basée sur les changements de température - #28

Elle ajoute la possibilité d'utiliser la fonction "gestion des ouvertures" sans avoir de capteur d'ouverture. Elle détecte la chute brutale de température dans la pièce et coupe le chauffage, jusqu'à ce que la température arrête de chuter ou après un temps maximum.

Plus d'informations ici : https://github.com/jmcollin78/versatile_thermostat/blob/main/README-fr.md#le-mode-auto

Enjoy !