Releases: ScratMan/HASmartThermostat
Releases · ScratMan/HASmartThermostat
v2024.12.0
What's changed
- Ensure keep_alive refreshes the devices states. Should close #201
- Add valve domain to control valves seen as valve in HA. Should close #259
- Try to fix detection if device is active with valve and light entities. Should close #259
Full Changelog: 2024.6.1...2024.12.0
v2024.11.0-alpha1
What's changed
- Ensure keep_alive refreshes the devices states. Should close #201
- Add valve domain to control valves seen as valve in HA. Should close #259
- Try to fix detection if device is active with valve and light entities. Should close #259
Full Changelog: 2024.6.1...2024.11.0-alpha1
v2024.6.1
v2024.6.2-alpha1
What's changed
- Ensure keep_alive refreshes the devices states. Closes #201
Full Changelog: 2024.6.1...keep_alive_fix
v2024.6.0
Breaking Change
The integral computation now takes into account the external temperature compensation to allow negative integral values to avoid being stuck at 100%. The integral part is also cleared when external temperature is used and set point is changed. You may need to adjust the ki
gain to adjust the reactivity after set point steps.
What's Changed
- Allow controlling multiple heater/cooler entities with one single thermostat. Closes #217 #213 #192
- Take external temperature compensation into account for integral clamping. Closes #150 #151 #208 #222
- Add control output range setting parameters
output_min
andoutput_max
. Closes #79 #192 #222 - Add control output precision parameter
output_precision
to adjust number of decimals depending on target device. Closes #222 - Add control output clamping
out_clamp_low
andout_clamp_high
to limit output power. - Add more detailed examples in ReadMe
- Add "Buy Me a Coffee" badge to ReadMe
Full Changelog: 2024.2.1...2024.6.0
Frost Protect test alpha
Full Changelog: 2024.4.0-beta1...frost_protect_test
v2024.4.0-beta1
What's Changed
- Allow controlling multiple heater/cooler entities with one single thermostat. Closes #217 #213 #192
- Add control output range setting parameters
output_min
andoutput_max
. Closes #79 #192 - Add control output clamping
out_clamp_low
andout_clamp_high
to limit output power. - Add more detailed examples in ReadMe
- Add "Buy Me a Coffee" badge to ReadMe
Full Changelog: 2024.2.1...2024.4.0-beta1
v2024.3.0-beta1
What's Changed
- Add control output range setting parameters
output_min
andoutput_max
- Add control output clamping
out_clamp_low
andout_clamp_high
Full Changelog: 2024.2.1...2024.3.0-beta1
2024.2.1
v2024.2.0
What's Changed
- Do not throw an error if heater/cooler entity is not yet available on startup by @Chupaka in #172
- Autotune doc fix by @ybizeul in #199
- Add TURN_ON and TURN_OFF features. Closes #206
Breaking change
This release requires Home Assistant starting from 2024.2.0
New Contributors
Full Changelog: 2023.10.0...2024.2.0