Jump to content

Javi

Employees
  • Posts

    2001
  • Joined

  • Last visited

Everything posted by Javi

  1. Favorites launch type for M1 Mac should be fixed in version 0.7.9 which should be released to beta sometime this week. Still looking into SQL in memory database. In memory database backup fixed in 0.7.9.
  2. Thanks, I think our server missing the sound parameter when sending to Firebase , will update as soon as the sound param is added. With regards to sound, I'll see what we can do in the future.
  3. Hi @mbking, Appears to be a bug, will look into this later this week. Hi @hart2hart, When implemented in a Node Server it will use the "Emails/Notifications -> Customizations", so these can be shared between email and push notifications. The destination ("Emails/Notifications -> Settings/Groups") is specific to Email Settings so would require firmware change. We are moving away from modules included in firmware to modules as PG3 Node Servers. Email in firmware causes issues as it requires a firmware update when the CERT expires, so I would not be surprised if this module moved to PG3 for Polisy to allow CERT updates without firmware update requirement. With that said, I can foresee a Node Server which combines Email/Push/Text as a group.
  4. Hi @DennisC, Thanks for the report, should be fixed in 0.150.
  5. Production 0.150 Reset home fragment query to top most query on home tab reselection. Pop fragments on same tab on tab reselection. 0.149 Added Edit lock to notification settings. Bug fixes. 0.148 Updated Navigation Controller, bottom tab click will no longer reset fragment on selected. Added notification shortcut. Added error message for devices which do not support notifications.
  6. Not sure I understand this request, can you give an example. The API is open and can be incorporated into an existing/new Node Server (i.e. Notification Node Server). IoP supports sending existing Admin Console notifications (i.e. email notification) to node servers. This feature will allow notifications to be sent via ISY Programs. The same notification can be sent to other channels (i.e email).
  7. Beta 0.7.8 Added Push Notifications. Notifications can be sent via network resources, PG3 Node Server coming soon. Known issues with badge number due to subscription status using notification. Badge issue will be corrected in a future update. See links below for Network Resource setup: https://wiki.universal-devices.com/index.php?title=UD_Mobile#Notifications_Tab https://forum.universal-devices.com/topic/35626-android-ud-mobile/?do=findComment&comment=341082
  8. It's likely the nodes do not have a "hint", the node server Developer could add "hint" or it can be done manually. However this requires that the node commands definitions conform to the device type command names (such as on (DON), off (DOF), etc.) A work around is using programs or variables.
  9. Hi @Ravi, Welcome to the Universal Devices Forum. Is your issue related to one of our products or services (ISY/Polisy/UD Mobile)?
  10. Thanks @sjenkins, I think the backup file is not saving the most recent changes (in memory database). I've added an issue to our issue tracker. https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/58
  11. Hi @jdm5, Currently there is no search function. I've added your request to our issue tracker. https://github.com/UniversalDevicesInc/UD-Mobile-iOS/issues/57
  12. Very odd indeed. Can you verify un-grouping all stations from the parent node, then re-group stations has been tried?
  13. Version 0.145 has been pushed to production. Thanks to all testers reporting program creation bugs! Beta 0.147 Added Push Notifications. Notifications can be sent via network resources, PG3 Node Server coming soon. Node server will use existing email/notification framework available in ISY Admin Console and UD Mobile, however this feature is only available on IoP (ISY on Polisy). Network Resource method available to all ISY users on 5.x with an ISY Portal Account. These instructions will be added to our Wiki before production release. Network Resource Instructions: Click the new notifications tab in UD Mobile. Click the settings (gear icon) at the top of the notifications tab main screen. If you have linked more than one ISY Portal account (unlikely for most users) you will be prompted to select an ISY Portal Account. The screenshot below shows notification settings. Use the COPY button to copy your API key. If your key is compromised (like posting an image on the forum), the RESET button will invalidate the current API key and return a new key. The Devices section will list all mobile devices linked to the Portal Account. Clicking on a Device will allow users to enable/disable/delete the mobile device, enable/disable device membership in groups, and send test notifications. Add groups by clicking the ADD button next to the group header. Clicking on a group will allow group deletion. The instructions below will send notifications to all Active devices. The "UD Notifications" group can not be deleted from the App and is intended for sending notifications from UD, such as notifying the user when their ISY is no longer communicating with ISY Portal. UD Notifications have not been implemented as of 06/10/22. When a Device is deleted from ISY Portal and has an active UD Mobile installation the device will be re-added automatically. This feature is intended to delete old devices, to exclude a device from receiving notifications please click the device in Notification Settings then disable. The UD Mobile Notification-Tab must be clicked once before the device is available to ISY Portal, so please instruct all family members to click this tab after updating to a version supporting this feature. From the Admin Console Click Configuration-Tab -> Networking-Tab -> Network-Resources-Tab. Then Add a new Network Resource. Protocol: https | POST | Host = my.isy.io | Port = 443 | Path = /api/push/notification/send | Mode = Raw Text Header: Add x-api-key with the value as your API Key copied from UD Mobile. This is a manual entry not available from the dropdown menu. Body: title=message_title&body=message_body where message_title and message_body are replaced by your desired title and body values. Click update then save, then save all network resources. Finally press TEST to send the notification. Sending a notification to a group of devices: Follow instructions above to create a notification From the Notification-Settings in UD Mobile click ADD next to groups and create a new group. Click any device in the Devices section then enable the group for the selected device. Add "groupid=group_name" to the body of the network resource, where group_name is replaced with the group ID. The group ID is in parenthesis next to the group name in UD Mobile. The group name and id may be the same. Save the network resource, then save all network resources, then test.
  14. Beta 0.146 Added Variable Precision change (Sync required). Added create, delete, and rename variable functions.
  15. Beta 0.145 Removed Then/Else from program folders. Added Program edit from home tab. Fixed crash after saving favorite command type. Bug fixes.
  16. Hi @pkelley, The SSL errors shown in UD Mobile is the raw error thrown by iOS's security layer. If your router has a VPN server this may be the easiest self managed option for remote connections. Unfortunately we do not offer support for self managed SSL Certs as it creates too many support tickets. If you have not tried ISY Portal we offer a 30 day trial with a cost of about $1 a month after that time. ISY portal subscription cost is usually less than the cost of a single SSL cert.
  17. UD Mobile subscribes to ISY, so it's possible the subscription request does a query. This would be the same as opening the AC on another PC. The only time UD Mobile requests individual device status is when opening the Node's Dashboard, this is only rest/nodes/nodeId not a query.
  18. Hi @DaveStLou, Nothing has changed. However I just installed tasker and ran a test and it appears tasker is having issues or requires permissions before the intent task is executed. I needed to allow draw over other apps, reboot device, create intent task, backout to main screen, click save (check mark), then go to task and run. I'm not sure which of the steps above fixed the issue but it was likely the permission reboot and saving the task before execution.
  19. Beta 0.144 tldr: Added more program adds/edits, sync required. Bug fixes. Added program rename. Added program move-to-folder. Added UOM 78/79 Unknown value actions (sync required). Added UOM 15 Actions (sync required). Added Status params table and parsing (sync required). Added Program If-Status, If-Control, and Then/Else Wait. Fixed Network Resources for portal inclusion.
  20. Apple has been cracking down on unsecure connections, which explains failed connections on iPhone and not Windows. The links below details some of the CERT requirements for iOS: https://docs.digicert.com/manage-account/configure-private-ssl-certificate-products/ https://support.apple.com/en-us/HT211025
  21. Issue: App does not create Network Resources Node Def when Network Module 21040 is not installed. Portal Module 21075 includes the Network Module, so checks should include both module numbers. Will be fixed in iOS 0.7.8 and Android 0.144. Work around: Until the update is live I believe UD Mobile will still execute the network resource when clicking the icon in the list.
  22. Thanks. Must be a bug in the app, but I can not replicate. Can you please send me a PM with a copy of the UD Mobile backup file (Settings-Tab > Backup).
  23. Thanks, Do you get any errors during synchronization?
  24. Hi @landolfi, Can you please post a screenshot of the error so I can see the screen where the error occurs?
  25. Hi @Rex, Some zwave devices need to be within a couple of feet of the ISY, literally right next to each other, during initial linking. This appears to be the case with many devices which support zwave secure inclusion. Once the devices are next to each other, exclude then include.
×
×
  • Create New...