Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

September 2015 Setup Issues #4

Closed
mattemsley opened this issue Oct 1, 2015 · 1 comment
Closed

September 2015 Setup Issues #4

mattemsley opened this issue Oct 1, 2015 · 1 comment
Assignees

Comments

@mattemsley
Copy link

Hi All,
I just installed this app and NAP server, but had some setup issues that I wanted to share. Thanks so much to oehokie for help in ironing out the issues.

For DSC Alarm Panel Smart App:
There is a problem with the SmartThings oauth RESTAPI procedure that is prevent devices from being displayed. In order to correct it you need to temporarily disable the Page statements in the Smart App. There is also an issue with the def installed() and def update() that prevents authorization in the oauth RESTAPI procedure which requires commenting out all the subscribe/unsubscribe (and getURL) commands in both. After you go through the RESTAPI procedure you can uncomment both Page statements and the subscribe/unsubscribe (and getURL) statements.

SmartThings DSC Alarm Thing Device App setup:
IP address = NAP server ip address
IP port = 8086 // this is hard coded in app.js file in the NAP-Demo files
Password = STPass // this is also set in the config.js file, they must be the same

Also important to note:
app.js change “zone:” to number of zones on DSC alarm.

@martzcodes
Copy link
Owner

Thanks! I'll incorporate these into the readme and modify the NAP-demo to not hard-code 8086 in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants