mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-04-03 08:05:16 +05:00
Compare commits
2 Commits
467cfea449
...
c3d0d94806
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3d0d94806 | ||
|
|
e4211c872c |
@@ -605,7 +605,7 @@ protected:
|
|||||||
float indoorTemp = 0.0f;
|
float indoorTemp = 0.0f;
|
||||||
float convertedTemp = 0.0f;
|
float convertedTemp = 0.0f;
|
||||||
|
|
||||||
if (!vars.sensors.indoor.connected) {
|
if (vars.sensors.indoor.connected) {
|
||||||
indoorTemp = vars.temperatures.indoor;
|
indoorTemp = vars.temperatures.indoor;
|
||||||
convertedTemp = convertTemp(indoorTemp, settings.system.unitSystem, settings.opentherm.unitSystem);
|
convertedTemp = convertTemp(indoorTemp, settings.system.unitSystem, settings.opentherm.unitSystem);
|
||||||
}
|
}
|
||||||
@@ -667,7 +667,7 @@ protected:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Hysteresis
|
// Hysteresis
|
||||||
// Only if enabled PID or/and Equitherm or Native heating control via OT
|
// Only if enabled PID or/and Equitherm or Native heating control via OT
|
||||||
@@ -688,7 +688,6 @@ protected:
|
|||||||
this->heatingBlocking = false;
|
this->heatingBlocking = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void initialize() {
|
void initialize() {
|
||||||
// Not all boilers support these, only try once when the boiler becomes connected
|
// Not all boilers support these, only try once when the boiler becomes connected
|
||||||
|
|||||||
Reference in New Issue
Block a user