11.1.20. OCPP201

A OCPP charge point / charging station module for OCPP 2.0.1

11.1.20.1. Module Configuration

ChargePointConfigPath:string
default: ocpp-config.json
Path to the configuration file
MessageLogPath:string
default: /tmp/everest_ocpp_logs
Path to folder where logs of all OCPP messages get written to
CertsPath:string
*default: *
Path to folder where certificates are located. If empty uses everest prefix + etc/everest/certs
CoreDatabasePath:string
default: /tmp/ocpp201
Path to the persistent SQLite database folder
DeviceModelDatabasePath:string
default: device_model_storage.db
Path to the SQLite database for the device model
EnableExternalWebsocketControl:boolean
default: False
If true websocket can be disconnected and connected externally
MessageQueueResumeDelay:integer
default: 0
Time (seconds) to delay resuming the message queue after reconnecting

11.1.20.2. Provides

main:empty
This is a OCPP 2.0.1 charge point
auth_validator:auth_token_validator
Validates the provided token using CSMS, AuthorizationList or AuthorizationCache
auth_provider:auth_token_provider
Provides authorization requests by CSMS
data_transfer:ocpp_data_transfer
OCPP data transfer towards the CSMS

11.1.20.3. Requirements

evse_manager:evse_manager
system:system
security:evse_security
data_transfer:ocpp_data_transfer
auth:auth

11.1.20.4. Metadata

11.1.20.4.1. Authors

Piet Gömpel
Kai-Uwe Hermann

11.1.20.4.2. License