X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fschneider-imredd.station-template.json;h=34bba08f2aa9ec4ac8265fff575017a3c6d04841;hb=cc6e8ab5f669ff49b1d476efffc509be8128bccc;hp=6851275664bf23a249c573002fb5460b9eaae149;hpb=61c2e33de75d3fb3b789ec4a50aad9e3e789894a;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 68512756..34bba08f 100644 --- a/src/assets/station-templates/schneider-imredd.station-template.json +++ b/src/assets/station-templates/schneider-imredd.station-template.json @@ -1,18 +1,29 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "supervisionUrlOcppConfiguration": true, + "supervisionUrlOcppKey": "ocppcentraladdress", + "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, + "amperageLimitationOcppKey": "maxintensitysocket", "Configuration": { "configurationKey": [ + { + "key": "MeterValuesSampledData", + "readonly": false, + "value": "Energy.Active.Import.Register" + }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 20 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -22,12 +33,17 @@ { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -39,9 +55,11 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": true }, "Connectors": { + "0": {}, "1": { "MeterValues": [ { @@ -49,14 +67,6 @@ "context": "Sample.Periodic" } ] - }, - "2": { - "MeterValues": [ - { - "unit": "Wh", - "context": "Sample.Periodic" - } - ] } } }