- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
59 lines
2.0 KiB
JSON
59 lines
2.0 KiB
JSON
{
|
|
"Internal": {
|
|
"ChargePointId": "cp001",
|
|
"CentralSystemURI": "127.0.0.1:8443/steve/websocket/CentralSystemService/",
|
|
"ChargeBoxSerialNumber": "cp001",
|
|
"ChargePointModel": "Yeti",
|
|
"ChargePointVendor": "Pionix",
|
|
"FirmwareVersion": "0.1"
|
|
},
|
|
"Core": {
|
|
"AuthorizeRemoteTxRequests": false,
|
|
"ClockAlignedDataInterval": 900,
|
|
"ConnectionTimeOut": 10,
|
|
"ConnectorPhaseRotation": "0.RST,1.RST",
|
|
"GetConfigurationMaxKeys": 100,
|
|
"HeartbeatInterval": 86400,
|
|
"LocalAuthorizeOffline": false,
|
|
"LocalPreAuthorize": false,
|
|
"MeterValuesAlignedData": "Energy.Active.Import.Register",
|
|
"MeterValuesSampledData": "Energy.Active.Import.Register",
|
|
"MeterValueSampleInterval": 0,
|
|
"NumberOfConnectors": 1,
|
|
"ResetRetries": 1,
|
|
"StopTransactionOnInvalidId": true,
|
|
"StopTxnAlignedData": "Energy.Active.Import.Register",
|
|
"StopTxnSampledData": "Energy.Active.Import.Register",
|
|
"SupportedFeatureProfiles": "Core,FirmwareManagement,Reservation,RemoteTrigger,LocalAuthListManagement,SmartCharging",
|
|
"TransactionMessageAttempts": 1,
|
|
"TransactionMessageRetryInterval": 10,
|
|
"UnlockConnectorOnEVSideDisconnect": true
|
|
},
|
|
"FirmwareManagement": {
|
|
"SupportedFileTransferProtocols": "FTP"
|
|
},
|
|
"Security": {
|
|
"AuthorizationKey": "AABBCCDDEEFFGGHH",
|
|
"SecurityProfile": 2
|
|
},
|
|
"LocalAuthListManagement": {
|
|
"LocalAuthListEnabled": true,
|
|
"LocalAuthListMaxLength": 42,
|
|
"SendLocalListMaxLength": 42
|
|
},
|
|
"SmartCharging": {
|
|
"ChargeProfileMaxStackLevel": 42,
|
|
"ChargingScheduleAllowedChargingRateUnit": "Current",
|
|
"ChargingScheduleMaxPeriods": 42,
|
|
"MaxChargingProfilesInstalled": 42
|
|
},
|
|
"PnC": {
|
|
"ISO15118CertificateManagementEnabled": true,
|
|
"ISO15118PnCEnabled": true,
|
|
"ContractValidationOffline": true
|
|
},
|
|
"Custom": {
|
|
"ExampleConfigurationKey": "example"
|
|
}
|
|
}
|