Skip to main content

OptimizationConfiguration

peak_minimization object
anyOf
active object

Boolean field that indicates if the peak minimization is activated or not.

anyOf
boolean
peak_limit object

Specifies a line under which the peak price does not apply. The value specified will be applied to all the phases of the collector separately. By default the peak_limit is set to 0.

anyOf
integer
negative_peak_minimization object
anyOf
active object

Boolean field that indicates if the peak minimization is activated or not.

anyOf
boolean
peak_limit object

Specifies a line under which the peak price does not apply. The value specified will be applied to all the phases of the collector separately. By default the peak_limit is set to 0.

anyOf
integer
cost_minimization_activeCost Minimization Active (boolean)

Boolean field that indicates if cost minimization (energy price optimization) is activated or not.

Default value: true
planning_frequencyPlanning Frequency (string)

The planned frequency at which a site will be optimized. Should follow the python timedelta notation. Currently this field is disabled as we only support 15 minutes long optimization configuration. Notation is in Pandas Timedelta notation.

Constant value: PT15M
Default value: PT15M
planning_horizonPlanning Horizon (string)

The planning horizon for which the optimization will be done. Should follow the ISO-8601 duration notation.

Possible values: [PT2H, PT4H, PT6H, PT8H, PT10H, PT12H, PT15H, PT18H, P1D, P2D, P3D]

Default value: P1D
OptimizationConfiguration
{
"peak_minimization": {
"active": true,
"peak_limit": 100000
},
"negative_peak_minimization": {
"active": true,
"peak_limit": 100000
},
"cost_minimization_active": true,
"planning_frequency": "PT15M",
"planning_horizon": "P1D"
}