This is a pre-release, don't install it if you are not invited to do so.
What's Changed
- #1220 - Change the minimum_opening degree behavior
- For
over_climatewith regulation by direct valve control, two new parameters are added to the existingminimum_opening_degrees. The parameters are now the following:opening_threshold: the valve opening value under which the valve should be considered as closed (and then 'max_closing_degree' will apply),max_closing_degree: the closing degree maximum value. The valve will never be closed above this value. Set it to 100 to fully close the valve when no heating is needed,minimum_opening_degrees: the opening degree minimum value for each underlying device when ``opening_threshold` is exceeded, comma separated. Default to 0. Example: 20, 25, 30. When the heating starts, the valve will start opening with this value and will continuously increase as long as more heating is needed.
What else has changed
- chore: plotly docs improvements, translations by @23doors in #1233
- Fix undesired translation of yaml example by @cnotin in #1245
- PL documentation access from configuration panel 🇵🇱 by @Krzysztonek in #1248
New Contributors
Full Changelog: 8.0.1...8.1.0.beta2