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.

DennisC

Members
  • Joined

  • Last visited

Everything posted by DennisC

  1. Click on the Pencil icon to enter edit mode, followed by selecting the device. In the popup select Configure and then add a mapped value by clicking Add. There are examples in the UDM wiki. From here you can use the current value to change color, display status, icon, or add prefix and sufix. You can add as many as you like.
  2. As long as it is the same platform (ios to ios, android to android), then you make a backup on the device with Favorites and restore it on the other device. If you require specific instructions check the UDM wiki.
  3. If the last time was more than about 6 weeks ago, it is worth trying again. The specific issue you are having was corrected for alot of us by a new start.jnlp after deleting Java cache.
  4. The Command type allows you to create a favorite that when touched can run a programs Then or Else command. This enables you to have a favorite tile that will open or close a garage door, or for that matter, run any program you desire. See below for the description. Command. This Type will allows users to specify any number of Node Commands. Pressing a Favorite of Type Command will execute the defined commands. Favorites of Type Command also allow from an optional Display Node, the display node does not inherit toggle ability. The Display Node does not have to match Command Nodes. See Commands below. Here is a link to the user guide: https://wiki.universal-devices.com/UD_Mobile
  5. While possible to do in the Elk, I generally follow the rule that if it is possible to program in the ISY/eisy, then I program there. I find programming in the UD infrastructure simpler than in the Elk, but the primary reason is to have all of my programming in one location. As for sample programs, there are many options depending on what you want to accomplish. While the programing is simple, if you get stuck with an aspect of what you are trying to accomplish, ask a specific question. Also, if you need to open/close your GDO remotely, take advantage of UD Mobile Command class and create a favorite that toggles the GDO open/close.
  6. When was the last time you cleared Java cache by checking all 3 boxes, then deleting files in Java configuration, and then downloaded a new start.jnlp from UD? Not too long ago, there was a change made that resulted in not found appearing. The correction for this was a new download of an updated start.jnlp.
  7. The newest update listed in the release notes is for v3.10.6?
  8. Looking at the data you posted, you can see the temperature dip and then within 2-3 minutes an increase in temperature. Adding a wait for 2-3 minutes, would prevent the program from triggering until the temperature dip stayed below your trigger temperature for the duration of the wait period. If the temperature increase during the wait period to a point above your trigger point, the If statement will re-evaluate as false, thereby, preventing a notification from being sent. After the wait period, if the temperature is still below your trigger temperature, the program continues to run and your notification will be sent. It's a way of minimizing the freeze warnings until the temperature is below your trigger point for x minutes. While in my example, I used 2-3 minutes, the wait can be any time period you choose. If you waited 5 - 10 minutes, or even 15 minutes, what would be impacted by having a temperature below freezing for a short period of time?
  9. You could try adding a slight delay to your program, say wait 2 or 3 minutes?
  10. No, the issue is with the phone vender throttling certain types of messages. It has been happening to a lot of us for several years. It is the reason we switched to Notification plugin and Pushover. You can not beat the speed and reliability.
  11. I would suggest checking the plugin log to see why the restart. If nothing is obvious it might be time to open a support ticket.
  12. I had this issue on my Polisy and again on eisy. I opened a support ticket and requested a scroll bar be added to admin console. I was told that it would be done but it would take awhile. That was about 10 months ago.
  13. You can not migrate Zwave, instead will need to rebuild your Zwave network.
  14. That would suggest that there is another programming (maybe forgotten?) that is changing the temperature, or is it possible there is a forgotten setpoint in the thermostat? Maybe you should double check the thermostat's just to be sure. Next, use the Find/Replace option in eisy programs (right click on one of your programs with the thermostat device in it) and search for all programs with the device. Finally, run one of the programs, let the setpoint change back, then check the program summary page for a program that just ran. You could also monitor that page while triggering the program to run. Let's see if you find something else triggering the change.
  15. Since there is nothing obvious with what you posted, let's try something, change your If section so it reads as follows: Weekend Thermostat Morning ODT condition - [ID 001A][Parent 0001][Run At Startup] If ( From 8:00:00AM To 11:58:30PM (same day) ) And 'Automation / Outdoor Temp' Temperature < 40.5°F
  16. Have you toggled the use Zwave switch in Configuration tab and then rebooted? Is Zwave menu at top of the admin console?
  17. I think you meant @paulbates
  18. It is not clear from what you wrote, which ZWave dongle did you buy, have you successfully added the dongle, and enabled ZWave in the Configuration tab?
  19. For anyone to provide assistance, we would need to see the programs in question. Right click on the program(s) and select copy to clipboard, then paste the program here. To insure the migration directions were followed, did you confirm the Zwave addresses were correct? If you migrated using UD ZMatter dongle, the device address changes from ZW to ZY prefix. Verify the programs are correct and then resave each program, even if no changes were necessary.
  20. You can keep as many controller's as you like. At GDO, the wires from pushbuttons and controller's are all spliced together. The pushbutton can be dedicated to the GDO, or it can be an actively used button. This method is not dedicated to ELK, the same solution can be used by any ISY ecosystem device by adding an Insteon or Zwave contact closure switch or relay.
  21. Sounds like it might be time to open a UD support ticket.
  22. As a stand alone, the Notification plugin is great for short messages, as is UD Mobile. For longer or customized messages, Pushover shines. Have you seen the instructions page here: https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/blob/master/README.md and here: https://www.jimboautomates.com/pg3-node-servers#h.h1ph1aotljg6
  23. Try factory resetting the device and then add back in.
  24. That is an indication that either the configuration is not correct or the carrier is delaying or blocking the text. It is why a lot of us switched to the plugin. Add a service like Pushover with it and you will be very happy, there are a lot of options available.
  25. On the screen you setup the phone number, doesn't the test button send a test notification?

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.