I have an Insteon 2842-222 Motion sensor and the following program. The light that is linked will turn on when motion is detected, but then the light just stays on. It will not turn off after 1 minute.
The motion sensor is set to send an Off signal after 30 seconds. I don't want to rely on the Off signal, I just want the program to run a set time, then turn the light off.
What am I doing wrong?
If
Status 'Motion 2-Sensor' is On
Then
Set 'Front Porch KPL.' Fast On
Wait 1 minute
Set 'Front Porch KPL.' Fast Off
Else
- No actions