Class SlowChargeUtils
java.lang.Object
io.openems.edge.controller.ess.standby.statemachine.SlowChargeUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
calculateAndApplyPower
(Context context) Calculates and applies the charging power forState#SLOW_CHARGE_1
andState#SLOW_CHARGE_2
.
-
Constructor Details
-
SlowChargeUtils
public SlowChargeUtils()
-
-
Method Details
-
calculateAndApplyPower
protected static void calculateAndApplyPower(Context context) throws IllegalArgumentException, OpenemsError.OpenemsNamedException Calculates and applies the charging power forState#SLOW_CHARGE_1
andState#SLOW_CHARGE_2
.- Parameters:
context
- the Context- Throws:
IllegalArgumentException
- on errorOpenemsError.OpenemsNamedException
- on error
-