Jump to content

Guy Lavoie

Members
  • Posts

    738
  • Joined

  • Last visited

2 Followers

Profile Information

  • Location
    Laval QC Canada
  • Occupation
    Retired

Recent Profile Visitors

1586 profile views

Guy Lavoie's Achievements

Advanced

Advanced (5/6)

235

Reputation

26

Community Answers

  1. It's especially handy in UD Mobile, because it's both a button and status indicator, like a keypadlinc. One main use for it is to trigger programs on scene on/off commands, since IoX doesn't offer "If scene command..." directly. I include a virtual switch in the scene I want to watch and the program triggers on the status change of the virtual switch (which can't ever get turned on manually...). I often use two virtual switches in pairs. One use is to control my garage door opener, and indicate open/close status, even if the opener is controlled manually. Another pair controls/indicates watercop valve atatus. Again for pool solar heat control The only downside is that you don't get control events, only status.
  2. Virtual is a hidden gem among the plugins. I use it for several different things, though not the garage option. Thanks!
  3. Sounds like the devices already belonged to another Z-Wave network, and needed to go through an exclusion procedure in order to allow them to join a new network.
  4. Yes, that's right. I think that for the Polisy, the only difference was that the pro version had wifi capability.
  5. Yup that's a classic. It looks like a field label, but it's actually a button to write the new value.
  6. Next step: Alexa, please remind me your device name for the living room lights? 🤨
  7. Programs and scenes are the best ways to get the most out of keypadlincs and status indications. The only annoying thing when using programs is the slight delay before seeing the backlight update.
  8. Yes, looks like you're at that point.
  9. Have you tried connecting a HDMI monitor to it, so see if anything happens?
  10. I'd try a different power supply. I have a Polisy that would show it had power (one LED would light up) but not power up. It turned out to be a bad power supply.
  11. Finding good, reliable and non conflicting spokens becomes a challenge as the number of them grows. I have over 60 different ones and creating any new ones is getting difficult. Then you gotta remember them all!
  12. Good information. But if the PLM is also able to recognize the reception of an All On command, it would be great if the eisy could look for it as an "If" event, and we could program mitigation commands for the more critical items.
  13. You aren't the first...you won't be the last 😁
  14. Alternately, click on "Start Linking" (under Link Management at the top in Iox) and then press the link button on the keypad module.
  15. My preferred way of doing things like this, where the initial triggering condition will cease to be true, is to set a state variable, and then have a separate program look for the variable to become true, do the wait, turn off the light, and reset the variable. - So your first program would be If garage door is violated Or other trigger... Then Turn light on Then Variable garage_light = 1 - Second program If Variable garage_light = 1 Then Wait 1 minute Then Turn light off Then Variable garage_light = 0
×
×
  • Create New...