X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fevlink.station-template.json;h=de6d2983e3f359d9a8e6fdec847434763e0ff5b7;hb=e644918b4a997877aeae1c7875ef1296585872c7;hp=e3fcbf34d5fa48e0a08c35e3ea98f08cdd58c303;hpb=6958152c0cb4058988ea37936220c0244665ebeb;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 e3fcbf34..de6d2983 100644 --- a/src/assets/station-templates/evlink.station-template.json +++ b/src/assets/station-templates/evlink.station-template.json @@ -1,25 +1,27 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-EVLINK", - "chargePointModel": "EVLINKXX213", - "chargePointVendor": "SCHNEIDER", - "chargePointSerialNumberPrefix": "EV.2S7P04", + "chargePointModel": "MONOBLOCK", + "chargePointVendor": "Schneider Electric", + "chargeBoxSerialNumberPrefix": "EV.2S7P04", "firmwareVersion": "3.3.0.10", "power": 7360, "powerUnit": "W", + "numberOfPhases": 1, "numberOfConnectors": 1, "randomConnectors": false, + "voltageOut": 231, "Configuration": { "configurationKey": [ { - "key": "NumberOfConnectors", - "readonly": true, - "value": 1 + "key": "MeterValuesSampledData", + "readonly": false, + "value": "Energy.Active.Import.Register" }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 20 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -29,12 +31,12 @@ { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" } ] }, @@ -46,14 +48,17 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": true }, "Connectors": { + "0": {}, "1": { "MeterValues": [ { "unit": "Wh", - "context": "Sample.Periodic" + "context": "Sample.Periodic", + "value": 0 } ] }