-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample-config.json
78 lines (78 loc) · 1.42 KB
/
example-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
70
71
72
73
74
75
76
77
78
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "",
"accessories": [],
"platforms": [{
"platform": "BelkinWeMo",
"name": "WeMo Platform"
},
{
"platform": "MultiZonePlatform",
"name": "MultiZone Platform",
"sensorCheckMilliseconds": 60000,
"temperatureDisplayUnits": 1,
"minOnOffTime": 300000,
"startDelay": 10000,
"serverPort": 3000,
"serialPort": "/dev/serial0",
"serialCfg": {
"baudRate": 9600
},
"relayPins": [25,24,23,22,27,17],
"zones": {
"1": {
"relayPinHeat": 1,
"sensors": {
"AE": {
"location": "snug",
"source": "serial",
"extras": "batt"
},
"AF": {
"location": "living",
"source": "serial",
"extras": "batt"
}
}
},
"2": {
"relayPinHeat": 2,
"relayPinCool": 4,
"relayPinFan": 5,
"sensors": {
"AA": {
"location": "master",
"source": "serial",
"extras": "batt"
},
"AB": {
"location": "tess",
"source": "serial",
"extras": "batt"
},
"AC": {
"location": "kate",
"source": "serial",
"extras": "batt"
}
}
},
"3": {
"relayPinHeat": 3,
"sensors": {
"AH": {
"location": "addition",
"source": "serial",
"extras": "batt"
}
}
}
}
}
]
}