X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fassets%2Fstation-templates%2Fschneider-imredd.station-template.json;h=6daad3a7601c5ee77fece24599163caa56bf1a23;hb=bf1866b2570654a0d3720e7363727d071e8f4264;hp=1660e4a4cdf4b5584f90881d2c90af8db834418c;hpb=7de604f9b8af637fa79f50a61c4d39257ea960ad;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/schneider-imredd.station-template.json b/src/assets/station-templates/schneider-imredd.station-template.json index 1660e4a4..6daad3a7 100644 --- a/src/assets/station-templates/schneider-imredd.station-template.json +++ b/src/assets/station-templates/schneider-imredd.station-template.json @@ -1,18 +1,26 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-SCHNEIDER", - "chargePointModel": "SCHNEIDERXX213", - "chargePointVendor": "SCHNEIDER", - "power": 44160, + "chargePointModel": "MONOBLOCK", + "chargePointVendor": "Schneider Electric", + "chargeBoxSerialNumberPrefix": "EV.2S22P04", + "firmwareVersion": "3.3.0.10", + "power": 22080, "powerUnit": "W", - "numberOfConnectors": 2, + "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", @@ -39,9 +47,11 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": false }, "Connectors": { + "0": {}, "1": { "MeterValues": [ { @@ -49,14 +59,6 @@ "context": "Sample.Periodic" } ] - }, - "2": { - "MeterValues": [ - { - "unit": "Wh", - "context": "Sample.Periodic" - } - ] } } }