I'm having some issues trying to debug an installation on openHab(2.2 specifically). My system (all wired zones) is as follows:
Ademco Vista 20p
[2] Zone expansion boards
[1] 6162 Keypad
Raspberry Pi 2b running AD image (upgraded to Stretch).
The AD WebUI shows all my zones and zone naming. I can arm/disarm successfully... On my openHab server, I can successfully telnet into AD's port 10000 (so far so good). The issue is I'm only observing !AUI messages during a zone fault. I did however see a !EXP when I closed the alarm panel cabinet door. I haven't seen any relay messages whatsoever (shouldn't I ??).
I'm hoping this is a simple config issue or you can assist me in isolating the root cause.
- Code: Select all
!CONFIG>MODE=A&CONFIGBITS=ff05&ADDRESS=19&LRR=N&COM=N&EXP=NNNNN&REL=NNNN&MASK=ffffffff&DEDUPLICATE=N
!VER:ffffffff,V2.2a.8.8,TX;RX;SM;VZ;RF;ZX;RE;AU;3X;CG;DD;MF;L2;KE;M2;CB;DS;ER;CR
- Code: Select all
root@openHab:/etc/openhab2/services# telnet
telnet> open 10.0.9.102 10000
Connected to 10.0.9.102.
Escape character is '^]'.
[00000001000000000A--],024,[f70200ff10240000080200000010f0],"FAULT 24 CABINETTAMPER "
[00000001000000000A--],024,[f70200ff10240000080200000010f0],"FAULT 24 CABINETTAMPER "
[00000001000000000A--],024,[f70200ff10240000080200000010f0],"FAULT 24 CABINETTAMPER "
!EXP:08,08,00
!AUI:120600000000666c02456cf5ec0101010000
!AUI:1606000000006763024543f531fb456cf5ec01010101
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
!AUI:120600000000606c02456cf5ec0101010000
!AUI:1606000000006163024543f531fb456cf5ec01020106
[00000001000000000A--],002,[f70200ff1002000008020000000000],"FAULT 02 FRONT ENTRY DOOR "
[00000001000000000A--],002,[f70200ff1002000008020000000000],"FAULT 02 FRONT ENTRY DOOR "
[00000001000000000A--],002,[f70200ff1002000008020000000000],"FAULT 02 FRONT ENTRY DOOR "
[00000001000000000A--],002,[f70200ff1002000008020000000000],"FAULT 02 FRONT ENTRY DOOR "
[00000001000000000A--],002,[f70200ff1002000008020000000000],"FAULT 02 FRONT ENTRY DOOR "
[00000001000000000A--],002,[f70200ff1002000008020000000000],"FAULT 02 FRONT ENTRY DOOR "
!AUI:120600000000626c02456cf5ec0101010000
!AUI:1606000000006363024543f531fb456cf5ec01010101
[10000001000000003A--],008,[f70200ff1008001c08020000000000],"****DISARMED**** Ready to Arm "
Thanks,
Monika