Default ATG to send authorize command before starting a transaction
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider-imredd.station-template.json
index 0c7c53b6a8e960fc5fe32ea68207c9b653cdd3ed..24f6daacaf65d3f482684a9e127ee9379b4d7412 100644 (file)
@@ -1,23 +1,26 @@
 {
-  "authorizationFile": "./src/assets/authorization-tags.json",
+  "authorizationFile": "authorization-tags.json",
   "baseName": "CS-SCHNEIDER",
-  "chargePointModel": "SCHNEIDERXX213",
-  "chargePointVendor": "SCHNEIDER",
-  "power": 44000,
+  "chargePointModel": "MONOBLOCK",
+  "chargePointVendor": "Schneider Electric",
+  "chargeBoxSerialNumberPrefix": "EV.2S22P04",
+  "firmwareVersion": "3.3.0.10",
+  "power": 22080,
   "powerUnit": "W",
-  "numberOfConnectors": 2,
+  "numberOfConnectors": 1,
   "randomConnectors": false,
+  "voltageOut": 231,
   "Configuration": {
     "configurationKey": [
       {
-        "key": "NumberOfConnectors",
-        "readonly": true,
-        "value": 2
+        "key": "MeterValuesSampledData",
+        "readonly": false,
+        "value": "Energy.Active.Import.Register"
       },
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
-        "value": 20
+        "value": "30"
       },
       {
         "key": "SupportedFeatureProfiles",
       {
         "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,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": false
+    "stopOnConnectionFailure": false,
+    "requireAuthorize": true
   },
   "Connectors": {
+    "0": {},
     "1": {
       "MeterValues": [
         {
           "context": "Sample.Periodic"
         }
       ]
-    },
-    "2": {
-      "MeterValues": [
-        {
-          "unit": "Wh",
-          "context": "Sample.Periodic"
-        }
-      ]
     }
   }
 }