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
cost_minimization object
anyOf
activeActive (boolean)
Default value: false
day_ahead_price object
anyOf
boolean
day_ahead_bidding_zone object
anyOf
string

Possible values: [DE_50HZ, AL, DE_AMPRION, AT, BY, BE, BA, BG, CZ_DE_SK, HR, CWE, CY, CZ, DE_AT_LU, DE_LU, DK, DK_1, DK_1_NO_1, DK_2, DK_CA, EE, FI, MK, FR, DE, GR, HU, IS, IE_SEM, IE, IT, IT_SACO_AC, IT_CALA, IT_SACO_DC, IT_BRNN, IT_CNOR, IT_CSUD, IT_FOGN, IT_GR, IT_MACRO_NORTH, IT_MACRO_SOUTH, IT_MALTA, IT_NORD, IT_NORD_AT, IT_NORD_CH, IT_NORD_FR, IT_NORD_SI, IT_PRGP, IT_ROSN, IT_SARD, IT_SICI, IT_SUD, RU_KGD, LV, LT, LU, LU_BZN, MT, ME, GB, GE, GB_IFA, GB_IFA2, GB_ELECLINK, UK, NL, NO_1, NO_1A, NO_2, NO_2_NSL, NO_2A, NO_3, NO_4, NO_5, NO, PL_CZ, PL, PT, MD, RO, RU, SE_1, SE_2, SE_3, SE_4, RS, SK, SI, GB_NIR, ES, SE, CH, DE_TENNET, DE_TRANSNET, TR, UA, UA_DOBTPP, UA_BEI, UA_IPS, XK, DE_AMP_LU]

fixed_offtake_price object

The offtake price in Mega Watt per hour. This is the price electricity is taken from the grid.

anyOf
number
injection_price object

Price at which electricity can be injected back into to grid in Mega Watt per hour.

anyOf
integer
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": 0
},
"cost_minimization": {
"active": false,
"day_ahead_price": true,
"day_ahead_bidding_zone": "DE_50HZ",
"fixed_offtake_price": 0,
"injection_price": 0
},
"planning_frequency": "PT15M",
"planning_horizon": "P1D"
}