Skip to content

Releases: jmcollin78/versatile_thermostat

6.8.0.beta7

20 Nov 06:47
Compare
Choose a tag to compare
6.8.0.beta7 Pre-release
Pre-release

Content

  1. fix hvac_action
  2. fix offset_calibration as proposed by @tbrasser

6.8.0.beta5: Calculate offset_calibration as room_temp - local_temp

19 Nov 07:01
Compare
Choose a tag to compare

Do not install this pre-release if you are not invited to do so

Content

  1. Calculate offset_calibration as room_temp - local_temp
  2. Fix hvac_action calculation

Add a max_on_percent setting in 'expert mode'

18 Nov 10:13
Compare
Choose a tag to compare

Don't install this pre-release if you are not invited to do so.

Content

  1. Add a max_on_percent setting in 'expert mode'. Documentation have been updated. Thanks to @ms5.

Note: this is a complementary enhancement for Sonoff TRVZB tests but this is not mandatory. Now you can limit the on_percent calculated by the TPI algorithm and so limit what is sent to the TRV.

For testing with Sonoff TRVZB - preview

17 Nov 11:14
Compare
Choose a tag to compare
Pre-release

What's Changed

Please do not install it, if you are not invited to do so.

To use it:

  1. create a VTherm over_climate,
  2. set the Sonoff climate as underlying. You can also add many climate (not tested yet),
  3. check the "Sonoff TRVZB mode" checkbox. This will add a menu 'Sonoff TRVZB configuration',
  4. in this menu, add the 'offset calibration', 'opening_degree' and 'closing_degree' entities. You should add as many entities as underlying climate added in 2.
  5. this will enable the TPI menu. You can check or adjust the TPI parameters or keep the default values first. Tuning will be done later.

Then you can use the VTherm as usual. You have more VTherm attributes (tpi, open_valve_percent, ...) if you want to check and to make some graph.

To be completed: the self-regulation is not used, please ignore the parameters

Note: all unit tests pass. So you should not have an impact on the others VTherm you could have. Despite I don't have any Sonoff TRVB at home, I will install this pre-release to check the non regression.

Comments are welcome in the #645 thread.

Full Changelog: 6.7.0...6.8.0.beta1

6.7.0

13 Nov 18:15
d624c32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.2...6.7.0

6.6.3.beta1

10 Nov 09:19
ba69319
Compare
Choose a tag to compare
6.6.3.beta1 Pre-release
Pre-release

What's Changed

  • Issue #619 - manual hvac_off should be prioritized over window and auto-start/stop hvac_off by @jmcollin78 in #622

Full Changelog: 6.6.2...6.6.3.beta1

This is beta release. Don't install it if you are not invited to do so.

6.6.2

09 Nov 17:44
f9df925
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.1...6.6.2

6.6.1

07 Nov 20:57
2d72efe
Compare
Choose a tag to compare

What's Changed

  • Issue #552 - It is possible to validate a configuration over_switch without TPI parameters set by @jmcollin78 in #608
  • Issue #600 - energy can be negative after configuration by @jmcollin78 in #614
  • Issue #609 - Reconfiguring a vtherm while in mode heat sets all vtherms to mode heat by @jmcollin78
  • Translation use_central_boiler_feature fix by @depuits in #604
  • Fix typo by @lboue in #607

New Contributors

Full Changelog: 6.6.0...6.6.1

6.6.1.beta2

06 Nov 19:09
Compare
Choose a tag to compare
6.6.1.beta2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 6.6.0...6.6.1.beta2

6.6.1.beta1

05 Nov 18:44
Compare
Choose a tag to compare
6.6.1.beta1 Pre-release
Pre-release

This is pre-release containing specific logs to diagnose the issue #600 (energy seems not restored or saved correctly).
Do not install if you don't have the #600 issue in your environment.

To activate the specific logs, you must add this line into the logger.yaml file:

default: warning
    logs:
        custom_components.versatile_thermostat.energy_debug: debug

After installing this beta release, you should update your logger.yaml file, restart and when you find the issue then send me the logs when the energy have changed (so around the time you change the configuration).

Full Changelog: 6.6.0...6.6.1.beta1