./mockpoint
    Download

    CSMS Initiated Messages

    mockpoint charge points automatically respond to messages initiated by the CSMS. These are not defined in scenario steps — they work out of the box.

    Note:

    mockpoint accepts and simulates these commands but does not implement smart charging or advanced transaction orchestration.
    MessageDescriptionResponse
    ChangeConfigurationModify charge point configurationAccepts and updates internal configuration
    GetConfigurationRetrieve configuration valuesReturns requested or all configuration keys
    RemoteStartTransactionRemotely start a charging sessionAccepts the request
    RemoteStopTransactionRemotely stop a charging sessionAccepts the request
    ResetReset the charge point (Soft/Hard)Accepts the reset request
    ReserveNowReserve a connector for a specific ID tagAccepts the reservation
    CancelReservationCancel an existing reservationAccepts the cancellation
    GetLocalListVersionGet the version of the local authorization listReturns current list version
    SendLocalListUpdate the local authorization listAccepts and updates the list
    UnlockConnectorUnlock a connector remotelyReturns "Unlocked" status
    ChangeAvailabilityChange connector availabilityAccepts and updates availability
    ClearCacheClear the authorization cacheAccepts the request
    GetDiagnosticsRequest diagnostics file uploadReturns a mock filename
    TriggerMessageTrigger a specific message typeSends the requested message

    💡 Automatic Handling

    These messages are handled automatically by mockpoint's charge point implementation. You don't need to define them in your scenario files — they work out of the box when your CSMS sends them.

    Related Topics

    Was this page helpful?