Skip to content

Commit faf2f71

Browse files
committed
use consistent terminology in readme [ci skip]
1 parent 45e0ced commit faf2f71

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ SteVe was developed at the RWTH Aachen University and means Steckdosenverwaltung
1010

1111
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.
1212

13-
### Charging Station Support
13+
### Charge Point Support
1414

15-
Electric charging stations using the following OCPP versions are supported:
15+
Electric charge points 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 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.
2323

2424
### System Requirements
2525

@@ -84,16 +84,16 @@ After SteVe has successfully started, you can access the web interface using the
8484
8585
http://<your-server-ip>:<port>/steve/manager
8686
87-
### Add a charging point
87+
### Add a charge point
8888
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.
9090
9191
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.
9292
- SOAP: `http://<your-server-ip>:<port>/steve/services/CentralSystemService`
9393
- WebSocket/JSON: `ws://<your-server-ip>:<port>/steve/websocket/CentralSystemService/<chargeBoxId>`
9494
9595
96-
As soon as a Heartbeat is received you should see the Status of the Charging Station in the SteVe Dashboard.
96+
As soon as a heartbeat is received, you should see the status of the charge point in the SteVe Dashboard.
9797
9898
*Have fun!*
9999

0 commit comments

Comments
 (0)