-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
executable file
·69 lines (64 loc) · 2.03 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"http_port":8000,
"tcp_host":"127.0.0.1",
"tcp_port":2237,
"tcp_key":"C3o8Y5x+vkFQ/ygM+vCmwQp/SNyKzToWqCZwKsdw2Lwk781E0DabovAqEbNuqgUnvFwV2ZI+K0/NE/br9PNCQw==",
"username":"peakadmin",
"password":"bluemoon123",
"database":"peakdb",
"db_host":"localhost",
"db_type":"mysql",
"fitbit_key":"7f4c494ce2864ef5888744b05708e058",
"fitbit_secret":"667a1f5d36d3493a870f858be99734ba",
"xbmc_host":"192.168.1.101",
"xbmc_port":80,
"vera_host":"192.168.1.111:3480",
"models":["user", "zone", "audio", "light", "security", "lock", "appliance"],
"archives":["energy", "security", "light", "temperature", "lock"],
"zones":[
{ "name":"Living Room" },
{ "name":"Kitchen" },
{ "name":"Dining Room" },
{ "name":"Hallway" },
{ "name":"Master Bedroom" },
{ "name":"Guest Bedroom" },
{ "name":"Deck" },
{ "name":"Bathroom" }
],
"audio":[
{ "zoneId":1, "name":"Living Room" },
{ "zoneId":2, "name":"Kitchen" },
{ "zoneId":3, "name":"Master Bedroom" },
{ "zoneId":4, "name":"Guest Bedroom" },
{ "zoneId":5, "name":"Bathroom" },
{ "zoneId":7, "name":"Deck Left" },
{ "zoneId":7, "name":"Deck Right" }
],
"lights":[
{ "zoneId":1, "unit":2, "name":"Main Light" },
{ "zoneId":7, "unit":4, "name":"Outdoor 1" },
{ "zoneId":2, "unit":6, "name":"Track Light" },
{ "zoneId":2, "unit":7, "name":"Sink Light" },
{ "zoneId":4, "unit":10, "name":"Hallway" },
{ "zoneId":3, "unit":14, "name":"Table Light" },
{ "zoneId":7, "unit":15, "name":"Outdoor 2" }
],
"locks":[
{ "zoneId":1, "nodeId":22, "name":"Front Door" },
{ "zoneId":5, "nodeId":23, "name":"Master Bed Door" }
],
"appliances":[
{ "left":31, "right":32, "name":"Guest Bed" },
{ "left":27, "right":29, "name":"Kitchen" }
],
"cameras":[
{ "name":"Kitchen/Dining Rm", "host":"http://192.168.1.240:8008" },
{ "name":"Living Room/Hallway", "host":"http://192.168.1.241:8008" }
],
"hvac":[
{ "zoneId":1 },
{ "zoneId":2 },
{ "zoneId":3 },
{ "zoneId":4 }
]
}