Fix phases number in template.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / evlink.station-template.json
index 95251174c232148baa324b544120da64f28dab67..75b8f2e342cc22b09bb2b6d2ebf11740c26e8586 100644 (file)
@@ -1,18 +1,21 @@
 {
   "authorizationFile": "./src/assets/authorization-tags.json",
   "baseName": "CS-EVLINK",
-  "chargePointModel": "EVLINKXX213",
-  "chargePointVendor": "SCHNEIDER",
-  "power": 7340,
+  "chargePointModel": "MONOBLOCK",
+  "chargePointVendor": "Schneider Electric",
+  "chargePointSerialNumberPrefix": "EV.2S7P04",
+  "firmwareVersion": "3.3.0.10",
+  "power": 7360,
   "powerUnit": "W",
+  "numberOfPhases": 1,
   "numberOfConnectors": 1,
   "randomConnectors": false,
   "Configuration": {
     "configurationKey": [
       {
-        "key": "NumberOfConnectors",
-        "readonly": true,
-        "value": 1
+        "key": "MeterValuesSampledData",
+        "readonly": false,
+        "value": "Energy.Active.Import.Register"
       },
       {
         "key": "MeterValueSampleInterval",
       {
         "key": "LocalAuthListEnabled",
         "readonly": false,
-        "value": false
+        "value": "false"
       },
       {
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
-        "value": false
+        "value": "false"
       }
     ]
   },
     "enable": false,
     "minDuration": 60,
     "maxDuration": 80,
-    "minDelayBetweenTwoTransaction": 15,
-    "maxDelayBetweenTwoTransaction": 30,
+    "minDelayBetweenTwoTransactions": 15,
+    "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
-    "stopAutomaticTransactionGeneratorAfterHours": 0.3
+    "stopAfterHours": 0.3,
+    "stopOnConnectionFailure": false
   },
   "Connectors": {
     "1": {
       "MeterValues": [
         {
           "unit": "Wh",
-          "context": "Sample.Periodic"
+          "context": "Sample.Periodic",
+          "value": 0
         }
       ]
     }