mpolednik / script.kodi.hue.ambilight

Kodi add-on for Philips Hue lights with ambilight support. Based on @cees-elzinga 's original work.
Do What The F*ck You Want To Public License
157 stars 42 forks source link

enhancement request theatre sunset/sunrise #102

Open dw20155 opened 6 years ago

dw20155 commented 6 years ago

Is it possible to have an option to theater mode to only activate the lights as configured after sunset and before sunrise

neothematrix commented 6 years ago

not just theatre mode, but also ambilight mode should have this option so that they are activated only after sunset or before sunrise

neothematrix commented 6 years ago

I just wrote a quick and dirty hack to disable the addon during daylight (before sunset and after sunrise), you can find it on my fork: https://github.com/neothematrix/script.kodi.hue.ambilight There is no error checking and I'm not sure it works properly for everyone, also there is no flag to enable/disable the feature, but if you want to try it you can use my fork. It uses the hue bridge built-in "sensor" api to get the "daylight" status.