v1

latestOpenAPI 3.0.42026-07-241876123.9 KB
Installation

Update installation

Updates installation properties (requires owner or service permissions).

<b>Available Current:</b> Provide <b>either</b><i>AvailableCurrent</i>
or (<i>AvailableCurrentPhase1, AvailableCurrentPhase2, AvailableCurrentPhase3</i>).

Updating available current will instantly trigger phase and load balancing for the installation.
Vehicles will adjust their charging settings within <b>5 seconds</b>.

<b>Usage Recommendations:</b>

  • Do not update this setting more than once every <b>15 minutes</b> to prevent charging interruptions.

  • Available current is limited to the installation’s configured maximum current (circuit breaker current).

  • If set to <b>null</b> (not provided), the installation will revert to its maximum current setting.

post/api/installation/{id}/update

Path parameters

idstring uuid required

Installation ID

Request body

availableCurrentnumber double nullable

Available current to set on all phases.

availableCurrentPhase1number double nullable

Available current to set on phase 1. When setting current on individual phases, any phase without specified current will be set to default.

availableCurrentPhase2number double nullable

Available current to set on phase 2. When setting current on individual phases, any phase without specified current will be set to default.

availableCurrentPhase3number double nullable

Available current to set on phase 3. When setting current on individual phases, any phase without specified current will be set to default.

maxCurrentnumber double nullable

The maximum allowed current for the installation. This setting requires caller to have service permission (electrician) for the installation.

minPowerOfflineModeboolean nullable

When set to true, offline power will be limited to the chargers miniumum charge current.

threeToOnePhaseSwitchCurrentnumber double nullable

Set 3to1 switch current for installation

Response

OK