Add initial support to start/stop ATG with the UI services
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / siemens.station-template.json
index e8e234a2ef02d952df2e2410cfa804175f35bf77..74341ca52b97349275f3c6b7bffc4cd007984c2d 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "authorizationFile": "./src/assets/authorization-tags.json",
+  "authorizationFile": "authorization-tags.json",
   "baseName": "CS-SIEMENS",
   "fixedName": true,
   "chargePointModel": "SIEMENSXX213",
@@ -8,6 +8,7 @@
   "powerUnit": "W",
   "numberOfConnectors": 2,
   "randomConnectors": false,
+  "voltageOut": 240,
   "Configuration": {
     "configurationKey": [
       {
@@ -18,7 +19,7 @@
       {
         "key": "MeterValueSampleInterval",
         "readonly": false,
-        "value": 30
+        "value": "30"
       },
       {
         "key": "SupportedFeatureProfiles",
         "key": "AuthorizeRemoteTxRequests",
         "readonly": false,
         "value": "false"
+      },
+      {
+        "key": "WebSocketPingInterval",
+        "readonly": false,
+        "value": "60"
       }
     ]
   },
     "maxDelayBetweenTwoTransactions": 30,
     "probabilityOfStart": 1,
     "stopAfterHours": 0.3,
-    "stopOnConnectionFailure": false
+    "stopOnConnectionFailure": false,
+    "requireAuthorize": true
   },
   "Connectors": {
+    "0": {},
     "1": {
       "bootStatus": "Unavailable",
       "MeterValues": [
@@ -61,8 +69,6 @@
       "MeterValues": [
         {
           "context": "Sample.Periodic",
-          "format": "Raw",
-          "measurand": "Energey.Active.Import.Register",
           "unit": "Wh"
         }
       ]