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
peak_price object
Custom peak price value. Only used when configurable_peak_price feature flag is enabled.
- number
- 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
peak_price object
Custom peak price value. Only used when configurable_peak_price feature flag is enabled.
- number
- 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 python timedelta notation. We only allow 1 day, 2 days or 3 days for now
Possible values: [P1D, P2D, P3D]
P1D{
"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"
}