HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Charge Point / Smart Charging / Update

Update smart charging details for the charge point

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Body Params
string
enum
required

tod - for public and private charge points. The maximum load for a specific time period during the day could be set - the charge point could be part of a dynamic load management circuit.

Allowed:
number
required

In amps. The max current would be used in the algorithm for the smart charging and wherever there is not a max current explicitly set.

periods
array of objects

The time period must be the same for every single day through the week and should be always 60 min. The startAt and endAt must comply with this restriction.

periods
integer

The time in minutes before departure when the charging will be performed with full power.

number | null

minCurrent is always REQUIRED for user_controlled_schedule

boolean | null

For personal charge points. Keep the car awake during scheduled periods by continuously charging at a low current / power.

string
enum
required
string
enum
Defaults to star

Defines the type of electrical configuration of the charge point. The available options are
star - Star/Wye (Y) (default)
delta - Delta (Δ)

Allowed:
string
enum
required
Allowed:
string | null
enum
required

R stands for L1,

S - for L2

T - for L3

So for example RST = L1, L2, L3, while RTS = L1, L3, L2, etc.

We are deriving the connected phase from this property for single phase if connectedPhase is not provided. Please don't rely on this property anymore as this functionality will be turned of in near future. Pass the correct connectedPhase instead. If you pass both properties (connectedPhase and phaseRotation) only connectedPhase will be taken into consideration for determining the phase.

Allowed:
string | null
enum

Specifies the active line conductors used in the circuit.

  • L1_L2 - Valid when phases = split_phase in electrical configuration star or phases = single_phase in electrical configuration delta
  • L2_L3 - Valid when phases = split_phase in electrical configuration star or phases = single_phase in electrical configuration delta
  • L1_L3 - Valid when phases = split_phase in electrical configuration star or phases = single_phase in electrical configuration delta
  • L1 - Valid when phases = single_phase in electrical configuration star
  • L2 - Valid when phases = single_phase in electrical configuration star
  • L3 - Valid when phases = single_phase in electrical configuration star
Allowed:
Responses

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