-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathconfig-example.json
43 lines (39 loc) · 977 Bytes
/
config-example.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
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:22",
"pin": "123-45-678"
},
"platforms": [
{
"platform": "InsteonLocal",
"name": "Insteon Local Platform",
"user": "<username from Insteon app>",
"pass": "<password from Insteon app>",
"host": "<local IP of your Insteon hub>",
"port": "<port from Insteon app [usually 25105]>",
"model": "2245",
"refresh":"0",
"server_port": "3000",
"keepAlive": "3600",
"devices": [
{
"name": "Great Room Lamp",
"deviceID" : "<Insteon ID>",
"dimmable" : "yes",
"deviceType" : "lightbulb" },
{
"name": "FR Lamp",
"deviceID": "<Insteon ID>",
"dimmable": "no",
"groupID": "30",
"keypadbtn": "F",
"groupMembers": "AABBCC,XXYYZZ,DDEEFF",
"deviceType": "scene"
}
]
}
],
"accessories": [
]
}