OK, now that I have things working where is the documentation on properties -- I can try to guess at what ERR, OL, RR and ST mean but documentation would help. When I do DON/50 I get ST=50 but if I do a DFO I see ST=255. So I'm confused
Thanks. the 1 is indeed necessary but (emarrassingly). the primary problem was having the wrong Insteon address.
I also updated to 5 -- now if I could figure out how to install the websocket sample on the ISY I'm golden.|
One aside, in 5 the /rest/status seems much slower.
This should be a trivial question but ...
The query http://192.55.226.204/rest/status works just fine in my browser
But I'm trying to control a light and have tried
http://192.55.226.204/rest/nodes/8+1B+A7+1/cmd/DFOF
http://192.55.226.204/rest/nodes/8 1B A7 1/cmd/DFOF
http://192.55.226.204/rest/nodes/8%201B%20A7/cmd/DFOF
http://192.55.226.204/rest/nodes/OfficeMidFront/cmd/DFOF
And all give me
<RestResponse succeeded="false">
<status>404</status>
</RestResponse>
(yes, I also tried with credentials in NodeJS)
What am I missing?