Skip to content

Releases: jmcollin78/versatile_thermostat

Community fixes - 6.8.4

22 Dec 16:50
6e5e304
Compare
Choose a tag to compare

What's Changed

  • [feature] for 'It's not possible to set regulation mode to Expert using Automations' by @Edwintenhaaf in #718
  • [feature] Add attribute with active underlyings for easier tracking and setup by @s256 in #658
  • Issue #698 nb device active for boiler not updating by @jmcollin78 in #728
  • [feature] #722 - Add a minimum opening degree for valve regulation by @jmcollin78 in #729
  • Issue #690 - VTherm don't follow underlying change with lastSeen activated by @jmcollin78 in #732
  • issue #683 - incorrect temperature reversion on window close (*) by @jmcollin78 in #734
  • issue #733 - VTherm over_climate not following TRV device setpoint when step if < 1 by @jmcollin78 in #736
  • issue #713 - config_entry is deprecated by @jmcollin78 in #738
  • issue #702 - crash after 2024.12 Attribute error

(*) the open window detection behavior have been changed: now if you try to change the preset or the target temperature while the window is open (and window action is configured to Anti-fronzen), VTherm will keep the froze temperature. The new preset or temperature will be applied when the window will be detected as closed.

New Contributors

Full Changelog: 6.8.3...6.8.4

6.8.4.beta3

22 Dec 16:25
6e5e304
Compare
Choose a tag to compare
6.8.4.beta3 Pre-release
Pre-release

What's Changed

New Contributors

  • @s256 made their first contribution in #658

Full Changelog: 6.8.4.beta1...6.8.4.beta3

6.8.4.beta2

21 Dec 16:14
Compare
Choose a tag to compare
6.8.4.beta2 Pre-release
Pre-release

What's Changed

  • Add attribute with active underlyings for easier tracking and setup by @s256 in #658
  • Try to fix #698 - nb_device_active don't work for climate without hvac_action

You have a new attrbutes in the nb_device_active entities which lists the active entities. Thank to @s256

New Contributors

Full Changelog: 6.8.3...6.8.4.beta2

6.8.4.beta1

21 Dec 08:30
Compare
Choose a tag to compare
6.8.4.beta1 Pre-release
Pre-release

What's Changed

  • fix for 'It's not possible to set regulation mode to Expert using Automations' by @Edwintenhaaf in #718
  • Try to fix Issue #702 (2nd try)

New Contributors

Full Changelog: 6.8.3...6.8.4.beta1

6.8.3

14 Dec 10:57
53160f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.8.2...6.8.3

6.8.2

11 Dec 07:22
1aaa6d4
Compare
Choose a tag to compare

What's Changed

  • Issue #696 - follow underlying doesn't work anymore by @jmcollin78 in #701
    Maybe this fixes also the #690 issue which looks like #696.

Full Changelog: 6.8.1...6.8.2

Try to fix #683

08 Dec 18:45
Compare
Choose a tag to compare
Try to fix #683 Pre-release
Pre-release

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

Content

try to fix #683

6.8.1 - community fixes

08 Dec 18:39
e9dcb21
Compare
Choose a tag to compare

What's Changed

  • Issue #157 - coefficient for external temp doesn't accept decimals by @jmcollin78 in #691
  • Issue #662 - disabling auto-start/stop when VTherm is off due to auto-start/stop should turn on the VTherm by @jmcollin78 in #692
  • Issue #625 - auto-start/stop change sometimes too fast by @jmcollin78 in #693

Full Changelog: 6.8.0...6.8.1

6.8.0 - Add direct valve regulation feature (Sonoff TRVZB)

07 Dec 18:18
3529607
Compare
Choose a tag to compare

What's Changed

  • 🎉 Issue #645 add valve regulation (tested with Sonoff trvzb) by @jmcollin78 in #651
  • Fix side effect of out-of-range temperature filtering by @gpayer in #635
  • Fixed and extended unit test for out-of-range temp filtering by @gpayer in #637
  • Issue #602 - Implementing max_on_percent setting by @ms5 in #632
  • Issue #655, #267 - combine motion and presence
  • Issue #661 - central boiler doesn't starts with Sonoff TRVZB
  • Issue #669 - issue in configuration when unselecting valve_regulation

Documentation

Documentation has been totally rewrite for this release. This is in FR only for now but will be soon translated to EN also. See the FR documentation here

❤️ A big, big thanks to all contributors for this big release (see: #645) 👏

New Contributors

  • @ms5 made their first contribution in #632

Full Changelog: 6.7.0...6.8.0

Beta12

27 Nov 21:19
Compare
Choose a tag to compare
Beta12 Pre-release
Pre-release

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

Content

  1. Fix number of active device should be wrong for central boiler activation. Reported by @jiquem (I don't find anything in the logs but I improve the calculation method and the logs
  2. Fix when you deselect the valve regulation, an error occurs saying "The number of valve entities for valve regulation should be equal to the number of underlyings".