script.kodi.hue.ambilight icon indicating copy to clipboard operation
script.kodi.hue.ambilight copied to clipboard

Turn on lights when a movies plays in Theatre mode

Open dw20155 opened this issue 7 years ago • 3 comments

Hi,

Is there a way to turn on a group of lights when media is played in theatre mode?

I would like to have the lights dim and my light strips turn on (like in a theatre) when media is played and then reverted when the media is stopped or paused.

Also, is it possible to have the events occur at a specific time of day (for example don't need to turn on the lights during daylight hours)

regards David

dw20155 avatar Apr 29 '17 02:04 dw20155

The "static lights group" does what you want.

JesCR avatar Apr 29 '17 07:04 JesCR

Yep that works a treat.

I noticed there is s theatre lights subgroup as well - is there an explanation of what that is?

dw20155 avatar Apr 30 '17 07:04 dw20155

The explanation is on the readme file or in the "home" of this project: _

Light Groups

This add-on works with a concept of groups that are different from groups defined on Hue bridge. Each group can have 0 or more lights and has default behavior settings that can be modified in the add-on settings screen. After playback ends, the add-on will try to restore the lights to where they where before it started controlling them.

Theater Group Lights in the theater group act like wall lights in a typical theater. When playback starts the lights dim and they undim when playback is paused or ends. If you only want some of the lights to undim during pause, it is possible to configure "subgroup" in add-on settings -> Theater and only dim the subgroup.

Ambilight Group Ambilight group tries to control the lights similarly to modern ambilight TVs. The add-on tries to figure out the most represented colors in each frame and change the lights to reflect that. They can also be configured to work similarly to theater group when playback is paused.

Static Group Static lights act opposite to the theater lights -- they are turned on when playback starts, turned off when you pause the playback and go back to initial state after the playback stops.

_ ;)

JesCR avatar Apr 30 '17 09:04 JesCR