Initial commit
This commit is contained in:
commit
b8216f6ade
25 changed files with 1539 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Simple OCCP Central System
|
||||
|
||||
This is a simple implementation of a basic OCPP 2.0.1 compliant central system (backend) for EV charging stations.
|
||||
|
||||
## Features
|
||||
|
||||
- ✅ Support for multiple charging stations
|
||||
- ✅ Multi user support with support for multiple ID tokens per user
|
||||
- ✅ Collection of all supported measurements from the charging station
|
||||
- ✅ Grafana Dashboard
|
||||
- ✅ Support for standalone SQLite or PostgreSQL
|
||||
- ✅ RESTful API
|
||||
|
||||
## Tested charging stations
|
||||
This project has been successfully tested with the following charging stations:
|
||||
- Alfen Eve Single S-line
|
Loading…
Add table
Add a link
Reference in a new issue