deg01004 Posted December 11, 2009 Posted December 11, 2009 So, I made a slider to control my insteon lights through ISY-99i's rest interface. I have the scale going from 0-255 and it works perfectly from 1-255. My code is 192.168.50.100/rest/nodes/99999/cmd/DON/[value] or using my http request: Get /rest/nodes/99999/cmd/DON/[value] HTTP/1.1\x0D\x0AHost: 192.168.50.100\x0AAuthorization:Basic YWRtaW46YWRtaW4=\x0D\x0A\x0D\x0A When the [value] is 0 the lights go to full on. It's easy to work around by setting my scale from 1-255 and having a off button but it would be nice if using 0 made the lights go to off. You can see my slider here http://deg01004.blogspot.com/ Is there anything i can do to fix this? Thanks Shad Quote
Michel Kohanim Posted December 11, 2009 Posted December 11, 2009 Hi Shad, very nice! On with a value of 0 means that the device will use its own stored on level. I assume your devices on level is 100%. Correct? With kind regards, Michel Quote
deg01004 Posted December 11, 2009 Author Posted December 11, 2009 Yeah, I guess i could change my on level to 0 and work around it like that. Thanks for the easy fix. Shad Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.