fix start inverter
This commit is contained in:
parent
b7dda83545
commit
9391b11403
@ -133,7 +133,7 @@ void PowerLimiterClass::loop()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ((isStartThresholdReached(inverter) || (_consumeSolarPowerOnly && canUseDirectSolarPower() && (!isStopThresholdReached(inverter)))) && powerMeter >= config.PowerLimiter_LowerPowerLimit) {
|
if ((isStartThresholdReached(inverter) || (canUseDirectSolarPower() && (!isStopThresholdReached(inverter)))) && powerMeter >= config.PowerLimiter_LowerPowerLimit) {
|
||||||
// DC voltage high enough, start the inverter
|
// DC voltage high enough, start the inverter
|
||||||
MessageOutput.println("[PowerLimiterClass::loop] Starting up inverter...");
|
MessageOutput.println("[PowerLimiterClass::loop] Starting up inverter...");
|
||||||
_lastCommandSent = millis();
|
_lastCommandSent = millis();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user