We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11f6278 + 4d332ca commit d00d21eCopy full SHA for d00d21e
src/DHWCalc.cpp
@@ -3798,11 +3798,12 @@ RC DHWHEATER::wh_DoSubhrTick( // DHWHEATER energy use for 1 tick
3798
{ // demand response (DR)
3799
// use DHWSYS hourly base value
3800
// turn off hour-start one-shot signals if not hour start
3801
+ // TOO (Top off once) is sent on tick 0 only
3802
int drStatus;
3803
if (whfcn == whfcnPRIMARY)
3804
{ drStatus = pWS->ws_drStatusHPWH;
3805
if (tk.wtk_startMin > 0.f)
- drStatus &= ~(HPWH::DR_TOO | HPWH::DR_TOT);
3806
+ drStatus &= ~(HPWH::DR_TOO);
3807
}
3808
else
3809
drStatus = HPWH::DR_ALLOW;
0 commit comments