Skip to content

How to handle NotImplemented responses from chargers #6

@razvanphp

Description

@razvanphp

For every message that a charger does not implement, like the backported ExtendedTriggerMessages or GetLogs, it responds with:

[
    4,
    "6961263434",
    "NotImplemented",
    "",
    []
  ]

How can we handle this gracefully in the validator?

Some charger implementations:

https://github.com/matth-x/MicroOcpp/blob/ee1271b7e8d9bc8d67765c006ffdf9c022f117fe/src/MicroOcpp/Core/OperationRegistry.cpp#L73

https://github.com/matth-x/MicroOcpp/blob/ee1271b7e8d9bc8d67765c006ffdf9c022f117fe/src/MicroOcpp/Operations/TriggerMessage.cpp#L75

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions