X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fevlink.station-template.json;h=fda88bfb9bfa54b72cafc6d7a088f0d7d3e48cd5;hb=d5575b174bef0e79d2a600ae24be2789d6cf3451;hp=95251174c232148baa324b544120da64f28dab67;hpb=2e6f5966ecbefada47d60b1b53d21fe49be439a5;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/evlink.station-template.json b/src/assets/station-templates/evlink.station-template.json index 95251174..fda88bfb 100644 --- a/src/assets/station-templates/evlink.station-template.json +++ b/src/assets/station-templates/evlink.station-template.json @@ -1,38 +1,51 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "supervisionUrlOcppConfiguration": true, + "supervisionUrlOcppKey": "ocppcentraladdress", + "idTagsFile": "idtags.json", "baseName": "CS-EVLINK", - "chargePointModel": "EVLINKXX213", - "chargePointVendor": "SCHNEIDER", - "power": 7340, + "chargePointModel": "MONOBLOCK", + "chargePointVendor": "Schneider Electric", + "chargeBoxSerialNumberPrefix": "EV.2S7P04", + "firmwareVersionPattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)$", + "firmwareVersion": "3.3.0.10", + "power": 7360, "powerUnit": "W", + "numberOfPhases": 1, "numberOfConnectors": 1, "randomConnectors": false, + "voltageOut": 231, + "amperageLimitationOcppKey": "maxintensitysocket", "Configuration": { "configurationKey": [ { - "key": "NumberOfConnectors", - "readonly": true, - "value": 1 + "key": "MeterValuesSampledData", + "readonly": false, + "value": "Energy.Active.Import.Register,Current.Import,Voltage" }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 20 + "value": "30" }, { "key": "SupportedFeatureProfiles", "readonly": true, - "value": "Core,LocalAuthListManagement" + "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger" }, { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -40,17 +53,21 @@ "enable": false, "minDuration": 60, "maxDuration": 80, - "minDelayBetweenTwoTransaction": 15, - "maxDelayBetweenTwoTransaction": 30, + "minDelayBetweenTwoTransactions": 15, + "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, - "stopAutomaticTransactionGeneratorAfterHours": 0.3 + "stopAfterHours": 0.3, + "stopOnConnectionFailure": false, + "requireAuthorize": true }, "Connectors": { + "0": {}, "1": { "MeterValues": [ { "unit": "Wh", - "context": "Sample.Periodic" + "context": "Sample.Periodic", + "value": 0 } ] }