Unhandled/error validation for `TransactionEventRequest` eventType:`Started` with idToken/IdTokenType (type:`NoAuthorization` and empty `idtoken` value) #223
ocpp message (e38b849f-063f-4f36-8a67-4842dfba820e): OccurrenceConstraintViolation - Field Call.Payload.IDToken.IdToken required but not found for feature TransactionEvent
Note:
This is for charging station with authorization using a start button
Reference:
in OCPP 2.0.1 Edition 2: Part 2 - Specification
To fix this, is to just remove required on IdToken.IdToken value?
Is there any impact on other handles?
Unhandled validation for
TransactionEventRequest
eventType:Started
withidToken
/IdTokenType
(type:NoAuthorization
and emptyidtoken
value)Sample Request to CSMS:
Note:
This is for charging station with authorization using a start button
Reference:
in OCPP 2.0.1 Edition 2: Part 2 - Specification
To fix this, is to just remove
required
onIdToken.IdToken
value? Is there any impact on other handles?cc: @lorenzodonini