Skip to content

Releases: jmcollin78/versatile_thermostat

FIX when my climate is not found on startup

03 Mar 21:05
Compare
Choose a tag to compare
3.0.0.beta2

FIX error on startup when my_climate is not found

Use devices and entities

03 Mar 17:34
Compare
Choose a tag to compare
Pre-release

This draft release is a functional preview of the enhancement detailed here:

  1. Use Device and multiple entities to conform with HA philosophy - #54

No change on configuration is needed. New entities will be available upon restart.
The pre-release should be fully retro-compatible with 2.3.0. Attributes are kept temporary in the climate entity but in deprecated mode.

They will be remove in the 4.0.0 release.

Release 2.3.0 - Heater energy calculation

26 Feb 11:00
Compare
Choose a tag to compare

This release implements the following new features:

  1. Add the device power and device energy into attributes - #25
  2. Power of the heater should be accessible event if power management is not selected - #53 (thanks to @WarC0zes)

And also the following bugs:

  1. Datetime in extra attributes are in UTC - #51
  2. In certain case, temperature event are registred with an offset of one hour - #52 (thanks to @franckb)
  3. Documentation is wrong - #55 (thanks to @impuR_Shozz)

No special things have to be done for installation.

Enjoy !

Fix Timezone temperature event

19 Feb 21:44
Compare
Choose a tag to compare
Pre-release

This pre-release fix the following issue:

  • In certain case, temperature event are registred with an offset of one hour - #52

Release 2.3.0.beta2

19 Feb 18:12
Compare
Choose a tag to compare
Release 2.3.0.beta2 Pre-release
Pre-release

This release contains:

  • Datetime in extra attributes are in UTC - #51
  • Adding unit tests

Add energy and power consumption

17 Feb 23:10
Compare
Choose a tag to compare
Pre-release

This pre-release tries to implement:

  • Add the device power and device energy into attributes #25

2.2.1

15 Feb 22:49
Compare
Choose a tag to compare

Fixes:

  • A thermostat stays with security_default_on_percent when the preset change during security mode #49

Enhancements

  • Begin the works for Add unit testing #48

Release 2.2.0 - enhance the security

11 Feb 23:23
Compare
Choose a tag to compare

The release focuses on security management with some majors improvements:

  1. Rename None preset to Manual #3
  2. Support Fahrenheit #38 thanks to @kadaan
  3. Enhancing Security mode #42 thanks to @adi90x
  4. Notify (send event messages) when something important happens #43
  5. Add new service to change security parameters #47 thanks to @adi90x

This release also contains those bug fix:

  1. Set preset internal #45 thanks to @adi90x
  2. Missing translations for preset mode Power and Security #46

The documentation have been updated in README. Please read carefully the "Advanced parameters" and "Notifications" section to have a good understanding of what have been done in this release.

No special instructions for installation.

Enjoy !

Add set_security service

11 Feb 16:53
Compare
Choose a tag to compare
Pre-release

Add a set_security service which aims to change the security parameters without having to reconfigure the thermostat.

FIX security mode when hvac_mode is off

11 Feb 14:46
Compare
Choose a tag to compare
Pre-release

When hvac_mod is off, the thermostat should never go in security mode but can leave the security mode.