ISY-99i/ISY-26 INSTEON:Advanced Programming: Difference between revisions
Jump to navigation
Jump to search
(New page: Program examples on this page assume you are familiar with the Create a Program page. ==Combining Conditions== * Using multiple Conditions can...) |
|||
Line 2: | Line 2: | ||
==Combining Conditions== | ==Combining Conditions using And== | ||
* Using multiple Conditions can make Programs more convenient. | * 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. | * This program watches for a switch to be turned Off and if it was already Off turns the lights on at a low level. | ||
Line 37: | Line 37: | ||
[[Image:Program Off-Off.gif|frame|none|Program Off-Off]] | [[Image:Program Off-Off.gif|frame|none|Program Off-Off]] | ||
==Combining Conditions using Or== | |||
* This program checks for any of three conditions become true. | |||
[[Image:Program Off or Dim.gif|frame|none|Program Off or Dim]] | |||
Revision as of 20:45, 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.
- Create a Scene and include all the lights you wish to control. Be sure to adjust the light levels and ramp rates.
- Click on Condition.
- Choose And Control.
- Select the switch and is Off.
- Add to If
- Choose And Status.
- The switch should still be selected with the is Off condition.
- Add to If.
- Click on Action.
- Select Insteon and the scene you created.
- Select On from the Action drop down.
- Add to Then.
- 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.
Combining Conditions using Or
- This program checks for any of three conditions become true.