How to make a Scene in a scene

Hello,

I have currently set up a scene wich do the following :

  1. User switches on the ligth (we are 2:00am so the ligth is 50% during 1 minute)

Now, I want to add that action in my scene :
2. During the 1 minute remaining, the user switch again to get 100% during one more minute

How to do that ?

Kind Regards

Is this light hooked up to the switch ?
If so the behavior you get by turning on the switch is defined by the switch. Some remember the last setting, some come on at 100%, some come on a preset level.

If your switch also supports instant status, it can send an event to Vera, where PLEG can detect it and change the settings of the light to a value that is different then the initial setting.
There will be some flickering as this time is not instantaneous.

If you do not have instant status switches it can be a few minutes before Vera even notices the changes … So any changes to the light setting will be long after the initial switch change.

Hello,

I’m using a Fibaro FDG-211 Dimmer, so I think I have all I need… I guess :slight_smile:

So with that device, can I do what I want ? and How ? :slight_smile: (sorry toi ask thoses question but I’m a really newby in it ??? ??? ???

Regards