X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fsiemens.station-template.json;h=74341ca52b97349275f3c6b7bffc4cd007984c2d;hb=4fa475b9d24b8cf804cd937f30ede85533322d5d;hp=e362505ee18ba9cd9117015dbdf586f0fa6547f2;hpb=9b25a525133f0b7d8e57a566dc1e841c97318d16;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/siemens.station-template.json b/src/assets/station-templates/siemens.station-template.json index e362505e..74341ca5 100644 --- a/src/assets/station-templates/siemens.station-template.json +++ b/src/assets/station-templates/siemens.station-template.json @@ -1,5 +1,5 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-SIEMENS", "fixedName": true, "chargePointModel": "SIEMENSXX213", @@ -8,12 +8,18 @@ "powerUnit": "W", "numberOfConnectors": 2, "randomConnectors": false, + "voltageOut": 240, "Configuration": { "configurationKey": [ + { + "key": "MeterValuesSampledData", + "readonly": false, + "value": "Energy.Active.Import.Register" + }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 30 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -29,6 +35,11 @@ "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -40,9 +51,11 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": true }, "Connectors": { + "0": {}, "1": { "bootStatus": "Unavailable", "MeterValues": [ @@ -56,8 +69,6 @@ "MeterValues": [ { "context": "Sample.Periodic", - "format": "Raw", - "measurand": "Energey.Active.Import.Register", "unit": "Wh" } ]