Skip to content

Commit 45e0ced

Browse files
committed
rework README.md [ci skip]
1 parent 9d37df6 commit 45e0ced

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ SteVe is considered as an open platform to implement, test and evaluate novel id
1212

1313
### Charging Station Support
1414

15-
Electric Charging Stations supporting the following OCPP versions are supported:
15+
Electric charging stations using the following OCPP versions are supported:
1616

1717
* OCPP1.2S
1818
* OCPP1.5S
1919
* OCPP1.2J
2020
* OCPP1.5J
2121

22-
We have successfully tested SteVe with Charging Stations manufractured by EBG and Mennekes.
22+
We have successfully tested SteVe with charging stations manufactured by EBG and Mennekes. If your charging station also works well with SteVe, please let us know! We will update the list.
2323

2424
### System Requirements
2525

2626
SteVe requires
2727
* JDK 8 (both Oracle JDK and OpenJDK are supported)
2828
* Maven
29-
* MySQL database (MariaDB works aswell)
29+
* MySQL database (MariaDB works as well)
3030
to build and run.
3131

32-
SteVe is designed to run standalone, a java servlet container / web server (e.g. Apache Tomcat), is NOT required.
32+
SteVe is designed to run standalone, a java servlet container / web server (e.g. Apache Tomcat), is **not** required.
3333

3434
# Configuration and Installation
3535

@@ -64,7 +64,7 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
6464
6565
4. Build SteVe:
6666
67-
To compile SteVe simply use Maven. A runnable `jar` file containing the application and configuration will be created in the subdirectory `steve/`.
67+
To compile SteVe simply use Maven. A runnable `jar` file containing the application and configuration will be created in the subdirectory `steve/target`.
6868
6969
```
7070
# mvn package
@@ -80,17 +80,18 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
8080
8181
# First Steps
8282
83-
After SteVe is succefully started you can access the SteVe web interface using the configured credentials under:
83+
After SteVe has successfully started, you can access the web interface using the configured credentials under:
8484
85-
http://<your-server-ip>:8080/steve/manager
85+
http://<your-server-ip>:<port>/steve/manager
8686
8787
### Add a charging point
8888
89-
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.
90-
- SOAP: `http://<your-server-ip>:8080/steve/services/CentralSystemService`
91-
- WebSocket/JSON: `ws://<your-server-ip>:8080/steve/websocket/CentralSystemService/<chargeBoxId>`
89+
1. In order for SteVe to accept messages from a charging point, the charge charging point must first be registered. To add a charging point to SteVe select *Data Management* >> *Charge Points* >> *Add*. Enter the ChargeBox ID configured in the Charging Station and confirm.
90+
91+
2. 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.
92+
- SOAP: `http://<your-server-ip>:<port>/steve/services/CentralSystemService`
93+
- WebSocket/JSON: `ws://<your-server-ip>:<port>/steve/websocket/CentralSystemService/<chargeBoxId>`
9294
93-
To add a charging point to SteVe select *Data Management* >> *Charge Points* >> *Add*. Enter the ChargeBox ID configured in the Charging Station and confirm.
9495
9596
As soon as a Heartbeat is received you should see the Status of the Charging Station in the SteVe Dashboard.
9697

0 commit comments

Comments
 (0)