Jump to content

Javi

Employees
  • Posts

    2039
  • Joined

  • Last visited

Everything posted by Javi

  1. Beta 0.167 0.167 Added pause to screen refresh during/after favorites move. Added Widgets as Favorite Type.
  2. Thanks @jwagner010, Updates: The All-On and All-Off commands are depreciated. With regards to widgets, it does not appear to be safe to make these assumptions without causing errors. I think we could allow user specified commands for a given status which would allow widgets for this situation. I've also requested that we reevaluate some of the Z-Wave definitions to for command init.
  3. Hi @SteveT, I'll have to setup a separate instance of xCode to test this, so it could be awhile before time permits. It does not appear UIDocumentPickerViewController.forExporting has changed so likely an iOS bug.
  4. Hi @jwagner010, At a lower level both questions are related to how the device is defined by the ISY. So I'll ask somebody who is more familiar with definition creation to see if we can get a better answer. I have a similar Z-Wave device on a test system, so I assume the definitions are the same. When you press the parameter button (three dots) next to the "On" Command is a percentage range of 0-100 shown or only "0%" and "100%"? With regards to the widgets, they are only available to status values which are linked to a command (i.e. clickable). This device does not appear to have such a link. I suspect the reason is because the Status and On-Command have different ranges, where Status also has an additional unknown value. (Status: Off/On/Unknown or 0/100/101) (Command-On: 0%, 100% or 0/100). I'll have to ask about this and and report back. There is a bug (or "feature" 😊) in the app which shows the toggle indicator on the home/favorites tab for this device. There are no reports of this bug causing issues and it appears to work, so maybe the app can (1) assume the link should exist or (2) allow users to specify the link. Depending on the answers I get, I can make a better judgment on how to proceed with the bug/feature. I suspect @lilyoyo1 is correct about the All-On and All-Off commands, but am not familiar enough to say with any certainty at this point. I'll have to ask about this also.
  5. First be sure both devices have the latest app version. Regarding multiple portal accounts. When clicking Settings (gear icon) on the Notification tab are you presented with a list of portal accounts? If prompted to pick portal account continue, else the other accounts are not linked to your Mobile Device and must be added in settings tab > Portal Accounts. The devices should be added automatically to the list, can you verify if the API keys are the same (the last 4 or 5 characters should be enough to differentiate)? Devices on the same account should have the same API key, Devices on Sub-Accounts or different accounts will have different API Keys. At one point there was a bug which required each user had to click the notification tab at least once before the device was added to Portal, but I think this was fixed. If the API keys were checked on both devices for equality, this should have satisfied this requirement. If this bug still exists please let us know and we will try to find the issue.
  6. Hi @auger66, It should work for all users on the same account, it is tied to the ISY portal account linked to the app. Are the other users sub accounts? All available devices are listed when clicking the settings (gear) icon at the top of the Notifications tab. See the devices section. Edit: This is a newer feature so it's possible there is a bug. Please let us know if devices are not listed and we can work with you to find the issue.
  7. 0.166 Added Favorites Span to Global user preference. Fixed toggle indicator reset on view recycle.
  8. 0.165 Testers: Favorite Object Span is the number of cells a favorite occupies. Default is the default value for the Favorite Type intended for future use with Widgets. See global user preferences to change default span*. Each Favorites folder (or main) can have a different Span value. Span for each folder is determined by highest value. Span values are User Preference or highest individual Span in the folder. Span addition is in preparation for Widgets on Favorites screen. Release Notes: Added Span to Favorite objects. Added default Favorites Span to Global User Preference. Added divider between favorite icon and value when toggle is active. Fixed favorite background color for non-dark theme for some display types. Bug fixes. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Span Edit: * Favorites Span is missing from Global User Preference. Will be fixed in next update.
  9. Beta 0.9.3 Testers: Favorite Object Span is the number of cells a favorite occupies. Default is the default value for the Favorite Type intended for future use with Widgets. See global user preferences to change default span. Each Favorites folder (or main) can have a different Span value. Span for each folder is determined by highest value. Span values are User Preference or highest individual Span in the folder. Span addition is in preparation for Widgets on Favorites screen. Release Notes: Added Span to Favorite objects. Added default Favorites Span to Global User Preference. Added divider between favorite icon and value when toggle is active. Updated dependencies and adjusted app for Xcode 14 https://wiki.universal-devices.com/index.php?title=UD_Mobile#Span Edit: 0.9.4 Fixed Span chevron icon/alignment. New favorites now have Default span.
  10. Not yet. It's about 1-2 days of work as color its part of the Status SQL query. Being that most nodes have status values greater than 0 this is low priority. The custom mapped should work in this case, but understand it's a lot of work for many variables. The color picker will likely come first, after some other items on our list.
  11. 0.9.1 Added Status Only and Increment widget types. Convert scene percentage value command 0 to DOF. Removed Switch widget DON command parameters, fixes scenes and On-Level. Adjusted Insteon UOM 100 and 101 Emap rounding. Fixed Widgets for Programs. Bug fixes.
  12. 0.164 Adjusted Switch view to include value picker. Added Picker Widget. Fixed Widgets for Programs. Bug fixes.
  13. 0.163 Added Increment-Picker Widget. Convert scene DON commands with parameter=0 to DOF command. Removed Switch=true command parameters for DON accepts ID, fixes scenes and On-Level switch values. Adjusted Insteon UOM 100 and 101 Emap rounding.
  14. Thanks for the report, I'll optimize switch (on/off), and slider/picker (0 & 100) for scenes in the next release. Current behavior is the same as a value picker where off is the lowest value and on is the highest value. However due to scenes not supporting percentages the app sends the percentage value to each member. So adjusting at the send percentage command class to send DON for 100 and DOF for 0 should fix all scene widgets for lowest and highest values. I think the same could apply to any command DON for switches as long as DOF is supported.
  15. 0.162 Added Node Dashboard slider and switch widgets. Removed redundant save requirement when clicking add new favorite command. Added notification refresh pause while delete in progress. Fixed init value after value change for editor range picker. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Widgets
  16. Beta 0.9.0 Added Switch and Slider Widgets for Node Dashboard Status values linked to Accepts Command. Fixed Icon color changing in Node Dashboard. Added section definitions to Node Dashboard. Bug Fixes. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Widgets <edit> Removed space above status name in next version. </edit>
  17. Hi @Ross, Our app, UD Mobile, now has push notifications for users with an ISY Portal Account. These can be triggered from Network Resources or from the Notification Node Server. This is a new feature and we hope to have better integration with the Notification Node Server in the future. Downloadable example and video using Network Resources can be found here.
  18. Thanks @Geddy. The link is all that is needed. Update current release topic to include links to both platforms.
  19. Beta 0.8.9 Added Variable Rename/Delete/Add. Fixed scroll position restoration on favorites folder back press.
  20. Beta 0.8.8 SYNC REQUIRED FOR NEW FEATURES. Added Control Add/Edit/Delete to Program If Conditions. Added Variable Precision Change command.
  21. Beta 0.8.7 Added Favorite Commands view. Favorite Commands can now be edited.
  22. I understand, and the person setting up the app for someone else should hide unwanted controls/status. There are parameters that allow node server devs to hide some status values also, however every time this was tested/implemented I get a support issue for missing status or control. So to minimize support issues all values are shown by default, hiding a value is as simple as clicking the edit button, then clicking the hide button. I'm not offended, and it is valid criticism, however there are issues that still need to be worked out before a similar UI can be shown. The main issue is we would have to develop for a specific device with pre-determined parameters. This was easy when it was Insteon only, however with Z-Wave and Node Servers it is difficult to determine what parameters to map to UI widgets. Mobilinc has already filled the use case for development specific to Insteon and most Z-Wave devices, so users with these systems already have a mature option. Mobilinc does not work well with most node servers and some Zwave devices as mappings are inconsistent. Part of the reason UD needed to develop their own app was to allow control of these other nodes. For example thermostats do not all map to the same controls or status ranges, so we would need complex mappings in the app for each and every device by each mfg, this is not ideal and impractical. UD Mobile is being developed to accept and control everything. At some point we plan to have default or selectable UI widgets and allow for custom mapping when the defaults do not work. This will take time and has lower priority to some other items.
  23. There appears to be an issue with the ticket endpoint. Try the following URL until we correct the issue. https://www.universal-devices.com/my-tickets/?wpsc-section=ticket-list Also, try waiting more than 10 minutes before interfering with the upgrade process. I usually do upgrades before lunch and sometimes hear the beep sequence after 15 minutes or more.
  24. Hi @Adolfo, Understood, however for every user who wants a simpler interface there is one who wants more features, micro adjustments, and would prefer to not have to use the desktop Admin Console. So we must have a balance. We will keep your requests in mind as we continue development as we do have other UI improvements on our list. Currently the Favorites Tab is intended as the simpler interface. Adding folders in Favorites allows for groups such as "outdoor" "a/v", ect. which will open to a new favorites window, thus limiting the number of items in the list.
  25. Beta 0.8.6 Added Node Status If Condition to Program add/edit. Added value reset when app swiped from recents. Initial Program/Variable request will no longer overwrite subscription inserted values. Added missing UOM Actions
×
×
  • Create New...