-
Notifications
You must be signed in to change notification settings - Fork 4
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
Firewall and Scenes #4
Comments
If this is your config: Also, if your Vera is on its standard port (3480), you’ll need to permit TCP/IP on port 3480 (or whatever port you might have configured vera to use).
a. http://10.10.1.91:3480/data_request?id=action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=14&output_format=json http://{host}:{port}/data_request?id=user_data2&output_format=xml Then search through the resulting XML for the name of your scene and you’ll find a block of XML like so. The ID num is highlighted below:
{ "u:RunSceneResponse": { "OK": "OK" } } If you use a non-existent number scene num, I get: ERROR: Invalid Scene If your browser gets nothing back, or times out. Then double check the IP address and port number (and make sure your PC’s firewall is letting you get through).
From: eli167 [mailto:[email protected]] what do I need to keep open on my firewall? also how to I get a url for a Scenes like 142 or 143 the example in the pdf didn't work one last thing on the Amazon Echo Bridge Configuration how do I change the refresh timer ? — |
what do I need to keep open on my firewall? also how to I get a url for a Scenes like 142 or 143 the example in the pdf didn't work one last thing on the Amazon Echo Bridge Configuration how do I change the refresh timer ?
The text was updated successfully, but these errors were encountered: