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
peak_price object

Custom peak price value. Only used when configurable_peak_price feature flag is enabled.

anyOf
number
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
peak_price object

Custom peak price value. Only used when configurable_peak_price feature flag is enabled.

anyOf
number
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 python timedelta notation. We only allow 1 day, 2 days or 3 days for now

Possible values: [P1D, P2D, P3D]

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