I have an automation as follows:
Period of Time = Night (Sunset to Sunrise)
Device = Camera Motion Detected
Actions
Turn on Light 1 (auto off 10 minutes)
Turn on Light 2 (auto off 10 minutes)
Turn on Light 3 (auto off 10 minutes).
When motion is detected only Light 1 is turned on. It does turn off.
Lights 2,3 never turn on.
If I swap the order of lights, say 3,2,1 then the 3rd light does turn on, but lights 2 and 1 do not.
If I remove the “Period of Time” check then all 3 lights turn on / off, so I know that the lights themselves work.
If I set up 3 individual automations like:
Period of Time = Night
Device = Camera Motion Detected
Action:
Turn on Light X (1,2,3) / Auto off 10 minutes
This works.
So, it appears to be the combination of Period of Time + >1 Action that fails by executing only the 1st Action.
I have deleted / re-added the automation… same result.
I have tried another camera… same result.
I have tried an inside motion sensor… same result.
I am using the “New” Smartthings (Android App.).
I am certain that at some time this worked in the past and just stopped working (not sure when).
What am I missing?