Jump to content

MarcK

Members
  • Posts

    7
  • Joined

  • Last visited

MarcK's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. Yes. But do I need to monitor both keypads? Since Kp1-B and Kp2-B are both controllers for the same scene, I should only need to monitor one of them. (This is for the 'else' part of post #6)
  2. So I should be monitoring the Status of the associated controller, instead? (e.g. Kp1-B, KP2-B ). Do I need to monitor both, since both are controllers in the same Scene and so should be linked?
  3. The ISY (I'm using firmware version 4.2.18) seems to only run a 'Status' program once. I'm using your post #6 (If Control 'Keypad 1 - B' is switch on, etc.) to run the program that is all Status checks, and that works, since every change of state seems to trigger a Control check, but not a Status check. But there is an interesting timing issue here (for us programmer types). pressing Kp1-B, to turn it on, turns on InlineLink1 in the scene, but also triggers the program that then checks the status of InlineLink1. Do we know that the scene update completes before the program is run? Or is there a chance that the program might find the InlineLink1 to still be off?
  4. Thank you. 'Control' is a trigger. 'Status' is not. (the guide could be a little clearer on that).
  5. Part 1 is turning on the status light for button H when any of the scenes are active (first program above)
  6. Ah! I was looking in the "Adjust Scene" actions, but Scene Off is in the "Insteon" actions. Thanks. Any ideas for part 1 (status lights)?
  7. I've got 2 keypad controllers, and for each light control I create a scene: Scene 1: Keypad 1 - B (controller) Keypad 2 - B (controller) InlineLink 1 (responder) Scene 2: Keypad 1 - C (controller) Keypad 2 - C (controller) InlineLink 2 (responder) Scene 3: {just groups the 'H' buttons} Keypad 1 - H (responder) Keypad 2 - H (responder The keypads are all Toggle, except for button H which is (send OFF) Now I want to turn off all scenes with another keypad button (H). I tried a program I found on this site to set the status of H: If Status 'InlineLink1' is not off Or Status 'InlineLink2' is not off Then Set 'Keypad 1 - H' On 15/Off 7 Set 'Keypad 2 - H' On 15/Off 7 Else Set 'Keypad 1 - H' On 0/Off 0 Set 'Keypad 2 - H' On 0/Off 0 But that doesn't work (the backlight for H doesn't turn on) I tried another program to turn off all scenes: If Control 'Keypad 1 - H' is switched off Or Control 'Keypad 2 - H' is switched off Then In Scene 'Scene 1' set 'InlineLink1' 0% In Scene 'Scene 2' set 'InlineLink2' 0% But that doesn't work either. The light behind button H flashes on then off, but the scenes don't turn off and the backlights for their controllers remain on. There is a button in the ISY console to turn a scene off, but there doesn't seem to be any corresponding action.
×
×
  • Create New...