Author |
|
AllanMar Groupie
Joined: April 02 2007
Online Status: Offline Posts: 45
|
Posted: November 18 2007 at 18:07 | IP Logged
|
|
|
I have an Insteon device chg trigger, when i change the status of a device from powerhome, the trigger fires twice one about a second after. I THINK it's firing again when it receives the ACK (I have update on ACK enabled).
Is this normal? It fills up my eventlog rather quickly.
|
Back to Top |
|
|
cmhardwick Senior Member
Joined: July 08 2006 Location: United States
Online Status: Offline Posts: 290
|
Posted: November 19 2007 at 09:52 | IP Logged
|
|
|
try putting in the BOOLEAN field of the trigger, [LOCAL9]<>[LOCAL10]
These are the Prior and Current level variables. This should make sure it fires ONLY when the level actually changes, not on ACKS, CleanUps, etc. I had the same thing at first in mine until I put this in.
__________________ Cicero, Enjoying automation!
|
Back to Top |
|
|
AllanMar Groupie
Joined: April 02 2007
Online Status: Offline Posts: 45
|
Posted: November 19 2007 at 13:57 | IP Logged
|
|
|
Actually I already have this. well,
[LOCAL9] <> [LOCAL10] AND ([LOCAL9] = 0 or [LOCAL10] = 0)
(so I only get the on/off)
They are showing in the log's as trigger checks, not actually running the associated commands. It still seems weird that the device change trigger would fire on an ACK and when you actually click the button.
|
Back to Top |
|
|