Hi,
Would it be possible to re-trigger the GEA scene to catch a re-trigger of actions?
eg.
GEA.add(true, 30, "", {{"Time", "Sunset-35", "Sunset-30"}, {"turnOn", id["GUEST_LIGHT"]}})
GEA.add(true, 30, "", {{"Time", "22:00", "22:02"}, {"turnOff", id["GUEST_LIGHT"]}})
Guest room light turns on at sunset -30 to 35 min and turn off at 10PM
But by variable set by the home alarm I turn of all my light, including the above light.
So arming the house in between the time above it gets turned off too.
Id like this light to be excluded if within the range of the above time period.
It should only be turned off by the arming the alarm trigger is outside of this period.
eg at 11AM and the light is on.
Is there a way to solve this?