Merge pull request #970 from SAP/ui-performance-statistics
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / chargex.station-template.json
index 057d25df40a5c171b53c5cd5a93c983209039330..fe87192e88a01a90ae3d32c3f14b8af169e1d745 100644 (file)
@@ -1,8 +1,9 @@
 {
-  "authorizationFile": "authorization-tags.json",
+  "idTagsFile": "idtags.json",
   "baseName": "CS-CHARGEX",
   "chargePointModel": "Aqueduct 1.0",
   "chargePointVendor": "ChargeX GmbH",
+  "firmwareVersionPattern": "^MCC (0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*); SCC \\[(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*), (0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\]$",
   "firmwareVersion": "MCC 1.2.0; SCC [0.12.0, 0.13.0]",
   "power": 22080,
   "powerUnit": "W",
   "voltageOut": 230,
   "beginEndMeterValues": true,
   "outOfOrderEndMeterValues": true,
+  "firmwareUpgrade": {
+    "versionUpgrade": {
+      "patternGroup": 3
+    }
+  },
   "commandsSupport": {
     "incomingCommands": {
-      "Authorize": true,
       "Reset": true,
       "GetConfiguration": true,
       "ChangeConfiguration": true,
       "TriggerMessage": false
     }
   },
+  "messageTriggerSupport": {
+    "BootNotification": true,
+    "Heartbeat": true,
+    "StatusNotification": false
+  },
   "Configuration": {
     "configurationKey": [
       {
       {
         "key": "TransactionMessageRetryInterval",
         "value": "20"
+      },
+      {
+        "key": "ReserveConnectorZeroSupported",
+        "readonly": false,
+        "value": "false"
       }
     ]
   },
@@ -70,7 +85,6 @@
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": false,
     "requireAuthorize": true
   },
   "Connectors": {