Skip to content

Releases: vindaalex/multizone-thermostat

bugfixes for latest HA

03 May 21:42
04a53cd
Compare
Choose a tag to compare

This version should fix upgrade to latest HA release.

What's Changed

Full Changelog: v0.7...v0.7.1

further rewrite multizone interaction and new functionality

15 Feb 21:15
c96f09f
Compare
Choose a tag to compare

An further rewrite of the multizone interaction and inclusion of new functionality.

New functionality:

update nesting method
free choice of presets via 'extra_presets'
free choice of time when to perform passive switch check via 'passive_switch_opening_time'
scale proportional valves for partial opening master (pwm < pwm_scale) via 'bounded_scale_to_master'
detailed examples with explanation

New functionality for master:

assure minimum loading via 'lower_load_scale'
minimum opening to assure sufficient flow to proportional valves 'min_opening_for_propvalve'
delay opening of master valve via 'compensate_valve_lag'

breaking changes:

removed 'preset_away' and replaced by 'extra_presets'
removed 'valve_pid' mode fo master

The breaking changes or inclusion of new functionality not present in the old version could block updating. This can be avoided by commenting out the multizone thermostat configuration during the update. After HA reboot the configuration can be activated again.

What's Changed

Full Changelog: v0.6...v0.7

bugfix attr velocity

09 Jan 20:48
Compare
Choose a tag to compare
bugfix attr velocity Pre-release
Pre-release

fix #32

userdef stuck check time

26 Dec 22:47
Compare
Choose a tag to compare

new options:

  • choose time for stuck switch check

bugfix and improvements:

  • visibility hvac action master
  • stuck loop identification
  • master forced pwm update

bugfix nesting

24 Dec 11:20
Compare
Choose a tag to compare
bugfix nesting Pre-release
Pre-release

This version has improved:

  • nesting routine
  • master-satellite interaction
  • emergeny mode (shown via preset)
  • NO-NC switch support
  • code documentation

New functionality:

  • support for additoinal presets
  • more control for stuck switch check
  • scaling of proportional valves to master pwm

Please read readme for more details.

first release

22 Dec 23:01
1ee9309
Compare
Choose a tag to compare

switch from master to releases