-
Posts
2018 -
Joined
-
Last visited
Everything posted by Javi
-
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.
-
Not yet, hopefully within 48 hours.
-
Should now be active in the production store.
-
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
- 1 reply
-
- 2
-
-
Thanks @DaveStLou, 0.156 Fixed back button for favorites folder on tab change.
-
Looking into the issue.
-
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.
-
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.
-
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
-
Version 2022.07.01 Removed unused UI import, fixes crash on install.
-
Version 2022.07.01 Fixed defined Custom Parameters not populating on install.
-
The web interface is limited and does not have admin/polyglot features. Admin Console can be launched with Portal credentials and URL.
-
Should be fixed in version 2022.07.01
-
Invalid chars use "{}" not this "()". Copy the resource body I posted and it should work.
-
This is only substituted when sent. Update -> Save (single resource) -> Save (all resources) -> Click the name of the resource -> Test
-
Looks correct, you can test the network resource and see the result.
-
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.
-
Added issue: https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/62
-
Thanks, replicated. Python may not be configured for Tk
-
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.
-
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.
-
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.
-
Delete All is on the list, will add mark-all to list.
-
Will look into this, I think the grouping issue is related to the modifications for Android Auto. Time is added in the next release (parameter was just added this week). Disable what? Yes, To guarantee the fastest delivery of notifications Android requires Notification Channels, which include a sound, to be setup prior to notification receipt. Will add to my list.
-
To send a notification to a group of devices instead of all devices. or Although not included on the wiki you can send a notification to an individual device. The issue with this is when you change phones the device id changes, so you would have to change all the notification to match the new id. If you create a group for your device, when you get a new phone you will just have to add the device to the group instead of changing all notification to match the new id.