ISY-99i/ISY-26 INSTEON:Advanced Programming: Difference between revisions

From Universal Devices, Inc. Wiki
Jump to navigation Jump to search
Line 41: Line 41:
==Combining Conditions using Or==
==Combining Conditions using Or==
* This program checks for any of three conditions become true.
* This program checks for any of three conditions become true.
 
* I use this to turn off all the basement lights when the basement stairs are turned off.
* I check for the Status in case someone holds the switch to dim the lights off.





Revision as of 20:56, 11 February 2009

Program examples on this page assume you are familiar with the Create a Program page.


Combining Conditions using And

  • Using multiple Conditions can make Programs more convenient.
  • This program watches for a switch to be turned Off and if it was already Off turns the lights on at a low level.
  • It could be used for the lights in a nursery or a bathroom in the middle of the night.


  1. Create a Scene and include all the lights you wish to control. Be sure to adjust the light levels and ramp rates.


  1. Click on Condition.
  2. Choose And Control.
  3. Select the switch and is Off.
  4. Add to If


  1. Choose And Status.
  2. The switch should still be selected with the is Off condition.
  3. Add to If.


  1. Click on Action.
  2. Select Insteon and the scene you created.
  3. Select On from the Action drop down.
  4. Add to Then.


  1. Save Changes.


  • It doesn't matter what order the lines are in the Condition.
  • The program will be triggered whenever the switch is pressed Off.


Program Off-Off


Combining Conditions using Or

  • This program checks for any of three conditions become true.
  • I use this to turn off all the basement lights when the basement stairs are turned off.
  • I check for the Status in case someone holds the switch to dim the lights off.


Program Off or Dim



ISY-26 INSTEON / ISY-99i Series INSTEON : How-To Guide