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();
|
||||
|
||||
if ( settings.opentherm.dhwPresent && settings.dhw.enable ) {
|
||||
if ( settings.opentherm.dhwPresent ) {
|
||||
updateDHWTemp();
|
||||
} else {
|
||||
vars.temperatures.dhw = 0;
|
||||
|
||||
Reference in New Issue
Block a user