SAPSAPOfficialยท10 Agent Skills Included

e-mobility-charging-stations-simulator

Simulate and control OCPP electric vehicle charging stations

Simulates large fleets of electric vehicle charging stations using the OCPP protocol for testing charging management systems. Controls stations, connectors, transactions, and meter values from a CLI or web interface without real hardware. Sends standard OCPP messages like boot notifications and heartbeats, eliminating manual test setup and speeding up integration testing.
npx skills add SAP/e-mobility-charging-stations-simulator --all -g -y
Available:

Gives your AI agent repository-wide coding rules, including OCPP naming conventions, TypeScript and Python standards, and quality gates to follow when modifying the simulator.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install e-mobility-charging-stations-simulator?โ–ผ

Run `npx skills add SAP/e-mobility-charging-stations-simulator --all -g -y` in your terminal to install all skills in this suite globally.

How to test an OCPP charging system without real stations?โ–ผ

This simulator creates virtual charging stations that connect to your management system over OCPP 1.6 or 2.0.x, so you can test boot notifications, transactions, and meter values without physical hardware.

How to control simulated charging stations from the command line?โ–ผ

Use the evse-cli commands to start or stop the simulator, add stations from templates, trigger OCPP messages, and run automatic transaction generation.

Does it support both OCPP 1.6 and 2.0.x?โ–ผ

Yes. The simulator handles both protocol versions, and version-aware commands automatically build the correct payloads for each station.

Can I run the charging station simulator in Docker?โ–ผ

Yes. The repository includes a Dockerfile and docker-compose configuration so you can launch the simulator and its web UI as containers.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’