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.
| Message | Description | Response |
|---|---|---|
| ChangeConfiguration | Modify charge point configuration | Accepts and updates internal configuration |
| GetConfiguration | Retrieve configuration values | Returns requested or all configuration keys |
| RemoteStartTransaction | Remotely start a charging session | Accepts the request |
| RemoteStopTransaction | Remotely stop a charging session | Accepts the request |
| Reset | Reset the charge point (Soft/Hard) | Accepts the reset request |
| ReserveNow | Reserve a connector for a specific ID tag | Accepts the reservation |
| CancelReservation | Cancel an existing reservation | Accepts the cancellation |
| GetLocalListVersion | Get the version of the local authorization list | Returns current list version |
| SendLocalList | Update the local authorization list | Accepts and updates the list |
| UnlockConnector | Unlock a connector remotely | Returns "Unlocked" status |
| ChangeAvailability | Change connector availability | Accepts and updates availability |
| ClearCache | Clear the authorization cache | Accepts the request |
| GetDiagnostics | Request diagnostics file upload | Returns a mock filename |
| TriggerMessage | Trigger a specific message type | Sends 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?