Sorry I put the XXs there to block my user name and password.
Here is where I am:
1. Ran the emulator in Terminal on my iMac. It loaded a bunch of stuff in the window. Left the window open.
2. Because I am on a mac I used the github link above to load the confugurator.html page.
3. Put in the following for Bridge server: http://192.168.0.11:8080/api/devices
4. When I hit GO I get the following on a new page: [{"content":[],"last":true,"totalElements":0,"totalPages":1,"size":0,"number":0,"sort":null,"first":true,"numberOfElements":0}]
5. In the Get ISY Devices section I put in all the information and I get this error: Error: 0 GET http://admin:password@192.168.0.7:8505/rest/nodes/If the error is a 401 that means something is wrong with the username or password
Thats where I am stuck. If I navigate to the ISY Rest server URL directly I get a page with all my devices and a ton of other information: http://192.168.0.7:8505/rest/nodes/
I don't necessarily need the list of all my devices if there is an easy way to get the Device ID for the switches I want to control with the Echo. I could just use the bottom of the configurator.html to create the URLs for me and add them. However I tried just doing that and hitting add device but nothing ever seems to get added to the emulator.
Any ideas?
Is there a way to get the device IDs from ISY? If so what are the correct on and off URLs and whats the easiest way to just add them to the emulator?