Set a limit to a grid using a charging profile

Sets a charging profile to a grid. The charging profile should be valid OCPP1.6 format. On a grid chargingProfilePurpose is ignored. All charging profiles can be managed with EdgeManager.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32

(Default) grid Id. Eigher this parameter OR GID must be provided. This Grid-ID corresponds to the grid in the "Grid configuration" tab.

int32

(Advanced) Grid Unique Identifier. Eigher this parameter OR GridId must be provided. It can only be fetched by calling "/grid/getGridConfig" and reading it from the config. This GID is unique for a grid and will change when the config is changed. It is usefull for breaking the API when someone changes the configuration of the grid.

boolean
required

If true, the limit applies to power from the vehicles, so the energymeter is being ignored.

boolean
required

If true, the limit is interpreted as soft limit so Edge will be a bit more relaxed with the limit.

boolean
required

If true, every vehicle can charge with the minimal power, even if the limit would not allow it.

boolean

If true, limit will apply to export current(curtailment), limit should be <= 0

string

Add some information the the profile so you and others will understand why this limit is there

Body Params

OCPP 1.6 charging profile

integer
string
Defaults to rest of OCPP1.6 charging profile
Responses
200

successful operation

400

Bad request

401

Not authorized

403

No access with API role

405

Method not allowed

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!