X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fevlink.station-template.json;h=74436fc3f4955b67b1f18e29f2d8634f17fe72f8;hb=aa8b492ae49c88a4f26d1c2a62463e46564bf355;hp=1efb99f6879e91c45d00ffb246d2bff3f3d49cad;hpb=7de604f9b8af637fa79f50a61c4d39257ea960ad;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 1efb99f6..74436fc3 100644 --- a/src/assets/station-templates/evlink.station-template.json +++ b/src/assets/station-templates/evlink.station-template.json @@ -1,20 +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": "MeterValuesSampledData", + "readonly": false, + "value": "Energy.Active.Import.Register" + }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 20 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -41,14 +48,17 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": false }, "Connectors": { + "0": {}, "1": { "MeterValues": [ { "unit": "Wh", - "context": "Sample.Periodic" + "context": "Sample.Periodic", + "value": 0 } ] }