Skip to main content
PUT
Update Connector
Updates the phase rotation and max amperage configuration for a specific connector.
charger
string
required
The UUID of the charger.
connector_id
integer
required
The OCPP connector ID.
phase_rotation
string
required
The phase rotation configuration. Valid values for 3 phases: RST, RTS, SRT, STR, TRS, TSR. Valid values for 2 phases: RS, RT, SR, ST, TR, TS. Valid values for 1 phase: R, S, T.
max_amperage
integer
required
The maximum amperage for the connector. Must be at least 1 and may not exceed the charger’s configured max current (defaults to 1000 when the charger has no max current set).
min_current
integer
The minimum charging current for the connector. Must be at least 0 and may not exceed the charger’s configured max current (defaults to 1000 when the charger has no max current set).
current_limit
integer
The manual charging speed (current limit) for the connector. Must be at least 0 and may not exceed the charger’s configured max current (defaults to 1000 when the charger has no max current set). The values 1, 2, 3, 4, and 5 are not allowed. Setting a current limit is a smart-charging feature and requires the charger to have a Smart license.

Response

id
integer
The internal ID of the connector.
charger_id
integer
The ID of the parent charger.
connector_id
integer
The OCPP connector ID.
status
string
The current status of the connector. One of Available, Charging, Faulted, Finishing, Preparing, Reserved, SuspendedEV, SuspendedEVSE, Unavailable.
error
string
The current error code, if any.
error_info
string
Additional error information.
vendor_id
string
The vendor identifier.
vendor_error_code
string
A vendor-specific error code.
max_amperage
integer
The maximum amperage for the connector.
min_current
integer
The minimum charging current for the connector.
current_limit
integer
The manual charging speed (current limit) for the connector.
current_limit_managed_by
string
Indicates who set the connector’s current limit. One of api or user. Set to user when the limit is changed through this endpoint. May be null when no manual limit has been applied.
max_voltage
integer
The maximum voltage for the connector.
standard
string
The connector standard. One of CHADEMO, IEC_62196_T1, IEC_62196_T2, IEC_62196_T2_COMBO, IEC_62196_T3A, IEC_62196_T3C, TESLA_S.
format
string
The connector format. One of CABLE, SOCKET.
power_type
string
The power type. One of AC_1_PHASE, AC_2_PHASE, AC_2_PHASE_SPLIT, AC_3_PHASE, DC.
phase_rotation
string
The phase rotation configuration.
created_at
string
ISO 8601 timestamp of when the connector was created.
updated_at
string
ISO 8601 timestamp of when the connector was last updated.