Preface
With the SmartThings App, I am trying to force my front porch light ON, which is controlled by a Heath Zenith SL-5210 decorative lighting control Motion sensor, with a Lutron Casita Claro Smart Switch that is powering the sensor.
I’ve been experimenting with the SmartThings App, but so far, unable to get it to automatically “TOGGLE” a switch. I can physically toggle the Lutron CLARO switch to force my Porch light on manually thereby overriding the Heath Zenith Motion Switch. Attached are some screen grabs that I’ve modified with Photoshop to better illustrate what I am trying to accomplish with a TOGGLE script …
First I need to toggle the power OFF, then ON to override the Motion Sensor in order to have my porch light illuminated…
So with that in mind for your routine, shouldn’t it be:
IF Porch Light *(Power)* is ON
THEN Porch Light OFF
THEN Porch Light ON
Which would TOGGLE the switch OFF/ON within about a second?
Right now, I don’t think that the SmartThings App will allow the two commands within one routine, so I would have to do this with two routines, correct?
No it won’t. They allow for you to turn a device on and to automatically turn it off after a delay, but not to turn it off and automatically turn it back on after a delay. I think they had a failure of the imagination there.
If you find two routines do the toggling too quickly you can specify a delay in the one that turns the light back on. It really depends on whether there are both minimum and maximum delays for the toggle to have the desired effect.