How to create Ezlo Plus Scene to turn off lights (that was left on in between a specific time)

Hi @homeuser

While they’re investigating, here’s another couple of strategies you could try to get your meshbot working.

Option 1. Two meshbots. One to perform the actions, the other to control the first meshbot with your virtual switch:

Meshbot #1

Trigger - Motion sensor does not detect motion for 15 minutes

True Actions:
TA1 Turn off main lights
TA2 Turn off lamp
TA3 Turn off fan

False Actions:
FA1 Turn on main lights
FA2 Turn on lamp
FA3 Turn on fan

Meshbot #2

Trigger
T1 Virtual switch = true

True Action
Enable ‘Meshbot #1

False Action
Disable ‘Meshbot #1


Option Two. Single meshbot with exceptions. Note, this one might not be possible due to a seemingly unresolved bug that prevents users from adding multiple exceptions - Pool control with Fibaro Smart Implant - #38 by Odysee.

Trigger - Motion sensor does not detect motion for 15 minutes

True Actions:

TA1 Turn off master light

  • E1 master light is (already) off

TA2 Turn off lamp

  • E1 lamp is (already) off

TA3 Turn off fan

  • E1 fan is (already) off

False Actions:

FA1 Turn on master light

  • E1 Virtual Switch = false
    OR
  • E2 master light is (already) on

FA2 Turn on lamp

  • E1 Virtual Switch = false
    OR
  • E2 lamp is (already) on

FA3 Turn on fan

  • E1 Virtual Switch = false
    OR
  • E2 fan is (already) on

Thanks

Paul

1 Like