Package io.openems.edge.ess.mr.gridcon
Class WeightingHelper
- java.lang.Object
-
- io.openems.edge.ess.mr.gridcon.WeightingHelper
-
public class WeightingHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WeightingHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getStringControlMode(Battery battery1, Battery battery2, Battery battery3)
static java.lang.Float[]
getWeighting(float activePower, Battery b1, Battery b2, Battery b3)
Calculates the weighting for Gridcon depending on connected batteries and given active power.
-