Update Insomnia UI requests collection export
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
CommitLineData
2e6f5966 1{
bf1866b2 2 "authorizationFile": "authorization-tags.json",
2e6f5966 3 "baseName": "CS-ABB",
34dcb3b5 4 "chargePointModel": "MD_TERRA_53",
2e6f5966 5 "chargePointVendor": "ABB",
34dcb3b5 6 "firmwareVersion": "4.0.4.22",
2e6f5966 7 "power": 50000,
6ecb15e4 8 "powerSharedByConnectors": true,
2e6f5966 9 "powerUnit": "W",
7decf1b6 10 "currentOutType": "DC",
2e6f5966 11 "numberOfConnectors": 2,
593cf3f9 12 "useConnectorId0": true,
2e6f5966 13 "randomConnectors": false,
9ac86a7e 14 "resetTime": 30,
488fd3a7 15 "enableStatistics": false,
2e6f5966
JB
16 "Configuration": {
17 "configurationKey": [
6ecb15e4
JB
18 {
19 "key": "MeterValuesSampledData",
20 "readonly": false,
fee83021 21 "value": "SoC,Energy.Active.Import.Register,Power.Active.Import,Current.Import,Voltage"
6ecb15e4 22 },
2e6f5966
JB
23 {
24 "key": "MeterValueSampleInterval",
25 "readonly": false,
55e89ef8 26 "value": "30"
2e6f5966
JB
27 },
28 {
29 "key": "SupportedFeatureProfiles",
30 "readonly": true,
68cb8b91 31 "value": "Core,FirmwareManagement,LocalAuthListManagement,SmartCharging,RemoteTrigger"
2e6f5966
JB
32 },
33 {
34 "key": "LocalAuthListEnabled",
35 "readonly": false,
7de604f9 36 "value": "false"
2e6f5966
JB
37 },
38 {
39 "key": "AuthorizeRemoteTxRequests",
40 "readonly": false,
7de604f9 41 "value": "false"
facd8ebd 42 },
55e89ef8
JB
43 {
44 "key": "WebSocketPingInterval",
45 "readonly": false,
46 "value": "60"
2e6f5966
JB
47 }
48 ]
49 },
50 "AutomaticTransactionGenerator": {
79411696 51 "enable": false,
2e6f5966
JB
52 "minDuration": 60,
53 "maxDuration": 80,
0bbcb3dc
JB
54 "minDelayBetweenTwoTransactions": 15,
55 "maxDelayBetweenTwoTransactions": 30,
2e6f5966 56 "probabilityOfStart": 1,
34dcb3b5 57 "stopAfterHours": 0.3,
5fdab605 58 "stopOnConnectionFailure": true,
e644918b 59 "requireAuthorize": true
2e6f5966
JB
60 },
61 "Connectors": {
62 "0": {},
63 "1": {
64 "MeterValues": [
65 {
66 "unit": "Percent",
67 "context": "Sample.Periodic",
68 "measurand": "SoC",
69 "location": "EV"
70 },
0a60c33c
JB
71 {
72 "unit": "V",
73 "context": "Sample.Periodic",
74 "measurand": "Voltage"
75 },
fee83021
JB
76 {
77 "unit": "W",
78 "context": "Sample.Periodic",
79 "measurand": "Power.Active.Import"
80 },
3f40bc9c
JB
81 {
82 "unit": "A",
83 "context": "Sample.Periodic",
84 "measurand": "Current.Import"
85 },
2e6f5966
JB
86 {
87 "unit": "Wh",
88 "context": "Sample.Periodic"
89 }
90 ]
91 },
92 "2": {
93 "MeterValues": [
94 {
95 "unit": "Percent",
96 "context": "Sample.Periodic",
97 "measurand": "SoC",
98 "location": "EV"
99 },
0a60c33c
JB
100 {
101 "unit": "V",
102 "context": "Sample.Periodic",
103 "measurand": "Voltage"
104 },
fee83021
JB
105 {
106 "unit": "W",
107 "context": "Sample.Periodic",
108 "measurand": "Power.Active.Import"
109 },
3f40bc9c
JB
110 {
111 "unit": "A",
112 "context": "Sample.Periodic",
113 "measurand": "Current.Import"
114 },
2e6f5966
JB
115 {
116 "unit": "Wh",
117 "context": "Sample.Periodic"
118 }
119 ]
120 }
121 }
122}