Page 1 of 1

SMARTTHINGS and AD2PI Network Appliance

PostPosted: Wed Jan 03, 2018 9:35 am
by Tense
I have two issues I am working on but have zero experience with the device.

1) I have AT*T fiber and no UNPNP and don't want to set up a new router behind it. I can access the controls of the BGW210-700 and can open ports as per attached screen capture. Can someone recommend what settings to open for this?

2) The webapp on the device is much older than the recommended AlarmDecoder webapp 0.7.6+ from the github instructions https://github.com/nutechsoftware/alarm ... martthings

and the device does not show up. I have no experience with raspberry and want to know if http://www.alarmdecoder.com/wiki/index.php/Raspberry_Pi is the image with the latest version of the webapp on it? I assume I can just copy this image to the SD card without any additional work?

Re: SMARTTHINGS and AD2PI Network Appliance

PostPosted: Wed Jan 03, 2018 4:07 pm
by Tense
Anyone on #2 at least? I dont even have an update available in the webapp itself. Is that the problem???

Re: SMARTTHINGS and AD2PI Network Appliance

PostPosted: Thu Jan 04, 2018 7:22 pm
by kevin
The UPNP protocol is part of how smartthings does the discovery, unfortunately it is a requirement of that particular platform as far as I know.

To update your webapp and library if they are out of date you can go to https://alarmdecoder.local/update

OR

You can ssh in and issue these commands

Code: Select all
cd /opt/alarmdecoder
git pull origin master
sudo python setup.py install
cd ../alarmdecoder-webapp
git pull origin master
sudo reboot