apostolakisl Posted December 14, 2021 Posted December 14, 2021 (edited) @JaviJavi, I wanted some icons on my favorites page that would be a toggle on only button. So I set it up as a command and had it issue the scene on command for that scene. For some reason, it is not turning the scene on as expected. Lights are going to the wrong level. If I go to the scene button itself and turn it on, it works correctly. ?? Also, I get an error "could not get value for node def accepts param id 432. 500" Thanks Edited December 14, 2021 by apostolakisl
Javi Posted December 14, 2021 Posted December 14, 2021 Hi @apostolakisl, Replicated on Android. It appears the app is trying to send commands to each device instead of the scene, does not appear to affect iOS. I'll try to get this fixed in the next update. https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/28 Edit: Commit # 04bfc18. Fixed Favorite Type Commands for Commands with no optional values. Fixed in version 0.116
apostolakisl Posted December 15, 2021 Author Posted December 15, 2021 (edited) 9 hours ago, Javi said: Hi @apostolakisl, Replicated on Android. It appears the app is trying to send commands to each device instead of the scene, does not appear to affect iOS. I'll try to get this fixed in the next update. https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/28 Edit: Commit # 04bfc18. Fixed Favorite Type Commands for Commands with no optional values. Fixed in version 0.116 why does UD Mobile sometimes show a "1" on the app's icon on my android phone. It is like it is telling me there is a notification, but I can't find anywhere to read this notification. Nearest I can tell, it has something to do with a pending update? Edited December 15, 2021 by apostolakisl
Javi Posted December 15, 2021 Posted December 15, 2021 On most Android devices, including Google's Pixel, notifications only show as a dot, so the number must be an addition by the device manufacturer. UD Mobile presents a silent notification until the user specified subscription duration has ended or for 1 minute if not specified. Recently the Android app was changed to allow users the specify the duration of the subscription after closing the app. Android requires developers to notify users with a notification when an app is using resources in the background, most android devices will allow users to ignore notifications based on type. So if this is ignored, and we implement push with a different type ID, push will still be presented. If you do not see the notification, It may have been hidden so check the device settings for the App. On iOS this badge should be removed within a few seconds after closing the app when the app is finished saving state, at some point we hope to have a similar user preference as Android. I've updated our wiki with information on how to change this setting. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Global_Settings 2
apostolakisl Posted December 15, 2021 Author Posted December 15, 2021 @Javi Just installed the update and it looks fixed. Thanks. 2
Recommended Posts