Make the station worker self contained.
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider.station-template.json
1 {
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "CS-SCHNEIDER",
4 "chargePointModel": "SCHNEIDERXX213",
5 "chargePointVendor": "SCHNEIDER",
6 "power": 44000,
7 "powerUnit": "W",
8 "numberOfConnectors": 2,
9 "randomConnectors": false,
10 "Configuration": {
11 "configurationKey": [
12 {
13 "key": "NumberOfConnectors",
14 "readonly": true,
15 "value": 2
16 },
17 {
18 "key": "MeterValueSampleInterval",
19 "readonly": false,
20 "value": 20
21 },
22 {
23 "key": "SupportedFeatureProfiles",
24 "readonly": true,
25 "value": "Core,LocalAuthListManagement"
26 },
27 {
28 "key": "LocalAuthListEnabled",
29 "readonly": false,
30 "value": false
31 },
32 {
33 "key": "AuthorizeRemoteTxRequests",
34 "readonly": false,
35 "value": false
36 }
37 ]
38 },
39 "AutomaticTransactionGenerator": {
40 "enable": false,
41 "minDuration": 60,
42 "maxDuration": 80,
43 "minDelayBetweenTwoTransaction": 15,
44 "maxDelayBetweenTwoTransaction": 30,
45 "probabilityOfStart": 1,
46 "stopAutomaticTransactionGeneratorAfterHours": 0.3
47 },
48 "Connectors": {
49 "1": {
50 "MeterValues": [
51 {
52 "unit": "Wh",
53 "context": "Sample.Periodic"
54 }
55 ]
56 },
57 "2": {
58 "MeterValues": [
59 {
60 "unit": "Wh",
61 "context": "Sample.Periodic"
62 }
63 ]
64 }
65 }
66 }