Description
- Triggered when the temperature of charging cable or connector assembly is too high, resulting in a stopped charging session.
Responsibility Classification
- EVSE
Functional Classification
- Safety
Example in OCPP 1.6J
{
"connectorId": 1,
"errorCode": "OtherError",
"info": "105",
"status": "Faulted",
"timestamp": "2023-09-06T00-08-09Z",
"vendorId": "https://chargex.inl.gov",
"vendorErrorCode": "CX019"
}
Example in OCPP 2.0.1
{
"generatedAt": "2023-09-06T00-08-09Z",
"tbc": false,
"seqNo": 0,
"eventData": [
{
"eventId": 1,
"timestamp": "2023-09-06T00-08-09Z",
"trigger": "Alerting",
"actualValue": "105",
"cause": "",
"techCode": "CX019",
"techInfo": "Additional information",
"cleared": false,
"transactionId": "12345",
"variableMonitoringId": 2,
"eventNotificationType": "HardWiredMonitor",
"component": {
"name": "CableTemperatureSensor",
"instance": "Main",
"evse": {
"id": 1,
"connectorId": 1
}
},
"variable": {
"name": "Active",
"instance": "Main"
}
}
]
}