Advanced hysteresis settings (#201)

* feat: added more hysteresis settings

* fix: heating hysteresis switch fixed

* refactor: added localization for hysteresis
This commit is contained in:
Yurii
2025-12-09 19:27:47 +03:00
committed by GitHub
parent cb8251dd40
commit 01192a59f5
14 changed files with 180 additions and 33 deletions

View File

@@ -171,7 +171,7 @@ protected:
vars.master.heating.enabled = this->isReady()
&& settings.heating.enabled
&& vars.cascadeControl.input
&& !vars.master.heating.blocking
&& (!vars.master.heating.blocking || settings.heating.hysteresis.action != HysteresisAction::DISABLE_HEATING)
&& !vars.master.heating.overheat;
// DHW settings