Skip to content

Releases: jmcollin78/versatile_thermostat

Preview for 1.1.0

18 Jan 22:45
Compare
Choose a tag to compare
Preview for 1.1.0 Pre-release
Pre-release

This pre-release contains those evolutions in beta:

  • Add min_temp and max_temp in configuration #17
  • Mise en sécurité du thermostat si pas de changement de température #18
  • Add a configurable minimal delay of activation #19

Enjoy !

Community enhancements

15 Jan 21:46
Compare
Choose a tag to compare

**

Note: Because many changes are provided, you need to reconfigure all existing thermostat to use this version.

**

This first official release contains many enhancements requested by community:

Changes :

  1. Add a temperature configuration for present / not present for each preset #1 #1
  2. Limits the usable presets #2
  3. Add service to update the temperature of a preset #4
  4. Use person.xxx as presence detector directly #6
  5. Make external temperature sensor mandatory for TPI mode #7
  6. Hide preset that are not configured #9
  7. Add a service to force the presence or non presence #10
  8. Rename coeff_c and coeff_t to coeff_int et coeff_ext #11
  9. When changing the target temperature, preset, motion, presence or window states there is a delay before heater activation or deactivation #14
  10. README completion with full description of all features

Bug fix:

Cannot remove entity_id in configuration #12

KNOWN BUGS: https://github.com/jmcollin78/versatile_thermostat/issues?q=is%3Aissue+is%3Aopen+label%3Abug

Enjoy !

FIX delay when condition changes

15 Jan 00:27
Compare
Choose a tag to compare
Pre-release

FIX When changing the target temperature, preset, motion, presence or window states there is a delay before heater activation or deactivation
#14

Update documentation for Release 1.0

14 Jan 17:58
Compare
Choose a tag to compare
Pre-release

README have been updated to reflect all additional features of this release.

Enjoy !

Release 1.0.0 beta 1

14 Jan 11:38
Compare
Choose a tag to compare
Release 1.0.0 beta 1 Pre-release
Pre-release

This pre-release contains:
Changes :

  • Add a temperature configuration for present / not present for each preset #1 #1
  • Limits the usable presets #2
  • Add service to update the temperature of a preset #4
  • Use person.xxx as presence detector directly #6
  • Make external temperature sensor mandatory for TPI mode #7
  • Hide preset that are not configured #9
  • Add a service to force the presence or non presence #10
  • Rename coeff_c and coeff_t to coeff_int et coeff_ext #11

Bug fix:

  • Cannot remove entity_id in configuration #12

TODO : update documentation.

KNOWN BUGS: https://github.com/jmcollin78/versatile_thermostat/issues?q=is%3Aissue+is%3Aopen+label%3Abug

Add presence management

10 Jan 17:25
Compare
Choose a tag to compare

Presence management is now available. You should configure a presence sensor (True is someone is present else False) on the last page off the integration.

When the presence sensor switch to Off, the thermostat automatically switch to the 'Away' preset (and corresponding temperature). The current preset is backed off to be restored when the presence sensor switch to on.

Note: the optionnal offset field should not be used because it will be removed in the next release.

Bug release

08 Jan 12:16
Compare
Choose a tag to compare
Bug release Pre-release
Pre-release

FIX power conversion when state is unknown or unavailable

Add Presence management

08 Jan 11:40
Compare
Choose a tag to compare
Pre-release

This pre-release contains the Presence management.
To activate, edit your Thermostat configuration and add a presence sensor entity id. It's state should be 'On' is someone is present at home or 'Off' else.

When presence turns to off, you have two exclusive choice:

  1. set the preset to a defined value ("Away" is certainly the most valuable choice),
  2. or add an offset to the current temperature without changing the preset. This offset can be negative of course.

Other content of this pre-release:

  1. Add presence management
  2. Fix many bugs on states actualisation
  3. Add extra attributes with all internal states (useful for tuning the Thermostats attributes)

Enjoy !

FIW power management

07 Jan 18:46
Compare
Choose a tag to compare
FIW power management Pre-release
Pre-release

FIW power management preset restoration

FIX power management initialization

07 Jan 17:32
Compare
Choose a tag to compare
Pre-release

FIX power management not initialized if power sensor not set.