Jump to content

PeterP

Members
  • Posts

    11
  • Joined

  • Last visited

About PeterP

  • Birthday December 9

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PeterP's Achievements

Member

Member (3/6)

1

Reputation

  1. Awesome, thanks. I will continue to build out my setup 😅
  2. Thanks @Guy Lavoie. I'm just finishing a renovation on our house and setting up Insteon and other smart home stuff, and I think I will have that scenario of multiple locations to turn something on, so will refer back to this, or look further into virtual switches. I'm actually a bit surprised that something like turning off a secondary button isn't built-in to UD... Btw, unrelated, have you ever done an "all off" scene like in a hotel? Do I just create a scene and add all of the lights, fans, and whatever as responders to that scene, and add secondary Keypadlinc buttons as controllers (like by my front door, garage, etc.)?
  3. Yep, that's what I thought @tazman's suggestion was 😅 Here is my final program, nice and simple: If 'Powder Room / Powder Room Fan' Status is On Then Set 'Powder Room / Powder Room Fan Control' On Wait 30 minutes Set 'Powder Room / Powder Room Fan Control' Off Else - No Actions - (To add one, press 'Action') I added the first line of 'then' to set the scene in case the fan is triggered by something else, such as Alexa or directly in the app, then it will also light up the 'C' button through that scene. I also like @Guy Lavoie's approach but need to further look into how these virtual variables work.
  4. Thank you, this was very helpful!
  5. Hi All - hoping someone can help with a quick answer here that has been eluding me. In my powder room I have one 6 button Keypadlinc. The load on/off controls the lights. Buttons A & B are linked to a scene for the same lights. I would like to set button C to turn on the fan in that room but so that it automatically turns off after 30 minutes. The fan itself is wired to a microcontroller. I created a program: If 'Powder Room.C' Status is On Then Set 'Powder Room Fan' On Wait 30 minutes Else Set 'Powder Room Fan' Off This works in that if someone pushes the button, it turns the fan on and the button is lit. If someone pushes it again to turn the light off, it turns the fan off. The problem is that I can't get it to actually turn off Powder Room.C after 30 minutes. If I just add a line that says "Set 'Powder Room Fan' Off after Wait 30 minutes, it will turn the fan off, but it won't actually turn the light off. The admin panel will not let me add a switch off line to "then". I realize there may be a way to do this by changing the button toggle, but my preference is to have button C show the current status of the fan -- if the fan is on, the light is lit up. That way someone in the bathroom has confirmation that the fan is currently on. Would love any feedback on how to make this work! Seems pretty simple but can't get over being able to turn button C off. Thanks!
  6. Just tried it, and that worked. Thank you very much guys!
  7. OK... maybe I'm going about this all wrong. 😅 The main reason I changed the button to 'non-toggle off' mode is that I want that button to trigger a scene or program but then not remain lit. (The main reason for that is, let's say the scene triggers two Hue bulbs turning on to 50% for an "evening" scene, but then I subsequently use a different control, like Hue Tap, to turn off those bulbs. The button will stay on.) The two ways I thought to resolve this are: Add a step in the program to wait a few seconds then turn off the light by setting a scene where that button is set to off (this would only work if it's a program, I couldn't find a way to turn off the button with only a scene). Use the 'non-toggle off' mode since that itself turns off the light after flashing twice. No good?
  8. OK. Then how do I write a program that's triggered by the button being pressed in Non-Toggle [Off] mode? 😅
  9. Just so I'm clear - if a button is set to Non-Toggle [Off] the action of pushing the button triggers 'switched off'? Wouldn't 'switched off' be triggered the whole time, since... it's off? And if the answer to that question is that switched off is only triggered when it's on then off, I noticed that in Non-Toggle [Off] mode, the light flashes twice (as in: off, on, off, on, off). Does that mean the program will be triggered twice?
  10. Yes, you're right, sorry, it's set to Non-Toggle [Off]. I have a scene right now set to Switch.B (Action = on) which is *not* being triggered when I push B. The scene itself is simple, it just turns on two Hue bulbs. To troubleshoot this using a program instead of a scene, I created a program which has an "If" Condition of Switch.B is switched On, then it also turns on the Hue bulbs, and that does not get triggered either. However, if I change to Toggle mode, either the scene or program works. So I'm trying to figure out if I need a different trigger if the button is set to Non-Toggle [Off], or if I'm doing something else wrong. Thank you!
  11. Hey guys - I tried searching for this but couldn't find any answers on the forum. I created both a scene and a program that are (obviously) triggered when a respective button on my Insteon Keypad is pushed. However when I set the button to "toggle off" (so that the keypad light doesn't stay on), neither the scene or program are triggered on the corresponding button. It seems to me like the "if" trigger (eg. in a program: 'Switch.A' is switched On, or 'Switch.A' Status is On; in a scene the switch being the Controller) is not actually being triggered/activated. Is there a special condition that I need to program for "toggle off" buttons vs default toggle buttons? Thank you!
×
×
  • Create New...