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
The charge point configuration contains basic information about the charge point and its operative details, such as:
Charge Point ID,
Connectivity details (central system URI and OCPP protocol version, etc.)
OCPP information (vendor, model, firmware, etc.),
logging settings,
hardware settings
The following tables represent attributes, their values and descriptions that require more attention and might not be
self-explanatory. Some attributes can have multiple possible values, if any are empty, they will be treated as disabled
or might not work properly.
chargePoint connectionSettings
Attribute
Description
Possible values
id
ID of the charging point. Must be registered in the Central System
Default:"ChargePi"
protocolVersion
Version of the OCPP protocol.
"1.6", "2.0.1"
serverUri
URI of the Central System with the port and endpoint.
""
basicAuthUser
HTTP username for authentication with the Central System
Any string value
basicAuthPass
HTTP username for authentication with the Central System
Any string value
tls
TLS certificate paths
chargePoint connectionSettings tls
Attribute
Description
Possible values
CACertificatePath
Root/CA certificate path.
Any valid path
clientCertificatePath
Client certificate
Any valid path
clientKeyPath
Client private key
Any valid path
chargePoint info
Attribute
Description
Possible values
maxChargingTime
Maxiumum amount of time that a transaction can last (in minutes).
Default: 180
ocpp.vendor
Vendor ID
Default: "xBlaz3k"
ocpp.model
Model
Default: "ChargePi"
type
Type of the Charge point.
"AC" or "DC"
maxPower
Maximum power the charge point can supply to EVs. In kWh
Must be greater than zero.
chargePoint hardware
chargePoint hardware display
Attribute
Description
Possible values
isEnabled
Enable or disable display
true, false
driver
Display driver type
""
i2cAddress
Field specific for any display using I2C communication
""
i2cBus
Field specific for any display using I2C communication
"1", "0"
language
Language selection for messages displayed to LCD.
"en",sl"
chargePoint hardware tagReader
Attribute
Description
Possible values
isEnabled
Enable or disable tagReader
Default:"ChargePi"
readerModel
Version of the OCPP protocol.
"1.6", "2.0.1"
resetPin
URI of the Central System with the port and endpoint.