Brainstorming help on lighting project for simulated skylight

Hi,

With LED technology improving rapidly, I’ve had an idea that I believe should be possible with a little custom programming but I’d love some help brainstorming the project outline.

Goal: Automatically adjust the brightness and color temperature of recessed ceiling lighting to exactly match outside conditions, simulating the effect of a skylight.

A product like this http://www.homedepot.com/p/Commercial-Electric-5-and-6-in-Recessed-Smart-LED-Downlight-53166161/206029900 should be able to accommodate what i’m trying to achieve.

Outstanding questions:
How do I measure current outdoor light temperature and brightness to feed into the system?
What lights would be best suited for this task?
What system (webcore?) would be best to set this automation up in?

Any/all help is appreciated, thank you!

I’m actually doing this now with webCoRE and the Weather Station smartapp. You could do it with the built-in $weather variable in webCoRE as well (although, I haven’t found a way to do illuminance yet).

I’m not 100% finished with my piston yet as I want to add in weather conditions as well and have the lights adjust based upon things like cloudiness and rain.

https://wiki.webcore.co/Weather

As for lights, the Sylvania Lightify 65W LED Recessed Smart Home 2700-6500K Color/White Light Bulb (https://www.amazon.com/Sylvania-Lightify-Smart-Home-2700-6500K/dp/B0196M601A/ref=sr_1_fkmr2_2?ie=UTF8&amp%3Bqid=1504015333&amp%3Bsr=8-2-fkmr2&amp%3Bkeywords=rgbw%2Bled%2Bdownlight%2Bsylvania&th=1) would be my first choice.

1 Like

Thanks Core_Phx!

I like the weather angle, I too am in Phx so usually it’s just sunny anyway.

Ideally though I would love to figure out if there is a true sensor that would read the current outdoor light color, even if it means building a custom Arduino or something.

I used to be in Phoenix. We moved last year to North Carolina. I have weathers! :wink: LOL I do still miss Phoenix though. Although, the weather here this week makes me miss it a lot less (high of 79 today and remaining that way all week).

You might be able to use something like https://www.amazon.com/Aeotec-Multisensor-temperature-humidity-vibration/dp/B0151Z8ZQY to determine actual light levels. I’m not sure about “light color” though.

This is what I am using for lux: [Release] Weather Station Tile 2.0

It’s pretty much the only thing I found so far (beyond an actual weather station and/or light sensor) that gives a lux reading.