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
cost_minimization object
- CostMinimization
- null
falseday_ahead_price object
- boolean
- null
day_ahead_bidding_zone object
- BiddingZone
- null
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.
- number
- null
injection_price object
Price at which electricity can be injected back into to grid in Mega Watt per hour.
- integer
- null
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.
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": 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"
}