I have a Z-Wave light and an Insteon KPL. I want the KPL to turn on when the Z-Wave light is on at any value so my program is:
If Z-Wave light was set and has a value that is not equal to Off
Then Set Device Insteon ISY Dining Room KPL Button A to On
This works, the Then is running a scene on the ISY with the ISY plugin. However on my logs I see this over and oveR:
Sep-04 5:29:28 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:58 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:58 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:58 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:58 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:44 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:44 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:44 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:44 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:43 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:43 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:28 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:28 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
So seems that it keeps running over and over every few seconds. I can disable it from showing in the log but is this normal or is there a better way to do a trigger where a light is on it turns something else on?
I also tried "If a device Z-Wave light changes and becomes ANY Value and Z-Wave light has a value not equal to OFF" which also works but again it shows in the log over and over every few seconds.
If Z-Wave light was set and has a value that is not equal to Off
Then Set Device Insteon ISY Dining Room KPL Button A to On
This works, the Then is running a scene on the ISY with the ISY plugin. However on my logs I see this over and oveR:
Sep-04 5:29:28 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:58 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:58 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:58 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:58 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:44 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:44 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:44 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:44 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:43 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:43 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
Sep-04 5:28:28 PM Device Control Device: Insteon ISY Dining Room KPL Button A to On (100)
Sep-04 5:28:28 PM Event Event Trigger "Dining Room Keypad Update Button A if Kitchen is ON"
So seems that it keeps running over and over every few seconds. I can disable it from showing in the log but is this normal or is there a better way to do a trigger where a light is on it turns something else on?
I also tried "If a device Z-Wave light changes and becomes ANY Value and Z-Wave light has a value not equal to OFF" which also works but again it shows in the log over and over every few seconds.