You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,24 @@ SteVe is considered as an open platform to implement, test and evaluate novel id
12
12
13
13
### Charging Station Support
14
14
15
-
Electric Charging Stations supporting the following OCPP versions are supported:
15
+
Electric charging stations using the following OCPP versions are supported:
16
16
17
17
* OCPP1.2S
18
18
* OCPP1.5S
19
19
* OCPP1.2J
20
20
* OCPP1.5J
21
21
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.
23
23
24
24
### System Requirements
25
25
26
26
SteVe requires
27
27
* JDK 8 (both Oracle JDK and OpenJDK are supported)
28
28
* Maven
29
-
* MySQL database (MariaDB works aswell)
29
+
* MySQL database (MariaDB works as well)
30
30
to build and run.
31
31
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.
33
33
34
34
# Configuration and Installation
35
35
@@ -64,7 +64,7 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
64
64
65
65
4. Build SteVe:
66
66
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`.
68
68
69
69
```
70
70
# mvn package
@@ -80,17 +80,18 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
80
80
81
81
# First Steps
82
82
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:
84
84
85
-
http://<your-server-ip>:8080/steve/manager
85
+
http://<your-server-ip>:<port>/steve/manager
86
86
87
87
### Add a charging point
88
88
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.
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.
To add a charging point to SteVe select *Data Management* >> *Charge Points* >> *Add*. Enter the ChargeBox ID configured in the Charging Station and confirm.
94
95
95
96
As soon as a Heartbeat is received you should see the Status of the Charging Station in the SteVe Dashboard.
0 commit comments