X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fevlink.station-template.json;h=920d5cc1f9ac2e3aef3f86680ea95305db58f50a;hb=329eab0e2561adc801877a95885f3ad15cbb90f6;hp=de6d2983e3f359d9a8e6fdec847434763e0ff5b7;hpb=e644918b4a997877aeae1c7875ef1296585872c7;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 de6d2983..920d5cc1 100644 --- a/src/assets/station-templates/evlink.station-template.json +++ b/src/assets/station-templates/evlink.station-template.json @@ -1,9 +1,12 @@ { - "authorizationFile": "authorization-tags.json", + "supervisionUrlOcppConfiguration": true, + "supervisionUrlOcppKey": "ocppcentraladdress", + "idTagsFile": "idtags.json", "baseName": "CS-EVLINK", "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", @@ -11,12 +14,13 @@ "numberOfConnectors": 1, "randomConnectors": false, "voltageOut": 231, + "amperageLimitationOcppKey": "maxintensitysocket", "Configuration": { "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, - "value": "Energy.Active.Import.Register" + "value": "Energy.Active.Import.Register,Current.Import,Voltage" }, { "key": "MeterValueSampleInterval", @@ -26,7 +30,7 @@ { "key": "SupportedFeatureProfiles", "readonly": true, - "value": "Core,LocalAuthListManagement" + "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger,Reservation" }, { "key": "LocalAuthListEnabled", @@ -37,6 +41,16 @@ "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" + }, + { + "key": "ReserveConnectorZeroSupported", + "readonly": false, + "value": "false" } ] }, @@ -48,7 +62,6 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false, "requireAuthorize": true }, "Connectors": {