[Feature Request]: Configurable Activation Logic for Central Boiler: Power or Zone Threshold #806
Labels
enhancement
New feature or request
need PR
Interesting improvements that could be easily done with a PR.
Feature Request: Configurable Central Boiler Activation: Power or Zone Threshold
Summary: This feature request proposes adding a configurable activation method for central boilers, allowing users to choose between a minimum power threshold or a minimum number of zones requesting heat.
Problem: Current central boiler activation relies solely on the number of requesting zones (
boiler_activation_threshold
). This does not account for varying radiator power outputs, leading to potential short cycling and inefficient operation when combined power demand is low.Proposed Solution:
New Parameter: Introduce
activation_mode
to central boiler configuration, allowing optionspower
orzone
.power
Mode:estimated_heating_power
from requesting thermostats exceedsboiler_power_activation_threshold
.boiler_activation_threshold
.zone
Mode:boiler_activation_threshold
.boiler_power_activation_threshold
.New Thermostat Parameter: Introduce optional
estimated_heating_power
(Watts) to thermostat configurations for power calculations. Default to 0 if not specified.The text was updated successfully, but these errors were encountered: