mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-13 22:05:03 +01:00
Reference to forked AD2USB interface, sample configuration
This commit is contained in:
@@ -112,6 +112,14 @@
|
|||||||
"port": "2101",
|
"port": "2101",
|
||||||
"pin": "1234",
|
"pin": "1234",
|
||||||
"arm": "Away"
|
"arm": "Away"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"accessory": "AD2USB",
|
||||||
|
"name": "Alarm",
|
||||||
|
"description": "Arm, disarm, and status monitoring of the default partition for Honeywell/Ademco alarm systems. Requires network configured AD2USB interface",
|
||||||
|
"host": "192.168.1.200", // IP address of the SER2SOCK service
|
||||||
|
"port" : 4999, // Port the SER2SOCK process is running on
|
||||||
|
"pin": "1234" // PIN used for arming / disarming
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"url": "git://github.com/nfarina/homebridge.git"
|
"url": "git://github.com/nfarina/homebridge.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ad2usb": "1.0.x",
|
"ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local",
|
||||||
"request": "2.49.x",
|
"request": "2.49.x",
|
||||||
"node-persist": "0.0.x",
|
"node-persist": "0.0.x",
|
||||||
"xmldoc": "0.1.x",
|
"xmldoc": "0.1.x",
|
||||||
|
|||||||
Reference in New Issue
Block a user