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. Javi replied to BamBamF16's topic in UD Mobile
    Hi @bambamf16, It does involve extra work, however database queries are much faster with a native implementation. The app supports any number of ISY simultaneously and we would like to keep speeds as fast as possible.
  2. Javi replied to KenUD2's topic in UD Mobile
    Hi @KenUD2, I have sent you a private message. Please email me directly. Regards, Javier
  3. Javi replied to BamBamF16's topic in UD Mobile
    Hi @bambamf16, We are currently developing native apps for both Android and iOS. Regards, Javier
  4. Hi @DVaslow, I have sent you a Private Message. Please email me directly so we can resolve this issue. Regards, Javier
  5. Javi replied to alambertus's topic in UD Mobile
    Hi @alambertus, We pushed an update to fix visibility of Portal Credentials. Please let do let me know if you are able to login once updated. Regards, Javier
  6. Hi All, UD Mobile is now available on the Amazon App Store for the following devices. Older devices are not supported as Android Version is less than 23. Fire 7 (2019) - KFMUWI Fire HD 10 (2019) - KFMAWI Fire HD 8 (2018) - KFKAWI Fire HD 8 (2020) - KFONWI https://www.amazon.com/gp/product/B08SKT5NM8
  7. Hi @TexMike, Layout issue will be fixed in the next release, thank you. Currently there is only a manual backup. If you have a cloud provider, such as Google Drive, properly linked to the device the same backup activity should allow backup to the cloud provider by selecting the menu on the top left. A note to anyone trying to import a backup: We have not implemented a direct method for new installs and the app will prompt for a login. To import on a new install save an empty System by adding a name, then save, then selecting cancel when prompted to sync. This will stop the login prompt and allow import of a previous backup
  8. Hi Dennis, Icon search will be implemented at some point in the future, at this time I can only provide a screen shot from the IDE. Spaces between icons indicates they are in a different subfolder.
  9. Hi All, Version 0.41 (alpha) This release includes data backup and security enhancements . ISY Portal connections will now use oAuth which will remove the need to store usernames and passwords. This will be automatic for new installs, testers please enable portal connection in settings>systems. We are looking for a small group of alpha testers to help avoid some of the issues we experienced during the initial release. If you were a part of the Go2ISY testing group please click the following opt-in link to join alpha. If you would like to join alpha testing please send me a PM with the email address used for Google Play. If joining the alpha test group please backup UD Mobile in this release. Only join the alpha test group with the understanding that restoring to a previous backup may be needed if we encounter a major issue during testing. Opt-in: https://play.google.com/apps/testing/com.universaldevices.udmobile
  10. Javi replied to TechnoV's topic in UD Mobile
    Hi @TexMike, Our current focus is to achieve public release of both Android and iOS apps which allow control of all nodes, specifically all node servers, as this is missing from apps offered by our third-party partners. As time permits, we will add additional features, admin (console) controls, and ISY Portal controls. UD Mobile and Go2ISY are similar but separate apps which are incompatible. Go2ISY was being built in my free time before I joined the UD Team, and was in closed internal testing. I have asked all Go2ISY testers to move over to UD Mobile if their firmware allows as UD Mobile has surpassed most of the Go2ISY features. UD Mobile on Android supports firmware > 5.0.16, UD Mobile for iOS will support firmware > 5.3.x (may be adjusted), Go2ISY supported firmware 4.x and 5.x. I am keeping Go2ISY in its current state for internal testing for testers who are on firmware 4.x. I’ll try to get database export into testing soon, so customizations can be saved/transferred.
  11. Javi replied to TechnoV's topic in UD Mobile
    At his time only in favorites.
  12. Hi @breischaft, have you tried resetting the lock?
  13. Javi replied to TechnoV's topic in UD Mobile
    As of this release it is not possible, but this is high on the list.
  14. Javi replied to TechnoV's topic in UD Mobile
    Hi @TechnoV, UD Mobile and Go2ISY favorites function differently. If you long click and release a favorite name without changing position it will allow for editing when released. See attached video showing changing an icon, Using the kitchen lights scene as a folder so light status will be visible/controllable, then adding kitchen appliances into the folder.
  15. Hi @DennisC, As time permits more features will be added, however I do not have time frames.
  16. Hi @carealtor, Have you submitted an issue? We had a few major bugs with the first release to testers. ISY's without the Z-Wave feature were all affected. It's now very obvious we had no testers without the Z-Wave feature in alpha. Also a few node servers were causing issues, the app is built so node server DEVs can sync and find errors with their node server files before released to users. With this in mind a few node server errors may be presented to the user if they have not been fixed. I'm awaiting feedback from some users who reported issues, most who have responded have reported their issue as resolved by version 0.29. Please submit issues here: https://github.com/UniversalDevicesInc/UD-Mobile-Android Thanks
  17. Hi @vbphil, The minimum sdk supported is 23 (Android 6.0) released in 2015.
  18. Javi replied to Pster's topic in UD Portal
    Hi @jfai, Thanks for testing. You are correct that the scenes On and Fast On perform the same function. The ISY does not have an Status Controls for scenes. Status to percentage is executed on each device in app and not the scene. I see you have already opened an Issue so will update there. Thanks to everyone for testing!
  19. Working on my end
  20. The battery voltage program is woking over here. I did reboot my ISY just in case. Thanks!
  21. Maybe the above is not true as when the prec of the variable is set to match the prec of the value it will now work as desired
  22. @Jimbo , I think you are on to something. This appears to be the behavior in other nodeServers as well as the following will always be true also. NodeDef <st id="GV16" editor="UV"/> Editor <editor id="UV"> <range uom="71" min="0" max="15" prec="1"/> </editor> Variable Test - [ID 0084][Parent 000F] If 'WeatherBit Weather' UV Index is not '$Int_test UV Index' Then Set 'Devices / Basement / Basement Computer Room Lights' Beep $Int_test = 'WeatherBit Weather' UV Index UV Index Else - No Actions - (To add one, press 'Action')
  23. The value is numerical but raw. I believe "a.bcd" would be equal to "abcd". That said it appears you are correct that the voltage does not update its value to a variable so there may be an issue with the nodeServer or this may not be a comparable type. Maybe @Jimbo will know. "Battery level" appears to work so this may be a work around until the Voltage issue can be resolved. Jimbo, is it possible that this does not work because there is no "prec" declared in the Editor?
  24. @briantreese are you using the url to isy? Also be sure the username an password are not wrapped with a new line char, local connection to the ISY will accept requests with some mistakes but the portal will not.
  25. Thanks! I have spent too much time on this issue, funny how my.isy.io worked but when adding the isyKey it would fail. The malformed /reportURL must have been a copy paste error. Fixing the SOAPAction worked! Passing the isyKey in the Header also works.

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.