REQUEST: Have lights turn off automatically after 30 seconds

I finally figured it out! I had to use a virtual on/off switch to make it all work.

  1. Turn on lights like normal.
  2. Tap toggle again using double tap to “turn on” virtual switch and the ceiling fan.
  3. Use CoRE piston to turn light off after delay.
    IF
    ● Master Bedroom Virtual Switch switch changes to on
    THEN…
    Using Master Bedroom Light…
    ► Turn off after 20000ms
    Using Master Bedroom Virtual Switch…
    ► Turn off after 22000ms
    Using Master Bedroom Fan…
    ► Turn off after 10000ms

Turning on the fan just gives me a indicator that double tap actually triggered (it doesn’t work 100% of the time, on the first try).

Thanks!

1 Like