Optimization Configuration
Each site we optimize has unique requirements. Internally, we use a broad set of parameters tailored to your site's specific needs automatically. However, you have the flexibility to fine-tune certain aspects through optimization settings.
Overview
{
"peak_minimization": {
"active": true,
"peak_limit": 25000
},
"cost_minimization_active": true,
"planning_horizon": "P1D"
}
Optimization Configuration
- 0-item-properties
- null
- 0-item-properties
- null
peak_minimization object
negative_peak_minimization object
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]
P1DEnergy pricing (offtake prices, injection prices, day-ahead pricing) is configured separately through the contract configuration. See the API documentation for details on setting up your energy contract.