Releases: vindaalex/multizone-thermostat
Releases · vindaalex/multizone-thermostat
bugfixes for latest HA
This version should fix upgrade to latest HA release.
What's Changed
- bugfix ha 2024.4 by @vindaalex in #36
Full Changelog: v0.7...v0.7.1
further rewrite multizone interaction and new functionality
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
- rewrite multizone interaction by @vindaalex in #33
Full Changelog: v0.6...v0.7
bugfix attr velocity
fix #32
userdef stuck check time
new options:
- choose time for stuck switch check
bugfix and improvements:
- visibility hvac action master
- stuck loop identification
- master forced pwm update
bugfix nesting
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
switch from master to releases