HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Circuit / Set Circuit SoC Priority

Set DLM priority based on the session's state of charge (SoC). The active priority will be used to either decrease or increase the energy used by the session's EVSE.

  • If the SoC exceeds the upperThresholdPercent, then the highSoCPriority will be applied.
  • If the SoC is below the lowerThresholdPercent, then the lowSoCPriority will be applied.
  • If neither of the above conditions is true, then the priority is set to 1.

You can provide either the upperThresholdPercent with the highSoCPriority or the lowerThresholdPercent with the lowSoCPriority or both pairs. When a lower or upper threshold is not set, the default priority of 1 will be used.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Body Params
number | null
5 to 95

The state of charge (SoC) percentage above which the highSoCPriority will be applied. Must have a 5% offset from the lowerThresholdPercent (if provided).
For example if lowerThresholdPercent is set to 50, this can have a value of 55 or higher.
Setting this to null will remove the usage of the highSoCPriority.

float
≥ 0
number | null
5 to 95

The state of charge (SoC) percentage below which the lowSoCPriority will be applied. Must have a 5% offset from the upperThresholdPercent (if provided).
For example if upperThresholdPercent is set to 50, this can have a value of 45 or lower.
Setting this to null will remove the usage of the lowSoCPriority.

float
≥ 0
Responses
202

Action accepted

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