6faab07844774f38a1cc56cc30bf53f78a7ab41c
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / abb.station-template.json
1 {
2 "authorizationFile": "./src/assets/authorization-tags.json",
3 "baseName": "CS-ABB",
4 "chargePointModel": "MD_TERRA_53",
5 "chargePointVendor": "ABB",
6 "firmwareVersion": "4.0.4.22",
7 "power": 50000,
8 "powerUnit": "W",
9 "numberOfConnectors": 2,
10 "useConnectorId0": false,
11 "randomConnectors": false,
12 "Configuration": {
13 "configurationKey": [
14 {
15 "key": "MeterValueSampleInterval",
16 "readonly": false,
17 "value": 30
18 },
19 {
20 "key": "SupportedFeatureProfiles",
21 "readonly": true,
22 "value": "Core,LocalAuthListManagement"
23 },
24 {
25 "key": "LocalAuthListEnabled",
26 "readonly": false,
27 "value": false
28 },
29 {
30 "key": "AuthorizeRemoteTxRequests",
31 "readonly": false,
32 "value": false
33 },
34 {
35 "key": "VendorKey",
36 "readonly": false,
37 "value": "VendorValue",
38 "visible": false,
39 "reboot": true
40 }
41 ]
42 },
43 "AutomaticTransactionGenerator": {
44 "enable": true,
45 "minDuration": 60,
46 "maxDuration": 80,
47 "minDelayBetweenTwoTransactions": 15,
48 "maxDelayBetweenTwoTransactions": 30,
49 "probabilityOfStart": 1,
50 "stopAfterHours": 0.3,
51 "stopOnConnectionFailure": true
52 },
53 "Connectors": {
54 "0": {},
55 "1": {
56 "MeterValues": [
57 {
58 "unit": "Percent",
59 "context": "Sample.Periodic",
60 "measurand": "SoC",
61 "location": "EV"
62 },
63 {
64 "unit": "Wh",
65 "context": "Sample.Periodic"
66 }
67 ]
68 },
69 "2": {
70 "MeterValues": [
71 {
72 "unit": "Percent",
73 "context": "Sample.Periodic",
74 "measurand": "SoC",
75 "location": "EV"
76 },
77 {
78 "unit": "Wh",
79 "context": "Sample.Periodic"
80 }
81 ]
82 }
83 }
84 }