-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
39 lines (39 loc) · 1.58 KB
/
config.json
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
{
"influx": {
"host" : "localhost",
"port" : 8086
},
"mqtt": {
"host" : "localhost",
"port" : 1883,
"topics": [
"events/central_heating/otmonitor/boilerwatertemperature",
"events/central_heating/otmonitor/centralheating",
"events/central_heating/otmonitor/chenable",
"events/central_heating/otmonitor/controlsetpoint",
"events/central_heating/otmonitor/fault",
"events/central_heating/otmonitor/flame",
"events/central_heating/otmonitor/hotwater",
"events/central_heating/otmonitor/modulation",
"events/central_heating/otmonitor/outside",
"events/central_heating/otmonitor/powermode",
"events/central_heating/otmonitor/returnwatertemperature",
"events/central_heating/otmonitor/roomtemperature",
"events/central_heating/otmonitor/setpoint",
"events/central_heating/otmonitor/chburnerhours",
"events/central_heating/otmonitor/chburnerstarts",
"events/central_heating/otmonitor/chpumphours",
"events/central_heating/otmonitor/chpumpstarts",
"events/central_heating/otmonitor/chwaterdeltat",
"events/central_heating/otmonitor/cooling",
"events/central_heating/otmonitor/dhwburnerhours",
"events/central_heating/otmonitor/dhwburnerstarts",
"events/central_heating/otmonitor/dhwenable",
"events/central_heating/otmonitor/dhwpumphours",
"events/central_heating/otmonitor/dhwpumpstarts",
"events/central_heating/otmonitor/dhwsetpoint",
"events/central_heating/otmonitor/diagnostic",
"events/central_heating/otmonitor/electricity"
]
}
}