Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Guy Lavoie

Members

Everything posted by Guy Lavoie

  1. Guy Lavoie replied to aLf's topic in eisy
    Yes, the typical trouble free way to add a Zwave wave device is to use the remove function, which does a zwave exclusion on the device. Sometimes you need to do this even on a brand new device. Looks like that worked well for you. The upgrade from 6.0.4 to 6.0.5 is a minor revision, mostly small fixes. It shouldn't affect your device configuration in any way. To do a version upgrade, go into "Configuration" and then click on "Update Packages". This will launch the download and installation of the update. It should then prompt you to reboot your eisy, which you do by clicking on "Reboot" on the same screen. I cann't offer any answers about the blinds.
  2. Guy Lavoie replied to Techman's topic in eisy
    Have you tried removing power from your eisy for 30 seconds, then reconnect the power and turn it back on?
  3. Well your secondary condition is actually taken care of automatically by the status change of the same input that triggers the program. In essence, if the triggering condition is detected as a status, it remains true until the status chnges again (level sensor closes again). If you hadn't wanted the 10 minute delay, it would be a straight if/then like this: program 1 If Status level sensor is ON Then Turn on pump program 2 If Status level sensor is OFF Then Turn off pump The desired 10 second wait before turning on the pump is done by adding a line to program 1: program 1 If Status level sensor is ON Then Wait 10 minutes Then Turn on pump That works because the status of the level sensor will remain at ON during the time that the program is waiting 10 minutes before continuing and turning on the pump. Adding a wait like that is a good practise, it adds hysterisis to the control system, preventing short run cycles of the pump.
  4. When your program has a Wait statement, make sure it's triggered by a static condition, like a status change. Looking for control events ("is switched on") won't work because it doesn't remain true other than the first time it's detected. One effect is that if the detector turns off before the 10 minutes is up, then the pump won't turn on at all, which is what you might be wanting here.
  5. Guy Lavoie replied to Techman's topic in eisy
    In fact, you can't "restore" to a previous version. Backups are of your devices and program information.
  6. Rebooting the eisy will usually resolve this issue. You might need to redo the module linking. Check first. The last (bottom) option is usually to remove existing links. If you cannot successfully link it to your eisy, you might need to factory reset the switch first. In that case, also recreate the direct link with the mini controller, though I'd use a scene would be better.
  7. I've never done upgrades from within eisy-ui but that's likely how you would do them, yes.
  8. The best one stop shop for version numbers is in eisy-ui. Set your browser to http://<eisy ip address> This should bring up a black login screen, where you enter your UDI account information. Once in, click on the three little lines at the top left, and then choose "System". You'll see all your version numbers.
  9. Use a variable and two programs. Like this: If event trigger is True Then Variable = 1 If Variable = 1 Then first thing Wait x Then second thing Wait x .... Then Variable = 0
  10. @IndyMike That would work for sending option changes, but not for a PLM replacement, since the motion detector would be sending it's on/off events to the old PLM Insteon address, and doesn't know about my new one yet.
  11. Yes, two antennas: zigbee and zwave. The dongle isn't used for Matter, well not yet. If it does eventually, it would likely eliminate the need for a border router for Thread devices.
  12. Update: I went ahead and replaced my PLM. Another thing I noticed a few days ago is that it was unreliable at sending X10 commands. I only have a couple of X10 devices, but one important one is sending a command to my Ocelot, to trigger an automation routine involving transmitting IR commands. Replacing the PLM is a pain because I have about two dozen battery powered devices (motion detectors, leak and open/close sensors), so I have to go to each one, put it in linking mode, and tap on "write changes" for that device in UD Mobile. Ugh. I then took the bad PLM and installed it in place of the usual one on one of my test Polisys, and tested turning an X10 appliance on and off. It works, but with varying delays, up to 8 or 10 seconds. I saw retries on the Elk ESM1 meter. Put back the usual PLM and X10 commands are very consistent. So trying out sending X10 commands might be another test to add for a suspected bad PLM. We all have a few old X10 modules in a box somewhere!
  13. I don't think you can "learn in" an existing PLM. Part of the module linking process is to learn the module type and create the appropriate node(s).
  14. Yes, I'll wait, to see if this was just a freak one time occurance. For the link count, are you suggesting that I check if the link count has changed, or just if the link count is getting high? I only have about 340 links.
  15. I had an interesting Insteon hiccup this morning. I first noticed it when my Insteon motion sensors wouldn't trigger programmed actions in the eisy. The troubleshooting steps I took: Used my good ole ELK ESM1 X10 signal strength meter to see Insteon transmissions from the motion sensor. Yup. It's handy for that. Tried activating am Insteon wall switch to see that it wasn't updating it's status in admin console. Event log showed no events either. Tested a 3 way switch, confirmed that the slave switch was activating the one with the load. Could also control switch from admin console. So outgoing Insteon comms and signals between devices was ok. Rebooted the eisy, in case something wasn't working right or stuck with Insteon reception. No change Now focused on the PLM: unplugged it and plugged it back in. No change Alright, launched a "PLM Restore". That fixed it. Sign of a failing PLM? That's my thinking. Opinions, comments? 🙂
  16. That Powerwall thread is the first thing that came to mind too. The powerline noise seems to be backfeeding through the pole transformer.
  17. Guy Lavoie replied to Dr. Q's topic in eisy
    Open a ticket. You'll probaby be sent an image file with instructions to put it on a USB stick and flash the bios or disk image. You'll probably loae whatever data you had on it so take notes first.
  18. To be sure, set the Z-wave support to "On" in Configuration, click on Save, and then reboot your eisy. Once that is done, what happens when you click on the Zwave menu at the top of admin console? Do you get a menu? If yes, click on "Add a Zwave device" and try adding your device. If nothing happens, you might need to do "Remove a Zwave device" first to reset your device, then try adding it.
  19. Guy Lavoie posted a topic in ELK
    I've just installed a Elk M1 and I'm exploring this plugin. Wow, it really has everything! Probably the most complete plugin there is. With my Elk installation still being new, I'm often going back into ELKRP to look at or tweak something. Because there is only one access port on the M1, this means going into polyglot, stopping the plugin, doing what I need in ELKRP, and then starting up the plugin again. Is there a trick or workaround that would simply suspend the plugin temporarily from accessing the M1, from within admin console, which would release the access port until I tell it to resume? It would be handy and quick. If not, would this be a handy feature to add?
  20. Guy Lavoie replied to mmb's topic in eisy
    Also, in case it does go up, take logs of the connections, so you can compare and see what the difference is. Redirect the output to a file that you name with the date every time, such as: netstat -a >march24 Then you'll have files to compare.
  21. Guy Lavoie replied to mmb's topic in eisy
    One diagnostic thing you could try, if you're ok with using ssh, is to monitor socket usage, to see if it creeps up over time. Log into the eisy with ssh and do this: netstat -a | wc -l This gives you a list of active sockets, the output is piped into the wc command, which means "word count", the -l option counts lines. You'll get a number. My eisy is showing me 187 right now. Note the number, and redo this every few days to see if it stays stable or creeps up. Doing just "netstat -a" will show you a list of active connections. the "foreign address" will show who the connection is with.
  22. Guy Lavoie replied to mmb's topic in eisy
    Leaving the admin console open for extended periods (like overnight) can cause similar issues. Make sure that's not the case.
  23. That's interesting. I have a test Polisy running 6.0.5 with a Zigbee smart plug and it's working fine. Maybe it's device specific.
  24. Well I added a Weiser lock using it's PIN code (printed next to the QR code). The node title shows "Door Lock [S2 Access] [S0]"
  25. I would try ignoring it for a day or two. Let the mesh network figure itself out.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.