diff --git a/config-sample.json b/config-sample.json index d9ae5ef..3cfe0d7 100644 --- a/config-sample.json +++ b/config-sample.json @@ -112,6 +112,14 @@ "port": "2101", "pin": "1234", "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 } ] } diff --git a/package.json b/package.json index 3750959..f19c60b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "git://github.com/nfarina/homebridge.git" }, "dependencies": { - "ad2usb": "1.0.x", + "ad2usb": "git+https://github.com/alistairg/node-ad2usb.git#local", "request": "2.49.x", "node-persist": "0.0.x", "xmldoc": "0.1.x",