Jump to content

Javi

Employees
  • Posts

    2033
  • Joined

  • Last visited

Everything posted by Javi

  1. Yes, on Pixel which has a November 5th update. Also none of my other devices are missing the setting.
  2. Javi

    UD Mobile Error

    Hi @DennisC, I just uploaded version 0.174 trying to fix this issue. I have not seen the error on my test device in the last 12 hours with this version. We are updating the app's oAuth classes which caused the error. Swiping app from recents then re entering removes the error. Unfortunately this error was "null", so I've added codes in case it appears again. Please let me know if a similar issue is encountered after update. Not sure how I caught a non existent error 🤪
  3. Under DND > App Notifications when I click ADD then select UD Mobile I'm shown the Notifications Channels to allow. I read on a few forums that Samsung and OnePlus have DND missing at the same locations you describe, unfortunately the user/system controls these settings so the app can not make changes only push users to the settings page.
  4. Does it work from Settings > Sound & Vibration > Do not Disturb > Apps, then add UD Mobile
  5. Yes, that is where is should be. It is an OS level setting. Is there multiple profiles or users on this device? Edit: Does it work from Settings > Sound & Vibration > Do not Disturb > Apps, then add UD Mobile
  6. Can you click the name (or bell icon) of the Notification Channel? I did a quick search and It appears some devices will not show this option for a managed profile (i.e. work profile). Is the device using the main profile?
  7. I would not put it past Samsung to remove features as a feature 😁 . Are Notification Channels listed under Device Settings > Apps > UD Mobile > Notifications ? Also just be sure, is this for UD Mobile or Pushover?
  8. Likely invalid API Key. Did you use the copy button then email to yourself? Verify there is not space before or after the API Key. Verify both the resource and All resources are saved before test.
  9. Javi

    Yolink state

    First "1" should likely be a human readable value instead of an integer. if a power cycle and sync does not change this please notify the node server developer. With regards to the Home Tab, currently "Display Status" is not configurable. I have added the feature request to our issue tracker, however we are over a month out for new features. https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/78 Display Status is configurable on the favorites Tab.
  10. Hi All, Newer Android devices are missing heads up notifications due to a depreciated Intent class (Firebase). Please update to version 0.173 as soon as it's available. Notifications will still be shown on the apps notification tab.
      • 2
      • Like
  11. OK, post is in UD Mobile. Needs to be moved to Google Home https://forum.universal-devices.com/forum/124-google-home/
  12. Added issue: https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/38
  13. Please show the error message
  14. The error shows the ISY is not online in Portal and portal is reachable. The app will retry connections after 3 seconds of an error and continue until a connection is established or app is closed. If portal is partially offline that could be the cause. I believe the next version of the app has a better error message or at least only shows text between <info> tags.
  15. Maybe granted "this time only" or app populated from backup? Android will not give apps SSID unless it has precise location permission.
  16. Hi All, Portal should be back up now. @MWareman and @johnstonf, With regards to local connections first be sure the app has location permission, so be sure app and and global location settings are enabled: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Local_Connections_and_Local_VPN In local connection settings is there a network listed in System Network Relations Window (Settings Tab > Systems > Your System > Local Connection Settings)? If "Always Use Local Connection" is true then app never contacts portal. Can you verify this is true?
  17. Please send me a PM with a copy of the backup file as I don't own devices which accept multiple params for ON. Currently only commands which accept a single parameter are supported with widgets. We may be able to find a work around for multiple params. However we are over a month out for new features due to new hardware releases.
  18. Hi @MWareman, May be awhile before we can get to these due to our new hardware release. Added issue: https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/36 If on Android this is already possible using one of the notification channels. Basically use one of the sounds as your channel and set "Override Do Not Disturb" to true. You can also change the sound if needed in the same Android settings. Long press app Icon > select info ("i" inside circle) > Notifications > Click on one of the sound channels. Added issue: https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/37
  19. Settings Tab > Backup. Issue: https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/77
  20. Hi @tmorse305, If the issue can be replicated after app is swiped from recents, which will clear database queue, it should be easy to fix. Just PM me a copy of the database file. If it can not be replicated, I'll try to see if anything after edits could cause this.
  21. Javi

    iLearn

    They should be in GC format, I have not had time to add parameters for an individual code so please see @apostolakisl great writeup on how to add learned codes as a single device.
  22. Javi

    iLearn

    https://globalcache.zendesk.com/hc/en-us/articles/360026433572-iLearn-Supported-Learners https://globalcache.zendesk.com/hc/en-us/articles/360034920131-iLearn-Learning-Basics For the iTach its next to the power input at the bottom, for iTach flex on the top. It has been sometime since I have used iLearn, but I don't remember it having need for module or connector, I think you might be using the program/setting for thier larger equipment which accepts IR receivers as a module.
  23. It is defined in firmware and on our list to fix. I believe UD Mobile is the first application to use the INIT values as intended so we only noticed the issue when Widgets where implemented. Using INIT values allows Node Server to have the same functionality without UD Mobile hard coding values for each Node Server.
  24. Javi

    iLearn

    I should work, there is a small hole on the device which is the built in learning receiver. Although it may be easier to download the codeset from the GC Control Tower database if available. See this for Control Tower setup:
  25. Hi @mapeter, Will add this to our wiki soon, but having image upload issues. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Missing_Widget A widget requires both a status value and a command linked to a status value. Not all commands are linked to a status value by default, however users may be able to change a command parameter within UD Mobile to allow widgets. Open the Node's Dashboard and locate the status and command which should be linked. In the image below the "Status" value is not clickable, but we want it to be linked to the "On" command. If the command has 3 dots to the right of the command select the 3 dots, if not select the command. Note that the command must accept a range of value (i.e. 0 - 100) to be linked to a status. Click the edit (pencil) icon at the top of the Editor Range Dialog. If the "INIT" (initialize) value is missing click the "INIT" section. Note that if this value is not empty synchronizing UD Mobile will return this value to its default state, if the value is empty the new value will persist during synchronization. Click the Status value which should be linked to the selected command. In the screenshot below the Status value is named "Status". The "INIT" value should now show the selected Status Value. Backout to the Node's Dashboard. The status value is now clickable and will accept Widgets.
×
×
  • Create New...