Jump to content

How to make a light "Blink"


jblackst5000

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...