Hi,
I just got the AD2PI and have been configuring it. I have a problem, where I can receive messages and get it displayed in my browser, but not send commands to the Vista 15P.
Here is my current configuration:
Honeywell Vista 15P
- Keypad addresses 18-23 all set to allow a keypad to be addressed (*19x, 10 - where X=1..6)
- Physical keypad is configured in address 17
AD2PI configured in address 18 (*191, 10)
- Firmware - 2.2a.8.8
Raspberry PI model: 3B
- Using the current Raspbian Jessie Lite image from the website, copied onto the flash drive using Win32DiskImager
- Webapp has been updated via the Web interface
/boot/config.txt:
dtoverlay=pi3-miniuart-bt
/dev/serial* output:
lrwxrwxrwx 1 root root 7 Jul 24 04:23 serial0 -> ttyAMA0
lrwxrwxrwx 1 root root 5 Jul 24 04:23 serial1 -> ttyS0
ser2sock is working, I can telnet to it at port 10000 from another PC
"C" output
!CONFIG>MODE=A&CONFIGBITS=ff00&ADDRESS=18&LRR=N&COM=N&EXP=NNNNN&REL=NNNN&MASK=ffffffff&DEDUPLICATE=N
"V" output
!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
In the Web interface, I went to Settings->Advanced->Start->Device Type (all default settings)->Local Device settings (all default; used /dev/serial0, 115200 baud)->Network Host Settings (all default)->Alarm Decoder Settings (all default; used Honeywell/Ademco, address 18, everything else is default)
Output:
Device Testing
Opening device OK
Saving device configuration OK
Keypad communication (Send) Check wiring and that the correct keypad address is being used.
Keypad communication (Receive) OK
Other things I've done which did not change the result:
- Confirmed wire continuity, swapped wires D1 & D0 (which resulted in both keypad send/receive timing out, so I swapped it back), swapped wires with new wires
- Swapped Raspberry Pi's with a model 2
- Used different keypad addresses (19..23)
Is there anything else I can look into?