Vera Plus

Dear Sirs

I am new user and i want to make one scenes with the trigger Aeotec Multisensor 6, it is not one problem to make ligt on the bulb, but i also want the bulb only to swits on when it is dark?
Another questions is it posible to have different collor on the bulb Aeon ZW098 ?

Best regards
Preben Foldager

Add the following code to the scene’s LUUP tab.

return luup.is_night() == true
Another questions is it posible to have different collor on the bulb Aeon ZW098 ?
Yes. You could use [url=http://forum.micasaverde.com/index.php?topic=32613.0]this RGBW plugin[/url] or some other Lua/LUUP code.