X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fschneider.station-template.json;h=bdd48c7aa5f1e8db00cf43eb3323e6b4cadad46b;hb=1aaa98dfc6fad0142f127e658071a5935fc66bd7;hp=2961938ee61fa10869d2fe091bc2ac143d967904;hpb=6ecb15e433167b2dae32d54bf7bed72c2d1369a6;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/schneider.station-template.json b/src/assets/station-templates/schneider.station-template.json index 2961938e..bdd48c7a 100644 --- a/src/assets/station-templates/schneider.station-template.json +++ b/src/assets/station-templates/schneider.station-template.json @@ -3,23 +3,24 @@ "baseName": "CS-SCHNEIDER", "chargePointModel": "MONOBLOCK", "chargePointVendor": "Schneider Electric", - "chargePointSerialNumberPrefix": "EV.2S22P44", + "chargeBoxSerialNumberPrefix": "EV.2S22P44", "firmwareVersion": "3.3.0.10", "power": 44160, "powerUnit": "W", "numberOfConnectors": 2, "randomConnectors": false, + "voltageOut": 231, "Configuration": { "configurationKey": [ { "key": "MeterValuesSampledData", "readonly": false, - "value": "Energy.Active.Import.Register" + "value": "Energy.Active.Import.Register,Current.Import,Voltage" }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 20 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -35,6 +36,11 @@ "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -52,16 +58,30 @@ "1": { "MeterValues": [ { - "unit": "Wh", - "context": "Sample.Periodic" + "unit": "V", + "measurand": "Voltage" + }, + { + "unit": "A", + "measurand": "Current.Import" + }, + { + "unit": "Wh" } ] }, "2": { "MeterValues": [ { - "unit": "Wh", - "context": "Sample.Periodic" + "unit": "V", + "measurand": "Voltage" + }, + { + "unit": "A", + "measurand": "Current.Import" + }, + { + "unit": "Wh" } ] }