Electric vehicle charging station emulator which supports OCPP 2.0.
List of supported messages and use cases.
# Copy the example.
cp .env.example .envYou can find a complete configuration description in .env.example.
Environment variables:
CSMS_URL- URL of Charging Station Management System (starting with ws).STATION_ID- ID that charging station will use to identify itself when communicating with CSMS.
cargo runAfter that the emulator will start and send a BootNotification message to CSMS.