github jmcollin78/versatile_thermostat 8.6.0.beta2

pre-release10 hours ago

⚠️ this is a pre-release which aims to test:

  1. the max_opening_degrees new parameter for over_climate with direct valve control Vtherm,
  2. opening_threshold not respected when calculating total_power_active_for_boiler. This can lead to start the boiler while the TRV is closed
  3. 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

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

Full Changelog: 8.5.1...8.6.0.beta1

Don't miss a new versatile_thermostat release

NewReleases is sending notifications on new releases.