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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ SteVe was developed at the RWTH Aachen University and means Steckdosenverwaltung
10
10
11
11
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](LICENSE.txt) and is free to use. If you are going to deploy SteVe we are happy to see the [logo](website/logo/managed-by-steve.pdf) on a charge point.
12
12
13
-
### Charging Station Support
13
+
### Charge Point Support
14
14
15
-
Electric charging stations using the following OCPP versions are supported:
15
+
Electric charge points 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 manufactured by EBG and Mennekes. If your charging station also works well with SteVe, please let us know! We will update the list.
22
+
We have successfully tested SteVe with charge points manufactured by EBG and Mennekes. If your charge point also works well with SteVe, please let us know! We will update the list.
23
23
24
24
### System Requirements
25
25
@@ -84,16 +84,16 @@ After SteVe has successfully started, you can access the web interface using the
84
84
85
85
http://<your-server-ip>:<port>/steve/manager
86
86
87
-
### Add a charging point
87
+
### Add a charge point
88
88
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.
89
+
1. In order for SteVe to accept messages from a charge point, the charge point must first be registered. To add a charge point to SteVe select *Data Management* >> *Charge Points* >> *Add*. Enter the ChargeBox ID configured in the charge point and confirm.
90
90
91
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.
0 commit comments