Ess Active Power Voltage Characteristic
-
This controller charges/discharges an energy storage system with active power in order to keep the grid voltage within an acceptable range.
-
The active power set-point depends on the ratio of the grid voltage divided by the configured
nominalVoltageparameter. -
The active power per voltage ratio is defined by a poly-line graph in the
lineConfigparameter. It takes a Json-Array of the following form:
[
{
"voltageRatio":0.95,
"power":4000
},
{
"voltageRatio":0.97999,
"power":1000
},
{
"voltageRatio":0.98,
"power":0
},
{
"voltageRatio":1.0299,
"power":0
},
{
"voltageRatio":1.03,
"power":-1000
},
{
"voltageRatio":1.05,
"power":-4000
}
]
-
waitForHysteresisparameter: active power set-point is not updated more often than the hysteresis time in seconds. Default value is 20 seconds. The purpose of this parameter is to avoid oscillation in grid voltage via frequently setting power.