Skip to main content

Optimization Configuration

info

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

    peak_minimization object
    anyOf
    negative_peak_minimization object
    anyOf
    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
info

Energy 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.