Skip to content

Releases: jmcollin78/versatile_thermostat

[#28] Add a window open detection based on internal temperature change

11 Mar 17:20
Compare
Choose a tag to compare

This prelease contains a preview of the feature:

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

Window open detection based on temperature

11 Mar 10:28
Compare
Choose a tag to compare

Cf. #28

-- Please note this is a very early preview release. Not fully tested and may contains regressions.
DO NOT INSTALL in a PRODUCTION environment.

Window open detection based on temperature

11 Mar 10:06
Compare
Choose a tag to compare

Cf. #28

-- Please note this is a very early preview release. Not fully tested and may contains regressions.
DO NOT INSTALL in a PRODUCTION environment.

Release 3.0.0 - Add devices and entities

05 Mar 09:41
Compare
Choose a tag to compare

This major release contains the following enhancements:

  1. Use Device and multiple entities to conform with HA philosophy - #54
  2. Add into documentation for css around the thermostat front component - #27

See the readme here for more informations about new entities: https://github.com/jmcollin78/versatile_thermostat#sensors

This release also includes those issues:

  1. Add unit testing - #48
  2. Add Versatile Thermostat into rapid restart - #58

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.

Add default power and energy unit

04 Mar 10:28
Compare
Choose a tag to compare
Pre-release

Power (resp. energy) unit is calculated from device_power value. If > 100, we assume that the unit is Watt (resp. Wh), else kW (resp. kWh).

Add the fast reload function (but it does nothing...)

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