⚠️ this is a pre-release which aims to test:
- the
max_opening_degreesnew parameter forover_climatewith direct valve control Vtherm, - opening_threshold not respected when calculating total_power_active_for_boiler. This can lead to start the boiler while the TRV is closed
- a change on the new heating detection feature to limit the false positive alert. A new template field is added. If the evaluation of this template is False, then the detection is disabled. Example to disable the heating failure detection if the wood stove is active:
{{ is_state('binary_sensor.wood_stove_active', 'off' }}. (Documentation will be updated soon).
Because I cannot test that in real conditions at home (no boiler and no TRV), I need to have a real test in real condition before being able to push a release. Thank you for your help for testing.
What's Changed
- Feat: #1554 - add max_opening_degree for over_climate with direct valve control by @jmcollin78 in #1617
- Fix #1591 - opening_threshold not respected when calculating total_power_active_for_boiler by @jmcollin78 in #1628
- Fix: #1144 - Add template to enable heating failure detection by @jmcollin78 in #1627
Auto-TPI (experimental) updates - configuration simplification
- autotpi: filter published attributes depending of heat/cool mode by @KipK in #1589
- feat(auto-tpi): add pre-bootstrap calibration step by @KipK in #1602
- fix(auto-tpi): use sample-and-hold interpolation for calibrate_capacity service by @KipK in #1600
- Refactor Auto TPI configuration by @KipK in #1609
- Auto tpi: allow max_capacity_heat to decrease at saturation by @KipK in #1610
- feat(auto-tpi): conditional creation and automatic cleanup of AutoTpi sensor entity by @KipK in #1603
- Auto-tpi New documentation. by @KipK in #1613
- feat(auto-tpi): retroactively adjust capacity on Kext updates by @KipK in #1616
- fix(auto_tpi): pre-bootstrap failed to use calibrate_capacity service by @KipK in #1619
- fix(auto-tpi): prevent capacity learning outliers with efficiency filter, EWMA decay and clamp by @KipK in #1624
- auto-tpi: fix card link in documentation by @KipK in #1625
- autotpi: config flow, add missing description key, updated translations by @KipK in #1626
Documentation
- VTherm v.8.5 Translation 🇵🇱 by @Krzysztonek in #1588
- Add home assistant entity attribute names within doc by @eflye in #1596
- docs: clarify UI vs HA attribute names by @eflye in #1601
Full Changelog: 8.5.1...8.6.0.beta1