forked from Batrium/WatchMonUdpListener
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json_dist
58 lines (53 loc) · 1.06 KB
/
config.json_dist
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
49
50
51
52
53
54
55
{
"config" : {
"mqtthost" : "localhost",
"mqttusername" : "mqtt",
"mqttpassword" : "mqtt",
"influxhost" : "localhost",
"influxdatabase" : "batrium"
},
"3e" : {
"mqtt" : true,
"influx" : true,
"tag" : "general",
"serie" : "generic"
},
"78" : {
"mqtt" : false,
"influx" : false,
"info" : "Dont use influx on message 7857",
"tag" : "general",
"serie" : "generic"
},
"57" : {
"mqtt" : false,
"influx" : false,
"tag" : "general",
"serie" : "generic"
},
"42" : {
"mqtt" : false,
"influx" : false,
"tag" : "general",
"serie" : "nodes",
"tagID" : "ID"
},
"54" : {
"mqtt" : false,
"influx" : true,
"tag" : "general",
"serie" : "daily"
},
"41" : {
"mqtt" : true,
"influx" : false,
"tag" : "general",
"serie" : "nodes2",
"info" : "Dont send this message to influx. its not supported. if you need the data stored in influx use MQTT and then parse it first"
},
"all" : {
"mqtt" : false,
"influx" :false,
"info" : "Do not run every message to influx. you will kill the machine if running raspberry pi!"
}
}