mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
766 stars 298 forks source link

Error while handling request #563

Open Ataraxiall opened 8 months ago

Ataraxiall commented 8 months ago

Good afternoon, I have an OCPP error in some transactions, all of the same type (DeAuthorized).

ERROR - Error while handling request '<Call - unique_id=fe87613f-a4a7-4434-8c1a-4451242c76a9, action=StopTransaction, payload={'idTag': 'MLG4C4F9U29HNUZCIHZM', 'timestamp': '2023-12-26T19:27:38.289Z', 'meterStop': 892000, 'transactionId': 1703609619, 'reason': 'DeAuthorized'}>'

V1.6 Json Can you help me? Thank you.

OrangeTux commented 7 months ago

What is the error? Can you elaborate.

To me, this seems fine. The StopTransaction indicates the end of a charging session. The reason DeAuthorized seems to indicate that someone provided an RFID to end the session and unplug the cable.