jblackst5000 Posted September 20, 2011 Share Posted September 20, 2011 I have a kitchen light controlled by an Insteon relay switch. I have this linked to an Insteon In-Line Linc with Sense in a motion sensor floodlight. How can I write a program to make the kitchen table light "Blink" when the status of the In-Line Linc is on. I heard that it requires a program to call another program for this to work. Thanks, Link to comment
apostolakisl Posted September 20, 2011 Share Posted September 20, 2011 The two programs below will do it. But you can't have the kitchen table linked to the in line device. Let ISY turn it on and off. Blink If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Kitchen table' On Wait 5 seconds Run Program 'blink' (Else Path) Else Set 'Kitchen table' Off Wait 5 seconds Run Program 'blink' (Then Path) Run Blink If Status 'in line linc' is not Off Then Run Program 'blink' (Then Path) Else Stop program 'blink' Link to comment
jblackst5000 Posted September 20, 2011 Author Share Posted September 20, 2011 WOW.......It worked. Thank you very much for your help on this. I am sort of a "newbe" and not a programer. Your instructions were easy to follow. Thanks you again. Jim Blackston Link to comment
Recommended Posts