Connector 2.0.1

Connector Object

{
    "_id": "67e4214f100c1f09a56411e1",
    "connectorId": 1,
    "rate": {},
    "active": true,
    "status": "Available",
    "type": "CCS1",
    "format": "Cable",
    "power_type": "DC",
    "power": 25,
    "raw_message": {
        "connectorId": 1,
        "evseId": 1,
        "connectorStatus": "Available",
        "timestamp": "2025-04-27T09:57:58Z"
    },
    "chargestation": "67e42140100c1f09a564113a",
    "configuration": {},
    "createdAt": "2025-03-26T15:46:23.939Z",
    "updatedAt": "2025-04-27T09:57:59.373Z",
    "evseId": 1
}

The physical electrical port where an EV "connects" for a charging session.

Attributes

_id string

The Id of this connector

connectorId integer

The OCPP Id of this connector See: EVSEs in 2.0.1

active boolean

Use this flag to activate/deactivate this connector

status string (Updated in 2.0.1)

This field is set in real time by the CS depending on each connector's current operational state.
Reported values are:
Available: Ready for EV Charging. No cables plugged in

Occupied: When a Connector becomes occupied, so it is not available for a new EV driver.

Unavailable: Connector is unavailable as the result of a change availability API call

Faulted: The Chargestation or connector has reported an error


📘

Statuses not reported

Please note that OCPP 2.0.1 does not report the following statuses: Preparing Charging SuspendedEVSE SuspendedEV Finishing. These have been moved to their corresponding implementations in the transactionEvent message. Please see Sessions 2.0.1 for accessing corresponding status(es).

type string

Connector type e.g. CCS2

format string

Cable or socket type connector. Options are ['CABLE', 'SOCKET']

power_type string

Type of power delivered via this connector
Options are ['AC Single Phase','AC Three Phase','DC']

power number

Connector power in kilo Watts

raw_message Embedded object (New in 2.0.1)

The raw OCPP StatusNotification message sent by the Chargestation. See OCPP-2.0.1_part2_specification (1.59.1. StatusNotificationRequest)

rate Embedded object

Applicable Rate at this connector

chargestation string

Connector's charge station Id

configuration Embedded object

Any admin configurations set for this connector. This object is not strictly defined.

createdAt datetime

Creation time of this record

updatedAt datetime

Last update time of this record

evseId integer (New in 2.0.1)

The parent EVSE Id of a connector. See: EVSEs in 2.0.1