Fix heartbeat initialization
[e-mobility-charging-stations-simulator.git] / src / assets / station-templates / schneider-imredd.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 "minDelayBetweenTwoTransactions": 15,
44 "maxDelayBetweenTwoTransactions": 30,
45 "probabilityOfStart": 1,
46 "stopAfterHours": 0.3,
47 "stopOnConnectionFailure": false
48 },
49 "Connectors": {
50 "1": {
51 "MeterValues": [
52 {
53 "unit": "Wh",
54 "context": "Sample.Periodic"
55 }
56 ]
57 },
58 "2": {
59 "MeterValues": [
60 {
61 "unit": "Wh",
62 "context": "Sample.Periodic"
63 }
64 ]
65 }
66 }
67 }