forked from anoppe/otgw2influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
executable file
·48 lines (48 loc) · 1.74 KB
/
Copy pathconfig.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"influx": {
"url" : "http://localhost:8086",
"port" : 8086,
"token" : "",
"org" : "org",
"bucket" : "heatingsystem"
},
"mqtt": {
"host" : "localhost",
"port" : 1883,
"uniqueID" : "otgw-XXXXXXXXXXXX",
"topics": [
"OTGW/value/{uniqueID}/TrOverride",
"OTGW/value/{uniqueID}/TrSet",
"OTGW/value/{uniqueID}/Tboiler",
"OTGW/value/{uniqueID}/TSet",
"OTGW/value/{uniqueID}/ch_enable",
"OTGW/value/{uniqueID}/dhw_enable",
"OTGW/value/{uniqueID}/otc_active",
"OTGW/value/{uniqueID}/ch2_enable",
"OTGW/value/{uniqueID}/summerwintertime",
"OTGW/value/{uniqueID}/dhw_blocking",
"OTGW/value/{uniqueID}/fault",
"OTGW/value/{uniqueID}/centralheating",
"OTGW/value/{uniqueID}/domestichotwater",
"OTGW/value/{uniqueID}/flame",
"OTGW/value/{uniqueID}/cooling",
"OTGW/value/{uniqueID}/centralheating2",
"OTGW/value/{uniqueID}/diagnostic_indicator",
"OTGW/value/{uniqueID}/RelModLevel",
"OTGW/value/{uniqueID}/Tr",
"OTGW/value/{uniqueID}/DHWBurnerOperationHours",
"OTGW/value/{uniqueID}/MaxTSet",
"OTGW/value/{uniqueID}/dhw_present",
"OTGW/value/{uniqueID}/control_type_modulation",
"OTGW/value/{uniqueID}/cooling_config",
"OTGW/value/{uniqueID}/dhw_config",
"OTGW/value/{uniqueID}/master_low_off_pump_control_function",
"OTGW/value/{uniqueID}/ch2_present",
"OTGW/value/{uniqueID}/remote_water_filling_function",
"OTGW/value/{uniqueID}/heat_cool_mode_control",
"OTGW/value/{uniqueID}/MaxRelModLevelSetting",
"OTGW/value/{uniqueID}/BurnerStarts",
"OTGW/value/{uniqueID}/BurnerOperationHours"
]
}
}