Page 1 of 1

Receiving catchall ????

PostPosted: Sat Jan 24, 2015 4:05 pm
by thehands1
I am receiving the following message using the AD2PI with an Arduino card hooked into a Vista 20p. I used the AD2USB to validate the address for the device is enabled: 18. I am receiving this text and am not sure why or who is sending it.

catchall: 0104 0000 01 01 0140 00 B522 00 00 0000 0B 01 0A00

Any ideas?

Re: Receiving catchall ????

PostPosted: Sat Jan 24, 2015 4:10 pm
by mathewss
Never seen this message before. Is this from the serial from the Arduino?

I guess we need to understand where this message is from before we can figure out what it is and what it is telling us.

Looking at the code running on your Arduino would be a good start. Also knowing more about how you talk to the Arduino would help.

Re
Sean M

Re: Receiving catchall ????

PostPosted: Sat Jan 24, 2015 4:18 pm
by thehands1
This is where I got the code: https://github.com/d8adrvn/AD2SmartThings there are a few files and instructions and it just doesn't work for me. If I use the AD2USB device and the virtual keypad it works. As you can see I am trying to get this to work with the Smartthings device.

Thanks!

Re: Receiving catchall ????

PostPosted: Mon Jan 26, 2015 4:26 pm
by mathewss
Do you by chance have a FTDI TTL Serial adapter lying around?

Something like this
http://www.ebay.com/itm/3-3V-5-5V-FT232 ... 0717046158

Its a almost necessary tool these days to talk to device like the AD2Pi board or Arduino, BBB, Raspberry Pi TTL Serial.

If you do then we can have you connect it up to your panel as if it were an AD2USB and you can test it via Putty.

I am trying to get the SmartThings people to send me some evaluation equipment to help everyone out. I see several issues with the Sketch that could be the cause of a problem at minimum the code needs some bullet proofing and some errors fixed.

Re
Sean M