Hi,
I’m in need of some assistance as I’m not sure what I’m doing wrong. Here’s what I’ve done so far.
[1] I’ve mated my Ad2pi (Raspberry Pi 2b) with a Honeywell Ademco Vista 20p (w/ 2 Zone expanders; 6162 Keypad). All zones are wired.
[2] I installed the Alarm Decoder binding via PaperUI.
[3] Configured the services file (/etc/openhab2/services/alarmdecoder.cfg
# use this line to reach an IP-enabled alarmdecoder (ad2pi) via tcp:
#connect=tcp:ad2pihostname.mydomain.com:port
connect=tcp:10.0.9.102:10000
# for serial port access use a line like this:
#alarmdecoder:connect=serial:/dev/ttyUSB0
# or this to override the default speed:
#connect=serial@9600:/dev/ttyUSB0
# time (in milliseconds) between attempts to reconnect to the alarmdecoder
# in case the connection goes down
#reconnect=10000
reconnect=5000
# set this to true if you want to send commands to the alarm panel as well
#send_commands_and_compromise_security=false
[4] From the openHab system, I can telnet into the ip:port successful and observe the stream.
[00000001000000000A--],024,[f70200ff10240000080200000010f0],"FAULT 24 CABINETTAMPER
!AUI:120600000000666c02456cf5ec0101010000
[00000001000000000A--],002,[f70200ff1002000008020000000000],"FAULT 02 FRONT ENTRY DOOR
!AUI:1606000000006763024543f531fb456cf5ec01020106
!AUI:120600000000606c02456cf5ec0101010000
!AUI:1606000000006163024543f531fb456cf5ec01020106
[00000001000000000A--],024,[f70200ff10240000080200000010f0],"FAULT 24 CABINETTAMPER
I’ve read through the binding wiki and there a lot of references to RFX, EXP, REL and KPM but nothing regarding AUI which I can read about here https://www.alarmdecoder.com/wiki/index.php/AUI
I see absolutely nothing when I view the logs in Karaf (perhaps I’m not running debug?). Any assistance or guidance would be great. What am I doing wrong or what haven’t I done (aside from items and sitemap).
Many thanks,
Mon
And here’s the how-to tutorial (hope this helps someone):
Vista20p_AD2Pi.pdf (27.3 KB)