SteVe was developed at the RWTH Aachen University and means Steckdosenverwaltung, namely socket administration in German. The aim of SteVe is to support the deployment and popularity of electric mobility, so it is easy to install and to use. SteVe provides basic functions for the administration of charge points, user data, and RFID cards for user authentication and was tested successfully in operation.
SteVe is considered as an open platform to implement, test and evaluate novel ideas for electric mobility, like authentication protocols, reservation mechanisms for charge points, and business models for electric mobility. SteVe is distributed under GPL and is free to use. If you are going to deploy SteVe we are happy to see the logo on a charge point.
- OCPP1.2S
- OCPP1.5S
- OCPP1.2J
- OCPP1.5J
-
You need JDK 7, Maven and MySQL.
-
The charge points must be configured to communicate with following addresses. Depending on the OCPP version of the charge point, SteVe will automatically route messages to the version-specific implementation.
- SOAP:
http://<your-server-ip>:<port>/steve/services/CentralSystemService
- WebSocket/JSON:
ws://<your-server-ip>:<port>/steve/websocket/CentralSystemService/<chargeBoxId>
- Configuration is defined in main.properties:
- You must change database configuration
- You must change the host to the correct IP address of your server
- You can change web interface credentials
- You can access the application via HTTPS, by enabling it and setting the keystore properties
Compile and build an archive ready to run:
mvn package
Start the application:
java -jar steve-***.jar
Access the Web interface:
http://localhost:8080/steve/manager
- Home
- Heartbeats
- Connector Status
- Data Management - Reservations
- Data Management - Charge Points
- Data Management - Users
- Data Management - Transactions
- Operations - OCPP v1.2
- Operations - OCPP v1.5
- Settings
See the CHANGELOG