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.

Geddy

Administrators
  • Joined

  • Last visited

Everything posted by Geddy

  1. @wmcneil I don't have anything like this, but would it be possible to make a program that had a "fade up" then a wait and a "stop fade"? You could time how long it would take to open a certain amount and then set that wait time. Otherwise, would have to hope somebody else has these or other z-wave motor shades to have an idea/option to partially open/close.
  2. Right click on the scene and see if it has "remove from folder" option. I'm not able to log into mine right now to try it, but I think that's an option when an item is nested in a folder. wow...neat ID switch(?)! That's interesting. Is that last line 5116 or 5118? Either way was the 51st week of the year...maybe somebody got "tired" and transposed a number to the label.
  3. Maybe move the scene out of the folder. I'm not sure if that's stopping it or not, but sometimes items inside a folder can't be deleted. I know that goes for using the replace device option. Odd that you have what's printed on the label being a 5, but it added with a 3. I've heard about zeros being Ds or 8s and S being 5, but not 5 to 3. That's due to font issues.
  4. I’m good with this. No issues that I know of. Thanks.
  5. @Techman thanks for posting the update. I checked mine as well. Yesterday it seemed to be fine, but when I checked was also at high 90%. Just rebooted and it came back down to 12-15%, but now creeping up to 30%. The plugins were all disconnected, but then got an alert on UD Mobile that PG3 was starting then refreshed the page and they were all connected and running. @Michel Kohanim I do NOT have multiple partitions on the drive. It's as it was shipped.
  6. @epete what controller are you using and what firmware are you on? Did you update recently? Is the device still shown in the list of devices? Can you control the device from admin console? Can you post your program? Right click on the program and select "COPY to clipboard" then paste it here as TEXT. Don't post a screen shot! Text of the program can be used by others to edit it rather than trying to describe on a picture. Also, it saves a lot of writing if it's a simple edit/change. What's in the scene? Is it really a scene or just a single device? You can change the on value by times. I do that with a dimmer switch directly. It's not a scene.
  7. @jckinneman This might be something that would help UD if you open a support ticket. Especially if this is something that can be duplicated in the Java Admin Console before they move everything into eisy_ui. https://www.universal-devices.com/my-tickets/ Maybe include a link to this thread. Before you open the support ticket can you also run event viewer on level 3 and see if there's anything being generated in there? This might be a case where support for the i3 is almost perfect, but something is off. Glad it seems to be narrowed down to a device situation.
  8. You need to clear the java cache before getting back into it. The error you're getting is indication of that. Be sure you select all 3 boxes in the process. If on Windows look for "Configure Java" -> "Settings" -> "Delete Files"
  9. @jckinneman strange. I wonder if an issue with it being an i3 device. Sorry can't test any of those. What if you tested one program, but making the else the off setting. led-test - [ID ####][Parent ####] If 'Office' Status is not Off Then Set 'Office' Backlight 100% Else Set 'Office' Backlight 0% This is since it's a dimmer if there's any brightness level set then the backlight would be 100%, but when it was off would be 0%. I don't use status often and wonder if that's causing the loop since it's always checking the status. The scene could also be an issue. Do you have any other i3 devices not in scenes to test with?
  10. @Guy Lavoie thanks for clarifying and info.
  11. Based on the release notes, no, this would not apply to the Polisy. I believe I read others saying they tried to update their Polisy and nothing changed for them. https://forum.universal-devices.com/topic/46914-os-144-release-is-now-available/
  12. Here's the last update that seemed to include the Polisy: https://forum.universal-devices.com/topic/46475-updated-software-available/ There is another release out that I do not think will apply to the Polisy. Remember, if you run into issues you can open a support ticket with UD: https://www.universal-devices.com/my-tickets/
  13. @TheA2Z do you have a lot of plugins loaded/running? I don't have much on my system and it's at 33%. You might want to open a support ticket just to be sure it's okay and nothing to worry about. Haven't seen others commenting on the memory being an issue yet. Always good to get it looked over just to be certain. https://www.universal-devices.com/my-tickets/ Sorry...just saw there was indeed another post about memory...
  14. Nice work on the update. Updated tonight in probably ~20 minutes. I wasn't watching it like a hawk, but started the process about just after 5pm and was rebooted and back into the system by 5:40. The web UI is a nice update to have. Looking forward to how it continues to develop. I'll be one (of the few) that will miss the java admin console if/when it's officially not available. It's so reliable. 😉 Nice work UD team!
  15. @jckinneman do you have a program that is turning the backlight ON when the switch is turned on or status on? And that one isn't causing an issue? Be sure to remove the "wait 2 seconds" line too I do not have an i3 device, but on a simple on/off module the program as you have it and as @JimTurner posted works for switched and status. But when I turn the light back on the led (backlight) stays out. I'm not sure if the i3 is acting different and causing the program to run in a loop because it's always seeing the "status" as off. Do you have the device set as an "on/off" switch or is it a dimmer? If it's a dimmer maybe we can edit the program somehow. Also, for future reference, the best way to post a program to the forums is to right click the program and select "COPY to Clipboard" then paste it as text. It helps others edit the program rather than describing on a picture. This worked in my test: led-test - [ID ####][Parent ####] If 'Office' Status is Off Then Set 'Office' Backlight 0% Else Set 'Office' Backlight 100%
  16. Geddy replied to aLf's topic in eisy
    @aLf this situation usually meant your firmware and UI didn't match in admin console. If you haven't updated yet make sure that you match in the help -> about. If you do match then try clearing java cache again (just to be certain), delete any old copies of start.jnlp or admin.jnlp and download a fresh start.jnlp from the UD site (by clicking "My ISY" on the homepage) or downloading the admin.jnlp directly from the device (although start.jnlp option is the preferred/suggested). What computer OS are you using? Make sure that Java is updated (I'm on Win10 and Win11 and see there was a Java update within the last week or so that I just applied to some of my computers). If you do match the firmware and UI and you're still showing those errors then they could have been that way for a very long time and you just didn't notice. As @Techman says the query isn't as necessary as it once might have been, but some still rely on it, especially if you have a lot of battery devices. It used to be a default program in the ISY994 (and perhaps earlier) days. It is not included with new eisy devices. The fix is to set it to query the eisy device (name of device if you've changed it). Usually the device will be near the end of the item list if you try to edit/re-create that program. More than likely the ID it is showing might be your old ISY994 (or Polisy) UUID and that's why that one isn't working because it's not a known address/id for the current system. Does that address match the eisy UUID? More than likely not and it's been that way since you migrated from the old system(s).
  17. As the release notes say if you haven't had the system come back yet please open a support ticket. https://www.universal-devices.com/my-tickets
  18. @jckinneman remove the "write changes" and the wait lines.
  19. Instructions in the wiki: https://wiki.universal-devices.com/ISY_Portal_Transfer_Instructions Be sure to also read this about support to the new owner: https://wiki.universal-devices.com/Main_Page#Selling_Your_House I would suggest completely removing any programs/timers. Your schedule of events might not line up with the new owner. Also, be sure that all switches work even if the eisy isn't installed. If the new buyers have a home inspection part of that would more than likely include testing each switch that it operates as expected and logically turns on items as it should. You don't want something to fail and cause you or the new owner unnecessary expense because it's "automated".
  20. If you're not using z-wave then you should update to the last version released for the ISY994 (5.3.4). https://forum.universal-devices.com/topic/33287-534-isy994-last-release-for-isy994/ Since you're on 4.9 there are huge changes going from 4.x to 5.x. If you've got a "good backup" of when you were on 5.3.4 for a little while you might be able to use that backup to restore once you get the system up to 5.3.4. The only reason to "stop" at 5.0.16C is if you have an older z-wave (series 300?) card and used z-wave. Beyond 5.0.16C the z-wave certification only worked for the series 500 boards. I'm not sure if there were issues if you have the 300 series installed so can't say for sure best option if you do have older z-wave card installed. If you're not using it I might remove it and not worry about z-wave on the ISY994. Especially since you're not using it. Previous releases can be found here: https://forum.universal-devices.com/forum/39-previous-releases/ Although, I don't see any specific releases for 5.0.9. There is a 5.1 release and it even references needing 5.0.9. Though I think that might be outdated instructions. I think you can update to 5.3.4 without issue from where you're at. Just be sure to clear the Java cache and download a new start.jnlp from UD's site before you try to get into admin console again or you'll get a version not matching warning. In the 5.1 thread it seems that if you're using an older admin console version you might just have to close the progress bar manually:
  21. Don't think it's available yet. eisy_ui is still being developed and functions being added when updated. I think you can view programs, but have not tried to execute a program. You can use UD Mobile app to trigger programs. You can also still use admin console to trigger programs (and currently the only way to edit and create new programs).
  22. @SHM close/log out of PG3 and/or eisy_ui. Open admin console and try to remove it from the listing in the plugins there. Menu - Plugins - configure - Range of slot it is installed in - HoneywellHome - "Delete" (button on the bottom) Usually the "unmanaged" means it was installed by PG2 or cloud in the past and when migrated to PG3 it became unmanaged. I've not seen mention of there being issues with it being deleted then showing as unmanaged. I wonder if it's a browser cache issue and if it goes away if you force a refresh of the browser. But, since the "unmanaged" is something from the past I believe the option was to remove it from the listing in admin console. Otherwise, UD is needed to get it cleaned up. If that doesn't work open a support ticket with UD. https://www.universal-devices.com/my-tickets/ NOTE: Configuring or changing plugins from the admin console is not the proper way. This is only suggested as a way to remove the "unmanaged" plugin. The current suggested method to alter plugins is through eisy_ui then the plugins link within that web function. It is no longer advised to try to get to PG3 through the "old"/previous 3000 port address.
  23. @JimTurner would you mind posting a copy of the program that you thought would run? Please select the program, right click on it and select the last menu item "COPY to Clipboard". Then paste the program in your reply. Do NOT post screen shots. This will make it easy for people offering help to edit/comment directly in the program. Do you have 2 programs with the same name? Why does the top line of your image above not have any time associated with it?
  24. Looks like your eisy is not current (shows 6.0.4). I'm on 6.0.5. It might have been a recent update to include that with the portal. Although, word of caution I believe there was some issue with an update and z-wave or zigbee so you might want to look around on the forums for people mentioning that if you use either. I'm not sure what the issue was and if it's been corrected. (Looks like it was z-wave related. Not sure if "resolved". If you use a lot of z-wave I might open a support ticket to see if it's "safe" to update or just get clarification about the prior issue mentioned in another thread (page 2).)
  25. @MarkJames if you log into the UD Portal there is an option in the tools menu for "eisy-ui" that should open up the dashboard that you're looking for. No need to port forward or other really long address like with the admin console.

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.