Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/30/2024 in all areas

  1. Great thread for Philips Hue users. For anyone who wants to call up scenes in your sequence, just first create the scene using the Philips Hue app and then use the action file to call up that specific scene during your sequence. I've attached a screenshot of mine, for example (I have Trivia and Trailers scenes). Here's the content of the action file that I use to activate the "Trailers" scene in the Philips Hue app just before the movie trailers: #http://<hue-bridge-ip>/api/<hue-bridge-user>/groups/<hue-light-group>/action #PUT:{"on":true,"scene":"<scene ID>","transitiontime":50} http://192.168.1.11/api/28555ae631edc91926d069d5d87f165/groups/theater room/action PUT:{"on":true,"scene":"MC2o4oftCOT2ng6","transitiontime":50} You can set the transition time to any value you like. I prefer 50. To find the "code" that identifies the Philips Hue scene you want to activate, use the debug tool. In a web browser enter: http://<bridge IP address>/debug/clip.html In the URL field of the CLIP API Debugger, enter: /api/<username> Click GET and then search (CTRL+F) for the scene you want to activate in your sequence. For example, to activate the "Trailers" scene I created in the Philips Hue app I searched for "Trailers" and the ID of the scene is "MC2o4oftCOT2ng6" (it'll be found in the Command Response window at the bottom).
    1 point
×
×
  • Create New...