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 John, Control is unlike status and it requires a lot of care to be used in conditional/event based logic. What you suggest will also include DIM/BRT/FAST ON/OFF and all other controls and that's not what the intent of your program is. With kind regards, Michel
  2. Hello all, Please note that although we added support for it based on the developer's guide, we could not test anything except the test button. In short, we have never ever seen any of the commands (just like the Leak Sensor/Heartbeat). As such: 1. Please do keep us abreast of whatever you find 2. Do not assume that this works With kind regards, Michel
  3. Hi Kate, How old is your unit? With kind regards, Michel
  4. Hi Xathros, thank you. Hi LeeG, thanks so very much. I do agree with you and we have to keep consistent with the underlying protocol. With kind regards, Michel
  5. Hi Kate, Risky referred to formatting your original SD Card. Apologies for the confusion. With kind regards, Michel
  6. Hi Kate, Shortcut is a bug with Java 1.7 not being able to show .png icons. Workaround Courtesy of Xathros: 1) Open Java preferences and clear the cache (Including applications) 2) Connect to the website and download admin.jnlp: http://www.universal-devices.com/99i/admin.jnlp (Save this to the applications folder or desktop) 3) Double click the admin.jnlp from step 2 (inside applications folder). This will download the applet into Java cache, complain about not being able to create a shortcut, the run normally. Then, all you need to do is to create an alias in the application folder and put on your desktop or open directly from the applications folder. With kind regards, Michel
  7. Hi LeeG, I totally agree with you. At the moment, making an automated link is going to be a little problematic. I think we should agree that the unit has to be removed and then added back. The only remaining question is: can we assume Wet = On and Dry = Off. Does anyone have any problems with this? With kind regards, Michel
  8. Hi again, Yes, you may but it's quite risky. With kind regards, Michel
  9. Hello again, I am so very sorry to hear. In the Adapter there's a little microSD Card. You are correct, ISY supports up to 16GB only. If you wish, you can send your mailing address to support@universal-devices.com and we'll send you one. With kind regards, Michel
  10. Hello Kentinada, I am so very sorry to hear. Flashing red error light means file system error. If you have a new SD Card, please try the following: http://wiki.universal-devices.com/index ... an_SD_Card Please do NOT format your original SD Card since we might need it only because your last backup failed. If you are still having problems, please do let us know. With kind regards, Michel
  11. Hello db2ace2, Indeed quite strange. Can you please copy to clipboard your program for which you had this issue and paste here? With kind regards, Michel
  12. Hi someguy, This must be much more than frustrating; this is horrendous. Is it possible to plug your PLM to a different outlet? Also, do you mind sending me an email (support@universal-devices.com) so that I can forward to our reps at SmartHome. We will have to find the root cause and I am sure SmartHome would certainly want to know what's going on. With kind regards, Michel
  13. Hi LeeG, Thanks so very much for the clarification. I think that's what we have already implemented. Based on the documentation: To address: 0x00 0x00 0x04 Mode: Broadcast cmd: 0x11 = dry; 0x13 = Wet param: 0x04 And, this is what we have in our code: if (cmd == LIGHT_ON_INSTEON_COMMAND) { if (param == 0x01 || param == 0x04) { //Dry Set Dry Node to 255 Set Wet Node to 0 } else if (param == 0x02) { //Wet Set Wet Node to 255 Set Dry Node to 0 } } else if (param == LIGHT_OFF_INSTEON_COMMAND) { if (param == 0x04) { //Wet Set Wet Node to 255 Set Dry Node to 0 } } [/code] In short, I think all we need to do is to add group 0x04 as responder in PLM & controller in Leak Sensor and everything else should work as is. The main question becomes support. At the moment - and even though we might not have room in 99 - I think having a heartbeat node would be much easier for users. But, at the same time - and unlike the Wet/Dry nodes, the heartbeat node has both states combined into one. A little bit convoluted. What do you think? With kind regards, Michel
  14. Hi LeeG, Reviewing your comments since we have just started the surgery. I need more clarification on this statement: Thanks as always. With kind regards, Michel
  15. Hi someguy, This is VERY abnormal and something we have never ever had reported before. How new is your PLM? What's the firmware version on it (Tools | Diagnostics | PLM Info/Status)? With kind regards, Michel
  16. Hello kedmund, Please do be kind enough to clear your Java cache (System Preferences | Java | Settings) and then go to http://www.universal-devices.com/99i/admin.jnlp . With kind regards, Michel
  17. Hi Guys, That's not normal. Can you please let me know what's your firmware version? With kind regards, MIchel
  18. Thank you both. Time to get working on this change. With kind regards, Michel
  19. Hi someguy, What's the frequency of PLMs dying? With kind regards, Michel
  20. Hi LeeG, You are 100% correct. I never thought it through. So, we should add another node called Heartbeat that status of which is never changed but we would receive Control. i.e. we always get ON command for the heartbeat so the status never changes. Does everyone agree? With kind regards, Michel
  21. Hi LeeG, Thanks so very much for the clarification. My main question now is whether or not we need to have a 3rd node for group 4 + an additional control called heartbeat. At the moment, I am thinking that we do not need the 3rd node but that we send a DON for group 1 every time we get a heartbeat. Your thoughts? With kind regards, Michel
  22. Hi Mark, Unfortunately ISY does not do multi-zone calculations. There are a few things about the irrigation module that you should know: 1. The amount of water applied per cycle is 100% up to you. If you wish, you can make that a very small number so that the program is called multiple times to water 2. Actual Water applied is dependent on absorption factor ... since you have 10s of different zones, I am not sure how this would work With kind regards, Michel
  23. Hi LeeG, Thanks so very much for the detailed explanation. It seems that we will have to add group 4 for heartbeat. There's just no way out of it as I can see it now. With kind regards, Michel
  24. Hi Simonw So far so good! Request to have your modules transferred You need the PLM without which you cannot do anything. I am not sure what this means. What you need to do is to unplug your 99, plug the PLM into your 994, and then plug your 994 into power. YES. Without the PLM, ISY is in Safe Mode and thus you are not going to see any of your variables/programs.
  25. Hi Brian, All those errors are related to ISY not being able to contact the server. You might want to try a different NTP server. For a list of available ones from NIST, take a look at here: http://tf.nist.gov/tf-cgi/servers.cgi 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.