mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
Fixed get current dhw temp
This commit is contained in:
@@ -100,7 +100,7 @@ protected:
|
|||||||
}
|
}
|
||||||
yield();
|
yield();
|
||||||
|
|
||||||
if ( settings.opentherm.dhwPresent && settings.dhw.enable ) {
|
if ( settings.opentherm.dhwPresent ) {
|
||||||
updateDHWTemp();
|
updateDHWTemp();
|
||||||
} else {
|
} else {
|
||||||
vars.temperatures.dhw = 0;
|
vars.temperatures.dhw = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user