upd readme, get modulation fix

This commit is contained in:
Yurii
2023-10-17 14:14:24 +03:00
parent 6d3172b73b
commit 96c1a187cd
2 changed files with 6 additions and 0 deletions

View File

@@ -94,6 +94,9 @@ protected:
updatePressure();
if ((settings.opentherm.dhwPresent && settings.dhw.enable) || settings.heating.enable || heatingEnabled ) {
updateModulationLevel();
} else {
vars.sensors.modulation = 0;
}
yield();