4

I have Philips HUE Lights throughout my office and I've been trying to find a way to get them to turn on when it gets below a set lux / ambient light luminous so we don't have to wait till some realises its way too dark and turn them all on. It would be far better if they supplemented the lighting provided to the sun as is set so the office is always the same brightness.

I have looked at ifttt.com and I have looked at integration with a hub like SmartThings but I am struggling to find any working examples or a sensor that will definitively work with my Philips HUE bulbs.

Any suggests would be greatly appreciated!

Trent
  • 429
  • 1
  • 5
  • 19

1 Answers1

4

The recently released Hue Motion sensor (http://www2.meethue.com/en-us/productdetail/philips-hue-motion-sensor) also includes a lightsensor so the lights only turn on when there is motion and it is dark.

If motion detection is also usefull for you, then you could just use the Hue app to set the trigger lightlevel and it works out of the box.

If you don't want to use the motion detection part then you can setup your own rules for triggering in the bridge on lightlevel changes, but this requires usage of the Hue API (see http://developers.meethue.com - free registration required)

There are also 3rd party apps (iConnectHue for iOS, all-4-hue for Android, possibly others) that support the motion sensor and are more flexible than the official Hue app. However I have no experience with these apps.

Michel
  • 166
  • 5
  • 3
    Unfortunately after finally getting a Motion sensor by Philips into Australia (they don't ship here yet), all the apps don't allow use to control all the sites only based on luminosity - there has to be motion as well. In the perfect world we would have like the HUE lights to supplement the natural light with the HUE light so the room is always well light – Trent May 03 '17 at 01:45
  • 1
    Final got one and using this (https://stackoverflow.com/questions/43730049/supplement-natural-light-as-the-sun-goes-down-each-day-with-philips-hue-motion-s) I was able to make this all work – Trent Jul 17 '17 at 01:28