Update charger

Updates charger properties (requires owner or service permissions).


Charge Current Settings:
The maxChargeCurrent and minChargeCurrent properties should generally not be used. These are intended for special cases where an external party must override the Zaptec load balancer, which may cause unexpected behavior.

It is recommended to control the charging system using the installation’s AvailableCurrent setting instead.

Offline Current/Phase Override:
Use only when charging stations must not automatically optimize offline current or phases.

  • Set OfflineChargeCurrent to -1 to enable automatic allocation.
  • Any value between 0 and 32 overrides the automatic setting. null is ignored.
  • Set OfflineChargePhase to 0 (Phases.None) to enable automatic allocation.
  • Any other valid value will override the automatic setting.

    Ensure that the total of all overridden values in an installation does not exceed the fuse limit.

    Meter Value Interval:
    Controls how often periodic energy data is reported.

    The recommended default is 30 minutes. Setting this to 0 disables periodic reporting, affecting both session data and signed meter values.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Charger ID

Body Params

Charger properties to update

double | null

Adjustable between 0 and 32A. If charge current is below the charger minimum charge current (usually 6A), no charge current will be allocated.

int32
enum

1 = One

3 = Three

Allowed:
double | null

The minimum allocated charge current. If there is not enough current available to provide the chargers minimum current it will not be able to charge. Usually set to match the vehicle minimum current for charging (defaults to 6A).

double | null

Adjustable between 0 and 32A. If offline charge current is below the charger minimum charge current (usually 6A), no charge current will be allocated when offline. Offline current override should only be done in special cases where charging stations should not automatically optimize offline current. In most cases this setting should be set to -1 to allow ZapCloud to optimise offline current. If -1, offline current will be automatically allocated.

int32
enum

0 = None

1 = Phase_1

2 = Phase_2

4 = Phase_3

7 = All

Allowed:
int32 | null

The interval in seconds for a charger to report meter values. Defaults to 900 seconds for Pro and 3600 seconds for Go

Responses
200

Success

401

Unauthorized

403

Forbidden

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