Set a control action for a bidding zone

Create a control action for all locations in the given bidding zone.

There are four control options:

  • max_grid_export: This is the maximum amount of power that can be exported, given the grid constraints.
  • zero_grid_export: This will limit the power export to zero.
  • max_grid_import: This is the maximum amount of power that can be imported, given the grid and operational constraints.
  • power_delta: Set a power delta to the forecasted power flow. This requires the "value" field to be set.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
const
enum
required
Allowed:
Body Params

The start time of the control action. This value should be:- in the future- current quarter: any remaining exact minute (e.g. ..., 00:12, 00:13, 00:14)- upcoming quarters: exact quarter (e.g. 00:00, 00:15, 00:30, 00:45)

The end time of the control action. Should be:

  • in the future
  • later than time_from
  • be the start of the quarter following time_from (e.g. 00:00, 00:15, 00:30, 00:45)
string
enum
required

The type of the control action:

  • max_grid_export: Maximize power production and export to grid.
  • zero_grid_export: Optimize power production and consumption for net zero export to grid.
  • max_grid_import: Minimize production for maximal import from grid.
Allowed:

Requested power delta in MW, only required when the control action type is "power_delta".

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json