Jump to content

Javi

Employees
  • Posts

    2002
  • Joined

  • Last visited

Everything posted by Javi

  1. 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.
  2. 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.
  3. 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
  4. 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>
  5. 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.
  6. Thanks @Geddy. The link is all that is needed. Update current release topic to include links to both platforms.
  7. Beta 0.8.9 Added Variable Rename/Delete/Add. Fixed scroll position restoration on favorites folder back press.
  8. Beta 0.8.8 SYNC REQUIRED FOR NEW FEATURES. Added Control Add/Edit/Delete to Program If Conditions. Added Variable Precision Change command.
  9. Beta 0.8.7 Added Favorite Commands view. Favorite Commands can now be edited.
  10. 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.
  11. 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.
  12. 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.
  13. 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
  14. Hi @Stinger Please first try rebooting or power cycling ISY. Then follow instructions, linked below, to clear java cache and download a new version of ISY launcher. https://wiki.universal-devices.com/index.php?title=Main_Page#Installing_the_Admin_Console_Icon_on_Your_Desktop If that does not work please let us know the error message.
  15. Great! Maybe IT has something blocked or DNS record is incorrect? Usually the App's SSL error messages have much more detail so I'm not sure at this point. A browser may give a better error message. Copy the very long Remote URL from the app then append "/WEB/udajax.htm" to get the ISY web interface
  16. It may, The url endpoint will be different for each ISY. Assuming IoP UUID has already been added to ISY Portal, follow the same instructions above and select your device from the list. Then save (sync not required), do you still get an error when pressing "Test System on Remote URL"?
  17. Thanks. Did you enter a custom Remote URL or is it an ISY Portal URL (i.e. starts with https://my.isy.io/)? If the URL was not populated automatically or does not start with https://my.isy.io then click the delete button next to the Portal Account name, then click the Add button in the Portal Account Window, select your portal account, then select the ISY from the list.
  18. Hi @JimboAutomates, Issue should be resolved in Android 0.161 (should be live soon), and iOS 0.8.6 (beta by end of week).
  19. 0.161 Disable click on Command parameter cells when optional param is disabled. Initial Programs/Variable request will no longer overwrite subscription inserted values. 0.160 Fixed CMDP parsing for parameter names with "-". 0.159 Added automatic refresh of Program Edit Fragment on Program Key change. Fixed range for nls cmd values. 0.158 Fixed new Favorite Commands not being shown after command entry. Fixed Favorite Command entry crash when saving null value.
  20. HI @JTsao, There should be no issues running UD Mobile using ISY Portal, no port forwarding or CERTs required. What is the error message when pressing "Test System on Remote URL" under the remote Connection Settings? If the background color of Remote Connection Settings is RED then uncheck "Only Use Local Connection" in Local Connection Settings. If this setting is enabled the app will never use Remote Connection Settings.
  21. Have you tried UD Mobile? It allows for moving and hiding status values. Available on Android, iOS, and M1 Mac.
  22. Hi @JimboAutomates, I understand and know the cause. If the variable changes are updated by the subscription before the initial value is processed the initial value may overwrite the value received from the subscription. If all the values are requested before subscription start it could cause very long delays before node population, so subscription is started first. Added the issue and possible fix to our issue repository. https://github.com/UniversalDevicesInc/UD-Mobile-Android/issues/32
  23. Beta 0.8.5 Added limited program add/edit/create/delete functions. Bug Fixes. *Programs can only be edited when all IF Condition and Then/Else Actions are supported. All programs and program folders can be deleted. Additional Conditions and Actions coming soon. Program/Program-Folder add/edits: Create, Delete, Rename*, change order of If Conditions and Then/Else Actions (long press and drag)* If Conditions add/edits*: Schedule, Parenthesis, Comment Then/Else Action add/edits*: Command, Wait, Comment Production 0.8.4 Removed Portal error message on Home Tab for users without an ISY Portal Account. Production 0.8.3 Fixed app hang when adding ISY to Portal.
  24. Based on your description it appears there is something triggering runThen on the program. The variable did not change (based on timestamp) and the program is true (last evaluation). Programs will evaluate to true if manually runThen and false for manually runElse until something causes a new evaluation. So, if the variable is 0 and the program is true something triggered runThen. This assumes the init value for the variable is also zero. Historically program IDs were limited in ISY994, so they are reused after deleted. If I had to guess I would say there is something triggering runThen on the current program or an old program with the same ID (Alexa, IFTTT, Google ??). Does the behavior continue if you remove the IF condition from this program?
  25. Thanks for verifying!
×
×
  • Create New...