OptimizationConfiguration
peak_minimization object
- PeakMinimization
- null
active object
Boolean field that indicates if the peak minimization is activated or not.
- boolean
- null
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.
- integer
- null
negative_peak_minimization object
- PeakMinimization
- null
active object
Boolean field that indicates if the peak minimization is activated or not.
- boolean
- null
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.
- integer
- null
Boolean field that indicates if cost minimization (energy price optimization) is activated or not.
trueThe 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.
PT15MPT15MThe 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]
P1D{
"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"
}