API Reference
Log In
API Reference

Create a control action for the specified location.

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.
Log in to see full request history
Path Params
uuid
required
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
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.

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

Responses

Response body
object
uuid
required
date-time
required
date-time
required

The start time of the control action.

date-time
required

The end time of the control action.

string
required

The type of the control action.

max_grid_export zero_grid_export max_grid_import power_delta

Requested power delta in MW. Only ".

results
array of objects
Defaults to
Results
object
date-time
required
date-time
required
required
required
required
string
Defaults to MW

W kW MW

Language
Credentials