Jump to content

Javi

Employees
  • Posts

    1990
  • Joined

  • Last visited

Everything posted by Javi

  1. This was removed as we had too many ticket where users hide the controller from themselves. However the most recent version on both Android and iOS now automatically show the default (last selected) controller on the home screen.
  2. Javi

    UD Mobile Bug

    Great, Changed not-equal character to "IS NOT EQUAL TO" text in next version.
  3. Javi

    State variable

    If this is no/null status then it is likely disabled in settings. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Program_And_Variable_Settings
  4. Javi

    UD Mobile Bug

    I cannot replicate, however I notice that the strike through the equals-sign is not easy to see. Which screen has this issue?
  5. Javi

    UD Mobile Bug

    iOS or Android?
  6. This is a bug in the AC, and will be fixed in an upcoming update. If there are missing IDs (in sequential order) in Notification Customizations then only the Customizations before the missing IDs are shown. As a temporary fix add Placeholder Customizations to fill in the missing numbers. When adding a new Customization it should be assigned the lowest possible ID, do this until all missing IDs are added. UD Mobile should work without placeholders.
  7. Thanks for the report, will be fixed in 1.1.67 iOS and 1.1.87 Android.
  8. That's not good...I'll push a fix now to correct the issue. Depending on Apple's review could be a few hours or days until live.
  9. We are in the process of an app rebuild. User Preferences are now on the Home Tab Top Menu
  10. Replicated, will be fixed in iOS 1.1.66 Thanks
  11. The command is sent immediately, however a value update is not received immediately which may appear as sluggish. Showing the estimated new value before receiving a value update is on my list, but no time frame. UDM limited the dropdowns to ~200 values so this makes sense if the thermostat has a precision/step of 0.1. Can you try to change the Step value in the editor to "1.0" instead of "0.1". See the Missing Widget example for instructions to get to the editor https://wiki.universal-devices.com/index.php?title=UD_Mobile#Missing_Widget. If this does not work, or the instructions are not clear enough do to UI changes, please send me a copy of the UDM backup file and I will take a look. Please point me to the location of this node if it is not at root Home Tab or Favorites tab.
  12. I cannot replicate this behavior when using Default view type. I just tested both the Properties "Value" and the Commands "Value" and they work as intended. If using a Slider or Switch this it was limited to 0-100 to mimic a light switch as I did not think users wanted the full negative and positive ranges. Is the Default view working in your case? Is this an issue with another View Type? Setting variable values outside of dashboard currently only works in Favorites. If using the Favorite "Picker" type it should allow manual typed input of any value. This is a bug, I've fixed in the next update. Change to Command then back Command with Dashboard to edit until fix is released. A program is the correct approach as this is both a calculation and a command. UDM only supports commands, as calculation logic should be preserved and executed on eisy. The variable value can still be show as the "Display Node" while the command is the Increment Program. See the custom toggle example https://wiki.universal-devices.com/index.php?title=UD_Mobile#Favorite_Custom_Toggle While this may seem like a simple request it is actually more difficult than it appears on the surface. (1) It is possible the app does not yet have a value for the variable due to latency which will cause the calculation to fail, a longer delay in execution, and/or sending an incorrect value. (2) We try to avoid recreating functionality available in Programs as functionality running in UDM as it creates more possible points of failure, debug logs, etc. (3) If the user does not backup UDM the Program is preserved on eisy, so user will not have to recreate the Program in UDM.
  13. If that was your device, please try version 1.1.86, it may be a few hours before live in the Play Store..assuming the holiday does not delay the app review.
  14. Is your device a "DuraForce PRO 2 With Sapphire Shield" ?
  15. Please provide some additional information. Android or iOS? App Version? Firmware Version? At what point does the app crash? Button press, synchronization, etc.
  16. I think this was done as Plugins did not exist when it was created, so the ML server is likely always checking if status was changed (i.e. a Program) to trigger a notification from the server (i.e THEN/ELSE). Looking for program status change on the server side requires another "Program" in the cloud, resulting in more possible points of failure and extra server cost. UDM eliminated the server side component of creating and triggering notifications so users can do it locally and the triggers would be included in the local backup. It is even possible for developers to create their own version of a Notification Plugin or send Notifications directly from the Plugin. There are a few which are not listed, but can be viewed in Admin Console > Configuration > Emails/Notifications > Customizations, click the Customized Content of the Customization, at the bottom is the Add Variable button.
  17. The Notification Menu option on a Device's Dashboard creates a program. There is no option on the Program's Dashboard as this would create another (notification) Program which monitors the first Program, I don't think this is what is intended. If a program already exists select Edit Program, then in the Then/Else sections add a new Command which trigger a notification from Notification Plugin.
  18. They can be created in the Admin Console or UD Mobile. If following the video UD Mobile automatically creates the Notification Customizations with Variable Substitutions.
  19. The plugin is created by a 3rd party developer. The basic version is free, the paid version has additional features. The plugin works in programs like any other node, so status notifications can be customized as needed. Follow the example in the video then copy/update the program created by UD Mobile to contain your (IF) conditions. P.S. Users can also send push notifications to UDM via Network Resources, however the Plugin is much better.
  20. UD Mobile Notifications Documentation https://youtu.be/t-r1hUeDWjQ https://wiki.universal-devices.com/index.php?title=UD_Mobile#Notifications_Tab
  21. We ran a few tests and cannot replicate. Does this work in another browser or device.
  22. I cannot replicate this behavior, please open a ticket. Include your UUID.
  23. What is your firmware?
  24. Please see the UDM instructions, at the bottom is occupancy setup. Video: Wiki: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Geofencing Occupancy: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Occupancy_v2.0_Node_Server
  25. Sync has not been changed in some time so I'm not sure what would cause this error. Please open a ticket and include UUID and we can run a remote diagnostic. Also include a zipped copy of the UDM backup file so I can investigate the blank page when pressing the home button. The app now automatically shows the last selected (if you have multiple controllers) Controller's Devices and Scenes Folder. There is nothing else to show here as programs/vars/etc are now in the automations tab. If using multiple controllers they can now be switched via dropdown instead of backing out to the list of controllers. The Controller's icon can be changed in the Controller Settings click the menu next to the controller name. Users can also add their own image via the URL option. This should show a list of controllers, please include a zipped copy of the UDM backup in your ticket Programs, Variables, and network resources are now in the Automations Tab. Feedback from users showed most usually open Devices and Scenes if not using Favorites, so this removes a few button clicks. Aside from moving some Home tab items to the Automations Tab, most of the changes are settings moved into menus or dropdowns
×
×
  • Create New...