Jump to content

Javi

Employees
  • Posts

    1990
  • Joined

  • Last visited

Everything posted by Javi

  1. Hi @sjenkins, Added request to our issue tracker https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/64
  2. Chris may be able to give you a better answer, but I do not believe it will trigger. The reason being that UOM is stored in the program. If ISY were looking only at the integer value there would be no reason to store the UOM.
  3. 0.156 Fixed back button for favorites folder on tab change. Fixed PG3 system changed after connection to a different system. Subscription/Connection errors are now shown on Home Tab instead of notification. Fixed Program status crash when sync required. Added System status to home tab.
  4. Not yet, hopefully within 48 hours.
  5. Should now be active in the production store.
  6. Formatted Value, icon, color, suffix, prefix can be adjusted using Customizations. See: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Customizations Specifically: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Formatted_Value
  7. Thanks @DaveStLou, 0.156 Fixed back button for favorites folder on tab change.
  8. Very unlikely ISY is causing the failure. I currently run 2 ISY994s and 2 Polisys with PLMs at the same location. I've had PLMs fail within a few months and others which are still working after 6 years. Being a developer I often need to test difference between firmware and the PLM makes this easier. Insteon saves links in the PLM, so all I need to due is move the PLM to an empty ISY, install new firmware and install backup, then I'm back up and running without any linking. Because the links are at the PLM level I can now swap the PLM between the two ISYs to test any discrepancies between firmware versions. This to say the same PLM for my main production system has been attached to all ISYs but has not failed in 6 years (did fail twice before) but I've lost other PLMs which are connected to my small test network. The test network is run on the same ISYs after my production system is moved to the newest firmware.
  9. Looking into the issue.
  10. Production 0.155 Added notification creation time. Added notification swipe to delete. Added notification delete all. Allow acknowledgement of additional notifications while waiting for server response. 0.154 Added notification sounds. 0.151 - 0.153 Added notification channels for notification sound resources.
  11. UD Mobile requires firmware 5.0.16 or greater. If you are on a 4.x firmware, the upgrade must be done manually. If your ISY is linked to an ISY Portal Account follow prompts to link your account, press save at the top of the page, select yes when prompted for synchronization. If you do not have an ISY portal account and would like local only access go to the Local Connection Settings section (below Remote Connection Settings), click the search icon next to the Local IP Address, select IP Address (there will be only one if you only have one ISY), add your username and password, press the test connection button at the bottom of local connection settings. If connection is successful, press save at the top of the page, select yes when prompted for synchronization.
  12. Using the Admin Console from a remote location requires the Admin Console Java program. https://wiki.universal-devices.com/index.php?title=ISY_Portal_Admin_Console
  13. Version 2022.07.01 Removed unused UI import, fixes crash on install.
  14. Version 2022.07.01 Fixed defined Custom Parameters not populating on install.
  15. The web interface is limited and does not have admin/polyglot features. Admin Console can be launched with Portal credentials and URL.
  16. Should be fixed in version 2022.07.01
  17. Invalid chars use "{}" not this "()". Copy the resource body I posted and it should work.
  18. This is only substituted when sent. Update -> Save (single resource) -> Save (all resources) -> Click the name of the resource -> Test
  19. Looks correct, you can test the network resource and see the result.
  20. This is possible with both network resources or using a Node Server. Both options require Admin Console setup as this has not yet been added to mobile UI. EDIT: Added instructions to our wiki here: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Variable_Substitution Network Resources: Network resource variable evaluation is on a seperate thread and is evaluate when run. So if this is triggered by a program and the variable changes before evaluation the new value will be shown. This is not the case when using the Node Server https://wiki.universal-devices.com/index.php?title=ISY-994i_Series:EMail_and_Networking_Substitution_Variables title=My Test Title&body=My Test Body ${sys.time} Node Server: Node Server developers can use the subject line of the current Notification framework. The Notification Node Server recently added UD Mobile notifications with this parameter. See the following post for an example. The notification node server allows users to use the Notification Subject Line. This is evaluated during program run so does not have the same issues as network resources.
  21. Added issue: https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/62
  22. Thanks, replicated. Python may not be configured for Tk
  23. Beta: 0.8.2 Added notification time created parameter. Resort notification list. Added delete all notifications. Removed deleted notifications while waiting for server response. Fixed view size for empty view subtext. Added delete device function. Fixed test notification sending to all devices.
  24. On android the sound file name (xxx.wav) is used as the notification channel ID, the name of the channel is the sound file without the .wav suffix. On iOS this is the actual sound file which is played. Due to the differences in platforms this scheme appeared to work the best for both platforms.
  25. Nice find! I may have disabled the notification channel settings while testing for Android Auto. So, I'll have to go back and test this.
×
×
  • Create New...