-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.sample.json
47 lines (47 loc) · 1013 Bytes
/
config.sample.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
40
41
42
43
44
45
46
47
{
"influxdb": {
"host": "localhost",
"port": 8086,
"username": "root",
"password": "root",
"database": "loxone"
},
"miniserver": {
"host": "your.miniserver.host",
"username": "your-miniserver-user",
"password": "your-miniserver-password"
},
"stats_map": {
"0bc5a5bd-02fb-6e69-ffff504f94000000": {
"measurement": "Temperature",
"tags": {
"room": "Living room"
}
},
"0bc5a5c5-02ca-76fa-ffff504f94000000": {
"measurement": "Temperature",
"tags": {
"room": "Kitchen"
}
},
"0bc5a5c8-014d-7f8f-ffff504f94000000": {
"measurement": "Temperature",
"tags": {
"room": "Bathroom"
}
},
"0bc5a5cb-0384-8828-ffff504f94000000": {
"measurement": "Temperature",
"tags": {
"room": "Bedroom"
}
},
"0bc9716e-027e-9276-ffff504f94000000": {
"measurement": "Power",
"values": {
"V": "Total",
"V2": "Current"
}
}
}
}