Search found 2 matches

by joris1
Sunday 07 August 2022 10:28
Forum: Switches and Scenes
Topic: How to make a scene work differently after sunset
Replies: 2
Views: 501

Re: How to make a scene work differently after sunset

Thank you! The Events works much better. I still use the Scene to turn the light off after a few minutes, but I no longer use the Activation Device, but instead a script. This is the script I used: return { on = { devices = { 'Motion Detector' } }, execute = function(domoticz, device) if (device ...
by joris1
Thursday 04 August 2022 20:11
Forum: Switches and Scenes
Topic: How to make a scene work differently after sunset
Replies: 2
Views: 501

How to make a scene work differently after sunset

Hi all, I am new to Domoticz, and I have a question: I currently have a Scene which is activated by a Motion detector, and activates a light at 100% brightness. This works fine, but after sunset I'd like it to have a lower brightness. My idea was to duplicate the Scene to make a "night version" of ...