X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fassets%2Fstation-templates%2Fvirtual.station-template.json;h=b4c019214a347fd4271cb0ab909f7702f8b78452;hb=e795a78752a41fe21702ecaee737170fd8e2a1fd;hp=62bf86c7037eafedb363291e4b3927edf8132564;hpb=7de604f9b8af637fa79f50a61c4d39257ea960ad;p=e-mobility-charging-stations-simulator.git diff --git a/src/assets/station-templates/virtual.station-template.json b/src/assets/station-templates/virtual.station-template.json index 62bf86c7..b4c01921 100644 --- a/src/assets/station-templates/virtual.station-template.json +++ b/src/assets/station-templates/virtual.station-template.json @@ -5,14 +5,21 @@ "chargePointVendor": "Ovomaltin", "power": 50000, "powerUnit": "W", + "powerSharedByConnectors": true, + "powerOutType": "DC", "numberOfConnectors": 9, "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",