Jump to content

Hue Integration


afschmitt

Recommended Posts

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

Link to comment

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
}
Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...