Jump 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.

Michel Kohanim

Administrators
  • Joined

  • Last visited

Everything posted by Michel Kohanim

  1. Hi LeeG, Thanks so very much for your vote of confidence! With kind regards, Michel
  2. Hello all, I do apologize for the inconvenience. This is the classic case of i2 commands that work for setting properties but not working for data transfer. This is a bug which shall be fixed in the next release. With kind regards, Michel
  3. Hello thruster999, ISY links and device links comparison shows that they are identical. You can ignore the last record. I know it's difficult, but when you get the 01010 icons, do you put your Motion Sensor in programming mode before trying Write pending updates? Also, do you have any programs that try to change the on level/ramp rate for the responders in that scene based on certain conditions (such as time of day)? With kind regards, Michel
  4. Hello Lee, Thanks so very much for the clarification. I was totally wrong: program execution does not go through message handlers which impose the 3 retry rule. On the other hand, anything that has to do with database write/read is retried 3 times. I am so very sorry for the confusion. With kind regards, Michel
  5. Hello sanders2222, You can ignore UDSockets error; they basically mean that ISY is busy doing something holding up the HTTP task. When you do any type writing to devices (restore, link, writing pending updates) that might take a long time, ONE or more of HTTP tasks are held up till the process is finished. The warnings in the log can be ignored. porscheguy, If you cannot communicate with a devices, there are multiple cases one of which is signal not reaching destination. It's very difficult to figure out why you are having the errors without having the logs for each error and see exactly what transpired. To answer your questions: 1. ISY retries 3 times sending the same command 2. The number of native INSTEON retries is NOT captured in the Event Viewer 3. Above and beyond retrying, ISY does not do anything to resolve communication errors With kind regards, Michel
  6. Hi Peter, We'll do our best but currently all our efforts are focused on ELK. With kind regards, Michel
  7. andyf0, LeeG is right on ... if you want your programs to complete without interruption, then it's best to call another program without a condition. RLIKWARTZ, You might want to check the schedule grace period. Once you hit Wait and if the current time +/- grace period does not evaluate to true, then your program stops. Or, instead of using Dawn, use From/To (i.e from Dawn to Dawn + 1 hour). With kind regards, Michel
  8. Hi Clarence, No ZWave planned ... With kind regards, Michel
  9. Hi Clarence, 992i was a limited production run with external Zigbee SEP module to communicate with SmartGrid meters. 994i is similar to 992 but it has an expansion slot for the Zigbee module. We have two Zigbee modules: 1. SEP to communicate with Smart Grid meters. We cannot sell this module without going through your utility 2. Zigbee PRO which can now communicate with Brultech meters We do not have any Zigbee version that work with HVAC systems; Zigbee is NOT interoperable unless all devices are using the same profile. In short, based on what I hear from you, I do not think any of these devices would meet your requirements. With kind regards, Michel
  10. Hello porscheguy, Actually that would not be a good idea since, in case of extreme communications problems, your system is going to go into an infinite loop keep trying to rectify it. Although we cannot prevent this scenario, but I strongly recommend limiting the actions to a notification. With kind regards, Michel
  11. Hello all, Release 3.1.2 (Beta) is now available at: http://forum.universal-devices.com/viewtopic.php?t=6194 With kind regards, Michel
  12. Hello all, Release 3.1.2 (Beta) is now available at: http://forum.universal-devices.com/viewtopic.php?t=6194 With kind regards, Michel
  13. Hello all, I am happy to announce the availability of our 3.1.2 release! For a list of changes, please take a look at this post: viewtopic.php?t=6015 Things to test: Variables! i2 commands For a discussion of variables, please look at the new Program Variables forum viewforum.php?f=68 Notes: 1. ISY-26 is no longer included in the firmware builds 2. Due to the sensitive nature of supporting MorningLinc, users now must agree to terms and conditions upon Admin Console start up otherwise the dialog keeps popping up every time the Admin Console is started 3. IMPORTANT If you have already installed a self signed certificate and your current firmware is 2.7.10 and below, you must reinstall a new one before the upgrade: http://www.universal-devices.com/mwiki/ ... rtificates Instructions: 1. Please backup your ISY (File | Backup ISY) 2. Please download the firmware for your platform - please do not unzip ISY 99i Series: http://www.universal-devices.com/update ... _3.1.2.zip OR 992i Series: http://www.universal-devices.com/update ... _3.1.2.zip OR 994i Series: http://www.universal-devices.com/update ... _3.1.2.zip 3. Important Due to invalid Java certificate chain in releases 2.8.5 and above, please make sure to remove all Universal Devices certificates from Java: a. Close all browser sessions b. Open Java Control Panel (Java Preferences on MAC) c. Click on the Security tab. Remove all Universal Devices certificates (on MAC, click on the '-' button at the bottom) e. Clear your Java Cache ( http://www.universal-devices.com/mwiki/ ... Java_Cache ) 4. Login to the Admin Console and choose Help | Manually Upgrade [the name of your system] 5. Choose the file saved in step 2 MAC users: if upgrade fails, please add https://your.isy.ip.address to ISY Finder (see 3f above) 6. After the upgrade, ISY reboots. Please do ensure to clear your Java Cache: http://www.universal-devices.com/mwiki/ ... Java_Cache 7. IMPORTANT Once upgrade is completed and ISY reboots, use any of the following methods to access your ISY's Admin Console: a. http://isy/admin - applet (Windows only) b. http://isy/admin.jnlp - Java application (Windows only) c. http://your.isy.ip.address/admin - applet d. http://your.isy.ip.address/admin.jnlp - Java application e. http://www.universal-devices.com/99i/3.1.2 - applet f. http://www.universal-devices.com/99i/3.1.2/admin.jnlp - Java application Thanks and with kind regards, Michel
  14. Hello porscheguy, -2 means device communication error. UNKNOWN means ISY received a message from a device with an unknown address. Subsequent to the Unknown, there's another -2 for your EZIO ... Yes, we are sizing this requirement and hopefully we can included it in a future build. With kind regards, Michel
  15. Hello ELA, Thanks so very much. This is so very mysterious! Do you also have problems with notifications? If you have not tested yet, please try DHCP again and do a Test notification. I just want to figure out if the problem is with DNS resolution or just that NTP address. With kind regards, Michel
  16. Hello Brian, Thanks so very much. Next time this happens, would you be kind enough to remove the thermostat dongle and see whether or not the problem goes away? Thanks and with kind regards, Michel
  17. Hello ELA, Thanks so very much for the update. May I trouble you to retry DHCP one more time? This time, please do the following: 1. Go to Admin Console 2. Configuration | System | Network section 3. Check the DHCP checkbox 4. Save Thanks and with kind regards, Michel
  18. Hello porscheguy, I'll see what we can do to support this feature. With kind regards, Michel
  19. Hello ergodic, Thanks so very much. This seems to be related to the 64 bit version of IE and FireFox when used with Java plugin. Please continue using the application (/99i/admin.jnlp) which searches and finds your ISY on the network. For remote access, use the application, click on the Add button, and then add the URL for your ISY. With kind regards, Michel
  20. Hello porscheguy, Unfortunately not yet. With kind regards, Michel
  21. Hello ergodic, Wow, this is something I had not seen since JRE 1.5 (4 years ago). This is surely a Java bug and it seems that there's an object without an allocated memory. What happens if you use the application (instead of the applet): http://www.universal-devices.com/99i/admin.jnlp ? With kind regards, Michel
  22. Hi ELA, Thanks so very much. And it fails with DHCP, correct (i.e. you have DHCP checked in Configuration | System | Network)? With kind regards, Michel
  23. Hello lapolonyc, Which issue? You cannot access your ISY? With kind regards, Michel
  24. Hello smm6321, Please try reseating the SD Card and retry. Are you connecting your Hyperterminal to Port B? Please do not do a factory reset! With kind regards, Michel
  25. Hello Orest, Unfortunately there's no way for ISY to know that the PLM has been power cycled. In Configuration | System tab, there's an option called Query at restart. If this is checked, every time ISY reboots, it queries all devices. With kind regards, Michel

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.