December 11, 200915 yr 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
December 11, 200915 yr 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
December 11, 200915 yr Author Yeah, I guess i could change my on level to 0 and work around it like that. Thanks for the easy fix. Shad
Create an account or sign in to comment