How is Charge Station, Connector and EVSE status determined?
Charge Station Status
Charge station status comes from the OCPP StatusNotification message where connectorId = 0, as per OCPP this is the charger level status. This is then mapped from OCPP to OCPI.
EVSE Status
EVSE status is derived from the Connector Statuses, since we don’t actually receive a status for an Evse in OCPP.
The status of an EVSE is derived by taking the highest value status of all of its connectors.
Priority list (top is lowest value)
Unknown
Faulted
Unavailable
Available
Reserved
Preparing
Finishing
SuspendedEVSE
SuspendedEV
Occupied
Charging
Connector Status
Connector status is OCPPStatusNotification messages where connectorId > 0 (i.e. connector level). The OCPP is mapped to ocpi.
OCPP to OCPI Status Mapping
Below table shows the OCPP to OCPI Status mapping
OCPP Status | OCPI Status |
Available |
AVAILABLE |
Preparing |
AVAILABLE |
Charging |
CHARGING |
Occupied |
CHARGING |
SuspendedEVSE |
CHARGING |
SuspendedEV |
CHARGING |
Finishing |
CHARGING |
Reserved |
BLOCKED |
Unavailable |
OUTOFORDER |
Faulted |
OUTOFORDER |
Unknown |
UNKNOWN |
… |
UNKNOWN |
Related Articles
Introduction to Charge Station
Introduction to Charge Station Within the electric mobility management system the Charge Station, also referred to as EVSE (Electric Vehicle Supply Equipment), EV (Electric Vehicle) charger, or charging point, is the physical system that supplies the ...
OCPP Charge Point GFX Certification Testing
Process Description Figure 1. Process Overview 1. Intake - Requesting a New Test Currently, we are testing for the OCPP 1.6 and 1.5 JSON protocol based on clients' requests. To request an OCPP integration test, both the Customer Success Manager (CSM) ...
Smart Charging GFX Certification Testing
Process Description Figure 1. Process Overview Currently, we are testing for the 1.6 protocol. The implementation of version 2.0.1 is underway. To request a Smart Charging integration test, you need to first check whether this charger has already ...
Eichrecht GFX Certification Testing
Process Description Figure 1. Process Overview Currently, we are testing for the 1.6 protocol. The implementation of version 2.0.1 is underway. To request an Eichrecht integration test, you need to first check whether this charger has already been ...
Certified Charge Stations
The GreenFlux platform is hardware-agnostic and compatible with all charge stations enabled with OCPP 1.5 and 1.6 JSON protocol. GreenFlux performs integration testing between charge station (hardware and firmware) and platform at three functional ...