Improve changeConfiguration.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
index 161febe4c3ffb37626b6e8a59d5b5b2fb3ec0eaf..6faab07844774f38a1cc56cc30bf53f78a7ab41c 100644 (file)
@@ -1,19 +1,16 @@
 {
   "authorizationFile": "./src/assets/authorization-tags.json",
   "baseName": "CS-ABB",
-  "chargePointModel": "ABB 5678",
+  "chargePointModel": "MD_TERRA_53",
   "chargePointVendor": "ABB",
+  "firmwareVersion": "4.0.4.22",
   "power": 50000,
   "powerUnit": "W",
   "numberOfConnectors": 2,
+  "useConnectorId0": false,
   "randomConnectors": false,
   "Configuration": {
     "configurationKey": [
-      {
-        "key": "NumberOfConnectors",
-        "readonly": true,
-        "value": 2
-      },
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
         "value": false
+      },
+      {
+        "key": "VendorKey",
+        "readonly": false,
+        "value": "VendorValue",
+        "visible": false,
+        "reboot": true
       }
     ]
   },
   "AutomaticTransactionGenerator": {
-    "enable": false,
+    "enable": true,
     "minDuration": 60,
     "maxDuration": 80,
-    "minDelayBetweenTwoTransaction": 15,
-    "maxDelayBetweenTwoTransaction": 30,
+    "minDelayBetweenTwoTransactions": 15,
+    "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
-    "stopAutomaticTransactionGeneratorAfterHours": 0.3
+    "stopAfterHours": 0.3,
+    "stopOnConnectionFailure": true
   },
   "Connectors": {
     "0": {},