X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fvirtual-simple.station-template.json;h=d3939c8e91b6674f7e63b58e085823d80cac7519;hb=91a3098d7cf1bf32f7bc7cc15ff5d3c420d6bc6d;hp=ca0b1062b4ca59767ea6a640f7fd4af0530df398;hpb=0bbcb3dc3d1b75955b816452fc0050d401e96fca;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/virtual-simple.station-template.json b/src/assets/station-templates/virtual-simple.station-template.json index ca0b1062..d3939c8e 100644 --- a/src/assets/station-templates/virtual-simple.station-template.json +++ b/src/assets/station-templates/virtual-simple.station-template.json @@ -1,23 +1,25 @@ { - "authorizationFile": "./src/assets/authorization-tags.json", + "authorizationFile": "authorization-tags.json", "baseName": "CS-BASIC", "chargePointModel": "Simulator simple", "chargePointVendor": "Ovomaltin", "power": 50000, "powerUnit": "W", + "powerSharedByConnectors": true, + "currentOutType": "DC", "numberOfConnectors": 3, "randomConnectors": false, "Configuration": { "configurationKey": [ { - "key": "NumberOfConnectors", - "readonly": true, - "value": 3 + "key": "MeterValuesSampledData", + "readonly": false, + "value": "SoC,Energy.Active.Import.Register,Voltage" }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 30 + "value": "30" }, { "key": "SupportedFeatureProfiles", @@ -27,12 +29,17 @@ { "key": "LocalAuthListEnabled", "readonly": false, - "value": false + "value": "false" }, { "key": "AuthorizeRemoteTxRequests", "readonly": false, - "value": false + "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -44,7 +51,8 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": true }, "Connectors": { "0": {},