Switch to rollup-plugin-typescript2 plugin
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider.station-template.json
1 {
2 "authorizationFile": "authorization-tags.json",
3 "baseName": "CS-SCHNEIDER",
4 "chargePointModel": "MONOBLOCK",
5 "chargePointVendor": "Schneider Electric",
6 "chargeBoxSerialNumberPrefix": "EV.2S22P44",
7 "firmwareVersion": "3.3.0.10",
8 "power": 44160,
9 "powerUnit": "W",
10 "numberOfConnectors": 2,
11 "randomConnectors": false,
12 "voltageOut": 231,
13 "Configuration": {
14 "configurationKey": [
15 {
16 "key": "MeterValuesSampledData",
17 "readonly": false,
18 "value": "Energy.Active.Import.Register,Current.Import,Voltage"
19 },
20 {
21 "key": "MeterValueSampleInterval",
22 "readonly": false,
23 "value": "30"
24 },
25 {
26 "key": "SupportedFeatureProfiles",
27 "readonly": true,
28 "value": "Core,LocalAuthListManagement"
29 },
30 {
31 "key": "LocalAuthListEnabled",
32 "readonly": false,
33 "value": "false"
34 },
35 {
36 "key": "AuthorizeRemoteTxRequests",
37 "readonly": false,
38 "value": "false"
39 },
40 {
41 "key": "WebSocketPingInterval",
42 "readonly": false,
43 "value": "60"
44 }
45 ]
46 },
47 "AutomaticTransactionGenerator": {
48 "enable": false,
49 "minDuration": 60,
50 "maxDuration": 80,
51 "minDelayBetweenTwoTransactions": 15,
52 "maxDelayBetweenTwoTransactions": 30,
53 "probabilityOfStart": 1,
54 "stopAfterHours": 0.3,
55 "stopOnConnectionFailure": false,
56 "requireAuthorize": false
57 },
58 "Connectors": {
59 "0": {},
60 "1": {
61 "MeterValues": [
62 {
63 "unit": "V",
64 "measurand": "Voltage"
65 },
66 {
67 "unit": "A",
68 "measurand": "Current.Import"
69 },
70 {
71 "unit": "Wh"
72 }
73 ]
74 },
75 "2": {
76 "MeterValues": [
77 {
78 "unit": "V",
79 "measurand": "Voltage"
80 },
81 {
82 "unit": "A",
83 "measurand": "Current.Import"
84 },
85 {
86 "unit": "Wh"
87 }
88 ]
89 }
90 }
91 }