forked from webdeck/homebridge-indigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sampleconfig.json
41 lines (38 loc) · 1.34 KB
/
sampleconfig.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
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration file to configure the Indigo platform plugin. See README.md for more details.",
"platforms": [
{
"platform": "Indigo",
"name": "My Indigo Server",
"protocol": "http",
"host": "127.0.0.1",
"port": "8176",
"path": "",
"username": "myusername",
"password": "mypassword",
"includeActions": true,
"includeIds": [ "12345", "67890" ],
"excludeIds": [ "98765", "43210" ],
"treatAsSwitchIds": [ "13579", "24680" ],
"treatAsLockIds": [ "112233", "445566" ],
"treatAsDoorIds": [ "224466", "664422" ],
"treatAsGarageDoorIds": [ "223344", "556677" ],
"treatAsMotionSensorIds": [ "336699" ],
"treatAsContactSensorIds": [ "446688" ],
"treatAsWindowIds": [ "123123", "456456" ],
"treatAsWindowCoveringIds": [ "345345", "678678" ],
"invertOnOffIds": [ "234234", "567567" ],
"thermostatsInCelsius": false,
"accessoryNamePrefix": "",
"listenPort": 8177
}
],
"accessories": [
]
}