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.

Javi

Employees
  • Joined

  • Last visited

Everything posted by Javi

  1. Hi @Deane Johnson, I'm the developer of UD Mobile and guarantee the app can not perform a firmware update. The Firmware Update required confirmation dialog does not have a function, only closes the dialog upon acknowledgment. UD does not provide an automatic update of any 5.x firmware for ISY994, not in app or Admin Console. If your ISY is showing 5.3.0 it was shipped with that version or firmware was installed manually. If 5.x firmware was installed manually from the Admin console and your system has a Z-Wave module the firmware is dependent on the Z-Wave module version. Firmware 5.0.16 for 300 series and 5.3.4 for 500 series Z-Wave Module. So at this point if you are 100% sure you have never downloaded and installed you are having another issue. If you did download and install it's possible you installed firmware incompatible with your Z-Wave hardware. Please let us know the zwave module version, see the link below to help identify. Also do you have a backup? If you do and assuming you did not rename the file, what is the file name? This should include firmware and timestamp. https://wiki.universal-devices.com/index.php?title=Z-Wave:_Ordering/Assembly_Instructions
  2. @Deane Johnson, I read your initial post am a little confused as to how the firmware was updated. The 5.x firmware update is a manual update and requires manual intervention by the user. UD Mobile currently does not have the ability update firmware on your behalf. So if you did not update manually your firmware has not changed.
  3. Evaluating self (Program.self) may not work as you intend especially when the program is disabled thus disablening evaluation. I suggest using another condition or variable. Looking at your program I assume if 'Keypad Alert' is On you want to turn it off. So maybe use " If 'Keypad Alert' is not equal to ON" as the If condition. If you desire a true toggle function based on the last toggled value as the condition a variable would be more appropriate using as boolean 0/1. We also have an example on our wiki: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Favorite_Custom_Toggle
  4. Hi @dbwarner5, See https://wiki.universal-devices.com/index.php?title=UD_Mobile#Programs_(My_Programs) for the toggle behavior. Program toggle button function If (program-running){ STOP PROGRAM }else { RUN IF } The reason being (currently) there is only one toggle action button. So for toggle actions the app needs a status, in this case it uses the program running status. As an alternative use Favorites Command Type to specify if/then/else/stop actions on click. This would give you the added ability to set the Variable in your example as the "display status" combining your variable and program into a single tile. I've added this to our issue tracker, although it may be some time before I can change this behavior. The reason being, it was designed this way with an assumption only Similar Nodes (i.e. Insteon Dimmer) would share these command values. As an alternative create a Favorites Folder. Then Favorites Command Type with the desired if/then/else/stop commands.
  5. There was never an intel version only M1. At the time of the quoted comment I had only run compatibility testing, no tests on a real M1. I now have an M1 mac so we can test if there are issues.
  6. Most of the RGB remotes have the same codes.
  7. Beta 1.0.1 Version 1.0.1 is a major change to authentication, onboarding, authentication/connection error catching, and eisy QR code setup. See videos below for instructions on adding a systems to UD Mobile although should guide without needing instructions. This version has a greater focus on ISY portal to help cut down on support tickets. The app will prompt for portal credentials first when setting up a new system. Select "No Thanks" or "Cancel" for local only connections or self managed remote connections. Self managed setup should only be prompted in the System add/edit screen. Account Creation https://youtu.be/doCwAFHiMDw Wi-Fi Setup: https://youtu.be/-0P9uxZ61ik Wired Setup: https://youtu.be/GdKfAVfz2Fk Beta 1.0.2 Fixed program Else actions adding to If Section
  8. Have you tested this? I believe the off (DOF) command is still sent assuming it's supported by the device.
  9. In the last screenshot click the default drop down and you should be able to configure the command when the the ON command is sent to the scene
  10. Please show screenshots with the device in scene highlighted
  11. Thanks @Jimbo.Automates, didn't realize it was message was empty, should have showed invalid credentials. Replicated similar issues on failure. Added issue https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/40 App's Finder Classes were just rebuilt to accommodate onboarding of eisy, so it's the likely issue.
  12. It will be improved in the future. Maybe only granted use once permission. Unlike iOS, Android does not let developers know when this is the case. An Easy test is to click the Wi-Fi network from your screenshot. Then click the populate button on the next screen. If the app can read Wi-Fi networks, it will populate without prompt.
  13. Can you send me a PM with a copy of the Apps Database? And the name or uuid of the system where you are located. I can add it to our diagnostic portal, you would only have to approve from AC, then you or I could remove access after diagnostic.
  14. I would prefer you did not start from scratch, as I could see the same as you with a copy of the app's database and temporary authorization for your account.
  15. Thanks. Before I make that assumption can you verify the issue persists when unchecking only use local connection? Are your systems at different locations? Asking in case the we are troubleshoot connection to a single location or if its an issue with all devices on your your account.
  16. Add http:// before address. This will be caught in the next major update.
  17. OK, but it sounds like a network issue.
  18. Ok, wondering if it's a portal issue. We can test this by only connecting on the local network: Please reconnect Wifi. Go to Settings Tab > System > Your System> Local connection settings. Enter your local credentials and set Only Use local connection to true. Now the app will only connect to the local network
  19. Ok, my best guess is that the systems were disabled in settings, thus requiring sync to populate values.
  20. The color is not set as there is no value so we can leave that. Sync is not needed after restarting. Can you please post a screenshot after you swipe app from recents then re enter without sync?
  21. If the global default span is set to 1 there will be one item per row unless a favorite has a span greater than the default value in the same favorite folder. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Span Some of the default values have a span greater than one for widgets. So if default is 1 widget default is 3 the span for that folder is now 3. I think the behavior you are looking for is default span 1 and widget span 1 (not default).
  22. Unless I'm missing something, no system appears to be disconnected. There would be an error indicator bubble next the the "Home" tab icon if the app is having connection issues. If you are referring to the red circle next to the device, the app is in edit mode. Clicking the edit button at the top of the screen will stop edits. The red circle is to hide the device. Edit: See this image from another user which has errors:
  23. There are many edit functions, which function specifically?
  24. Javi replied to DennisC's topic in UD Mobile
    Thanks for your help @fustesj99 ! Android version 0.175 fixed basic remote credential url.

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.