Jump to content

How to make a light "Blink"


jblackst5000

Recommended Posts

Posted

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,

Posted

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'

Posted

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

Guest
This topic is now closed to further replies.

×
×
  • Create New...