Jump to content

Hue Integration


afschmitt

Recommended Posts

Posted

Hello,

 

I am trying to integrate my Hue hub into the ISY network module. I've followed the online directions from this forum but I'm getting a strange response message and my commands are not working. I've tried using the regular (round) hub and the new (square) homekit hub. Everything works fine if I use Hue api debugger. 

 

post-4662-0-29737500-1455634691_thumb.png

 

post-4662-0-10055400-1455634702_thumb.png

Posted

Hi afschmitt,

 

All you have to look at is the first line:

HTTP/1.1 200 OK

 

In this case, 200 = command succeeded. So, the main question is whether or not Hue actually did what you asked it to do.

 

With kind regards,

Michel

Posted

What are you trying to do?  The HTTP request in your screenshot doesn't do anything, it just gets the status of light 1.

ISY can't get/parse that status.

 

To change light state, you would need to do a PUT of something like:

Path: /api/<username>/lights/1/state

Body:

{
"on":true,
"bri":255
}
Guest
This topic is now closed to further replies.

×
×
  • Create New...