项目作者: romfrolov

项目描述 :
EV charging station emulator (OCPP 2.0).
高级语言: Rust
项目地址: git://github.com/romfrolov/station-emulator.git
创建时间: 2019-09-29T21:45:10Z
项目社区:https://github.com/romfrolov/station-emulator

开源协议:MIT License

下载


Station emulator

License: MIT

Electric vehicle charging station emulator which supports OCPP 2.0.

List of supported messages and use cases.

Quick start

1. Create and configure .env

  1. # Copy the example.
  2. cp .env.example .env

You 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.

2. Start the emulator

  1. cargo run

After that the emulator will start and send a BootNotification message to CSMS.