This is a browser-based simulator for testing OCPP 1.6 charge point communication. You can connect to any OCPP 1.6 central system via WebSocket and send standard charge point messages directly from the UI. I use it mainly to debug my OCPP server simulating various messages type from a chargepoint. It uses OCPP schemas from ocpp-messages.
npm install
npm run devOpen http://localhost:3000.
npm run docker:runOpen http://localhost:3000.
{
"url": "wss://your-ocpp-server.example.com/ocpp/CP001",
"settings": {
"autoReplyBootNotification": false
}
}