X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fvirtual-simple.station-template.json;h=ccec3ee55d1ebf74e2892c3e448e42ac01ba6d0f;hb=dbd54e98c369aa3032a76a066c9ff9828ef5a742;hp=3e2898bd256298ed03cd070f1efcbd203045fc56;hpb=7de604f9b8af637fa79f50a61c4d39257ea960ad;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 3e2898bd..ccec3ee5 100644 --- a/src/assets/station-templates/virtual-simple.station-template.json +++ b/src/assets/station-templates/virtual-simple.station-template.json @@ -1,23 +1,30 @@ { - "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": "MeterValuesSampledData", + "readonly": false, + "value": "SoC,Energy.Active.Import.Register,Voltage" + }, { "key": "MeterValueSampleInterval", "readonly": false, - "value": 30 + "value": "30" }, { "key": "SupportedFeatureProfiles", "readonly": true, - "value": "Core,LocalAuthListManagement" + "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger" }, { "key": "LocalAuthListEnabled", @@ -28,6 +35,11 @@ "key": "AuthorizeRemoteTxRequests", "readonly": false, "value": "false" + }, + { + "key": "WebSocketPingInterval", + "readonly": false, + "value": "60" } ] }, @@ -39,7 +51,8 @@ "maxDelayBetweenTwoTransactions": 30, "probabilityOfStart": 1, "stopAfterHours": 0.3, - "stopOnConnectionFailure": false + "stopOnConnectionFailure": false, + "requireAuthorize": true }, "Connectors": { "0": {},