dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: December 23 2013 at 15:49 | IP Logged
|
|
|
dpiehl,
The motion sensor sends an "On" command when motion is detected and after a specified timeout, will then send an "Off" command. You would want to create another trigger on the Insteon Group In "Off" command to turn the light off.
If your Insteon comms are good, then the Insteon group in trigger is probably sufficient. However, group commands are not acknowledged and sometimes arent heard. If this happens, your trigger won't fire. One way to work around it is to also declare a trigger (for on and off) on an Insteon Direct In, Group Cleanup to catch the direct, acked command that usually follows a group broadcast.
Another option is to change your trigger to an Insteon Device Chg trigger. This trigger will fire on the tracked change of the incoming commands (it responds to both the Group broadcast and Group cleanup commands) and may be a cleaner solution for you.
Hope this helps,
Dave.
|