mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
heatburnpower does not count similar with wwburnpow, #1335
This commit is contained in:
@@ -1002,7 +1002,7 @@ void Boiler::check_active() {
|
||||
store_energy();
|
||||
}
|
||||
// store new modulation and time
|
||||
heatBurnPow = heatingActive_ ? curBurnPow_ : 0;
|
||||
heatBurnPow = heatingActive_ && !tapwaterActive_ ? curBurnPow_ : 0;
|
||||
wwBurnPow = tapwaterActive_ ? curBurnPow_ : 0;
|
||||
powLastReadTime_ = uuid::get_uptime();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user