This article describes the necessary configuration settings to connect a KEBA KeContact P30 with the be.ENERGISED backend.
You can configure the charging station either via the administration front end of the charging station or via the configuration file.
Configuration via web frontend
The KEBA KeContact P30 offers a web frontend for configuring the parameters. To call up the configuration of the charging station, navigate with your web browser to the IP address of the charging station in the local network. Further information on this can be found in the user manual of the charging station.
Under the menu item "Configuration" you will find the setting "OCPP". On the following page you can now configure the configurations as follows.
Please note that this article only refers to SIM cards of the has·to·be. Alternatively you have to use different APN information from your SIM provider. Please note that you may have to adapt the OCPP endpoints to your provider.
The following settings are relevant for the connection of the charging station:
Network
Use the following configuration to connect the charging station with SIM cards from has·to·be:
- Connection Type: GSM
- Local DHCP Server: true
- GSM APN: has.to.be
- GSM APN Username: hastobe
- GSM APN Password: hastobe
- GSM SIM PIN: not needed
OCPP
Then configure the OCPP parameters as follows:
- Chargepoint Identity: enter a unique name (max. 45 characters long)
(The value Chargepoint Identity must be unique for each client) - Centralsystem Address: http://192.168.17.2:8080/gw/INSTANCE/ocpp15
(Please replace the value "INSTANCE" with your instance name) - Set Secure Connection: false
- Chargepoint Address: localhost
- Chargepoint Port: 12801
- Predefined Token: FFFFFF
Configuration via file
As an alternative to the web frontend, you can also configure the KEBA KeContact P30 via a configuration file. The following example shows a correct configuration:
[/opt/KemoveCPM/etc/ocpp.properties] HostConnectorChargeBoxIdentity=EINDEUTIGER_NAME [CONFIGURATION] AuthorizationEnabled=true SetSecureConnection=false CentralSystemAddress=http://192.168.17.2:8080/gw/INSTANCE/ocpp15 ChargepointAddress=localhost ChargepointPort=12801 AmountConnectors=1 LogLevelDebug=false Connect2ConnectorSerial1=18533575 Connect2ConnectorSerial2= Connect2ConnectorSerial3= Connect2ConnectorSerial4= Connect2ConnectorSerial5= Connect2ConnectorSerial6= Connect2ConnectorSerial7= Connect2ConnectorSerial8= Connect2ConnectorSerial9= Connect2ConnectorSerial10= Connect2ConnectorSerial11= Connect2ConnectorSerial12= Connect2ConnectorSerial13= Connect2ConnectorSerial14= Connect2ConnectorSerial15= [LOADMANAGEMENT] MaxAvailableCurrent=100000 NominalVoltage=230 PwmMinCurrentDefault=6000 [NETWORK] ConnectionType=GSM LocalDHCPServerEnabled=true GSM_APN=has.to.be GSM_APN_Username=hastobe GSM_APN_Password=hastobe GSM_SIM_PIN= GSM_CLIENT_ENABLED=true
Comments
0 comments
Article is closed for comments.