Turn off Lights without motion sensor

I want to create a flow that turns off the lights after x elapsed time. Generally speaking the light is turned off at the wall switch (not via the app) but I always forget to turn off the lights when I leave the room. Is there a way I can set up a flow that uses some sort of countdown timer from the moment the light is turned on, to then turn the lights off?

I’m using Aeotec nano switch, I don’t have a motion sensor.

Any help would be appreciated :slight_smile:

Sometimes there is an option in advanced settings to switch the devices off after a certain time. My Aqara switches, NEOpower plugs and Fibaro relays all have this option.

Here the Fibaro FGS-222

The simplest option is to have your flow look like this:
IF …
AND …
THEN
Start Light
Stop Light Delay 60 seconds

The Delay option is available for every flow (then) step/card.

1 Like

I have a similar problem which partially works.:
When light turned on
Then
turn off after 30 minutes
The problem with this is that the hidden timer continues to run and will operate even if the light has been turned on again. I can’t see a way of interrupting that timer which runs in the background.

1 Like