AD2PI, Raspberry Pi 3, Home Assistant

I just got my AD2PI. I have connected to the GPIO pins on the Pi3 and wired it up to my Vista 15P alarm panel. My Pi 3 already is running Jessie with Home Assistant installed on it.
The light on the AD2PI is blinking consistently. When I try to connect to the device to send it commands, communication with the device never starts and locks up the device completely until I reboot the Pi.
I have stopped and disabled getty and rebooted:
When I try to connect to the device with screen, I get a blank screen and it does not respond to any commands, such as C.
At this point, I'm not sure where to go next in terms of troubleshooting.
The light on the AD2PI is blinking consistently. When I try to connect to the device to send it commands, communication with the device never starts and locks up the device completely until I reboot the Pi.
I have stopped and disabled getty and rebooted:
- Code: Select all
sudo systemctl stop serial-getty@ttyAMA0.service
sudo systemctl disable serial-getty@ttyAMA0.service
When I try to connect to the device with screen, I get a blank screen and it does not respond to any commands, such as C.
- Code: Select all
screen /dev/ttyAMA0 115200
At this point, I'm not sure where to go next in terms of troubleshooting.