CopyRon Posted November 11, 2012 Posted November 11, 2012 I just set up a triggerlinc to turn on a lamp and a KPL secondary button when the door is opened with a scene, which it does. I removed the jumper and battery and made a program to wait 2 minutes after door is closed and then turn that light off, which it does, but the status of TL is ON in closed and opened positions and I can not figure out how to turn the KPL button off. This is with 3.34. Some help please. Thanks
LeeG Posted November 11, 2012 Posted November 11, 2012 When a TriggerLinc operates in multi-Scene mode (jumper removed) both nodes issue On messages only. Off messages are not sent from the TriggerLinc for either node so both nodes will show On as that is the only messages send by the TriggerLinc. If the problem is the Programs trigger only once when initially going to On state, use If Control rather than If Status to trigger the Programs. If Control triggers on every On message. If Status triggers only when the Status changes which is only once.
Recommended Posts