Hello,
I’m trying to wrap my head around the PLEG logic that would be needed to have each light in my home randomly turn on and off within a set period of time (similar to the de-appreciated Vacation Ghost plug-in).
Would I need to create a separate condition for each light I would want to turn on and off random? For example:
[ul][li]C1KitchenLOn (Repeat): !tKitchenL AND sVacation AND sEveningRandom AND sIntervalRandom[/li]
[li]C2KitchenLOff (Repeat): tKitchenL AND sVacation AND sEveningRandom AND sIntervalRandom[/li][/ul]
Then rinse and repeat for every light I want randomized within this period (e.g. swap out KitchenL for LivingL)? Is there anyway to combine the logic so I can tie everything into one condition that randomly turns on individual lights? The best method I’ve found so far for that is to use Vera’s built-in delays but that makes the pattern of lights turning off obvious (e.g. Kitchen turns off first, then Library, then Bedroom). I’d like each light to be independently random within a 3 hour period to simulate the movement of people inside.