Page 1 of 1

Ademco Vista 10 L send messages from python

PostPosted: Mon Dec 05, 2016 8:02 am
by aivs
Hi, I connected AD2Pi to my Ademco Vista 10 L alarm system. Set Address to 31.
When I sending my alarm code from python: device.send(str('12345')), I hear beep on panel and in minicom see messages:
Code: Select all
!REL:01,01,00
!REL:01,02,00
!REL:01,01,00
!REL:01,04,00
!EXP:01,01,00
!REL:01,04,00


Trying to get arming status: device.send(str('08as0064')), response in minicom:
Code: Select all
!>
!CONFIG>MODE=A&CONFIGBITS=aaba&ADDRESS=31&LRR=N&COM=N&EXP=NNNNN&REL=NNNN&MASK=00000000&DEDUPLICATE=N
!Reading configuration.
!UART init.
!Sending..done
!Sending..done
!Sending..done
!Sending..done
!Sending..done
!Sending..done


How to see arming status report, disarming and arming report? like this:
Code: Select all
0Eah037898001F

Re: Ademco Vista 10 L send messages from python

PostPosted: Mon Dec 05, 2016 9:17 am
by kevin
So you are not seeing status messages at all from the panel? Ademco panels once every 10s or so dump their status information in a standardized message - are you not seeing these?

Please email ad2usb@support.nutech.com so we can discuss this further and maybe get you some firmware to debug issues.