10.1.20. OCPP201¶
A OCPP charge point / charging station module for OCPP 2.0.1
10.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
10.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
10.1.20.3. Requirements¶
evse_manager:evse_manager
system:system