-
Notifications
You must be signed in to change notification settings - Fork 55
/
vuegraf.json.sample
49 lines (49 loc) · 1.42 KB
/
vuegraf.json.sample
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
{
"influxDb": {
"version": 2,
"url": "http://my.influxdb.hostname:8086",
"org": "vuegraf",
"bucket": "vuegraf",
"token": "<my-secret-token>"
},
"updateIntervalSecs": 60,
"detailedDataEnabled": true,
"detailedDataSecondsEnabled": true,
"detailedDataHoursEnabled": true,
"timezone": "TZ",
"accounts": [
{
"name": "Primary Residence",
"email": "[email protected]",
"password": "my-emporia-password",
"devices": [
{
"name": "Right Panel",
"channels": [
"Air Conditioner",
"Furnace",
"Coffee Maker",
"Oven",
"Pool Vacuum",
"Pool Filter",
"Refrigerator",
"Office"
]
},
{
"name": "Left Panel",
"channels": [
"Dryer",
"Washer",
"Dishwasher",
"Water Heater",
"Landscape Features",
"Septic Pump",
"Deep Freeze",
"Sprinkler Pump"
]
}
]
}
]
}