Handle the number of connectors in metervalues generator.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
index f256c37e61d059141b4dded5b081140076985ee4..f0da9b4b7fb8933b275d5a9cc8d2a70f6d731571 100644 (file)
@@ -5,16 +5,18 @@
   "chargePointVendor": "ABB",
   "firmwareVersion": "4.0.4.22",
   "power": 50000,
+  "powerSharedByConnectors": true,
   "powerUnit": "W",
   "numberOfConnectors": 2,
   "useConnectorId0": false,
   "randomConnectors": false,
+  "resetTime": "30",
   "Configuration": {
     "configurationKey": [
       {
-        "key": "NumberOfConnectors",
-        "readonly": true,
-        "value": 2
+        "key": "MeterValuesSampledData",
+        "readonly": false,
+        "value": "SoC,Energy.Active.Import.Register,Voltage"
       },
       {
         "key": "MeterValueSampleInterval",
       {
         "key": "LocalAuthListEnabled",
         "readonly": false,
-        "value": false
+        "value": "false"
       },
       {
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
-        "value": false
+        "value": "false"
+      },
+      {
+        "key": "VendorKey",
+        "readonly": false,
+        "value": "VendorValue",
+        "visible": false,
+        "reboot": true
       }
     ]
   },
@@ -42,8 +51,8 @@
     "enable": true,
     "minDuration": 60,
     "maxDuration": 80,
-    "minDelayBetweenTwoTransaction": 15,
-    "maxDelayBetweenTwoTransaction": 30,
+    "minDelayBetweenTwoTransactions": 15,
+    "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
     "stopOnConnectionFailure": true
           "measurand": "SoC",
           "location": "EV"
         },
+        {
+          "unit": "V",
+          "context": "Sample.Periodic",
+          "measurand": "Voltage"
+        },
         {
           "unit": "Wh",
           "context": "Sample.Periodic"
           "measurand": "SoC",
           "location": "EV"
         },
+        {
+          "unit": "V",
+          "context": "Sample.Periodic",
+          "measurand": "Voltage"
+        },
         {
           "unit": "Wh",
           "context": "Sample.Periodic"