From 9a69bf72e19d6f52478cd310d3b781db2991d5e6 Mon Sep 17 00:00:00 2001 From: Alistair Galbraith Date: Fri, 3 Jul 2015 08:32:47 -0700 Subject: [PATCH] Reference to forked AD2USB interface, sample configuration --- config-sample.json | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",