Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Jimbo.Automates

Members
  • Joined

  • Last visited

Everything posted by Jimbo.Automates

  1. Good catch @brians I didn't think about that possibility, this sounds like an ISY issue that happens when a device definition is modified, so PG updates the device on the ISY which invalidates programs that reference the device. I've talked to @Chris Jahn about this in the past but I'm not sure if we ever resolved it. Was the program yellow, or it would the program just not automatically run, or the program would run but the notification didn't happen? I currently am not using any old user defined short messages any more so I didn't notice this.
  2. Does this happen on sync? Or when you open that node in UD Mobile? Sent from my Pixel 6 Pro using Tapatalk
  3. Yes, probably in a complex cmdp structure I'll send you the nodedef when I get home. Sent from my Pixel 6 Pro using Tapatalk
  4. The version info is stored in PG3 database so need help from @bpwwer Sent from my Pixel 6 Pro using Tapatalk
  5. PG3 ELK node server 3.2.1 released: Release Notes
  6. The $ and { do not count, what counts is what they resolve to. The 16 character limit is on the ELK, nothing I can do about it. For illegal characters like the degree, I though the API I was using already took care of that, but sounds like it's not. I'll put in a fix when I get time, but for now you can add .raw to not get the formatted value.
  7. Those warnings are ok. The doc link I pointed to was showing the settings in an Area Node https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/blob/master/README.md#area-node
  8. I confirmed mine to look correct which I restarted last night. Notification(5) Current Status: Connected Current Version: 3.3.0 [Production] Time Started: Mar 31, 2022, 8:55:19 PM Uptime: 10 Hour(s) 30 Minute(s) 52 Second(s) ELK(4) Current Status: Connected Current Version: 3.2.0 [Production] Time Started: Mar 31, 2022, 8:30:50 PM Uptime: 10 Hour(s) 31 Minute(s) 54 Second(s)
  9. That's odd, both looked correct for me. If you force refresh the browser does that fix it? Sent from my Pixel 6 Pro using Tapatalk
  10. IMPORTANT: This release uses a new feature only available with ISY On Polisy 5.4.2. It should still function on older versions, but there may be issues loading the profile on older versions which may result in programs referencing the service nodes have issues. The Polyglot Version 3 Notification Node server 3.3.4 is released. See the README for more information, including information on moving from PG2. See the Release Notes for more information. Special thank you to @Chris Jahn for adding a needed feature and working out the best way to handle it.
  11. IMPORTANT: This release uses a new feature only available with ISY On Polisy 5.4.2. It should still function on older versions, but there may be issues loading the profile on older versions which will make programs using at least the Area nodes have issues. The Polyglot Version 3 Node server for ELK Security Version 3.2.7 is released. Send messages to keypads! See https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/blob/master/README.md#area-node -> Display Message Special thank you to @Chris Jahn for adding a needed feature and working out the best way to handle it. See the README for more information, including information on moving from PG2. The Release Notes are also available. If you have issues are requests please check PG3 ELK Github issues to see it has already been listed:
  12. They can be yes, with ${sys.program.#.name} and ${sys.node.#.ST) https://wiki.universal-devices.com/index.php?title=ISY-994i_Series:EMail_and_Networking_Substitution_Variables Sent from my Pixel 6 Pro using Tapatalk
  13. Should happen on a restart of the node server. Sent from my Pixel 6 Pro using Tapatalk
  14. Yes, the custom content would contain the info about what it wants to post about the Ecobee node server. Sent from my Pixel 6 Pro using Tapatalk
  15. You set the values for device, priorty, sound ... on the service node https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/blob/master/README.md#service-nodes as shown the documentation I already referenced https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/blob/master/README.md#short-custom-content which shows this picture https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/blob/master/pics/Program_NotifyTestSysShort.png
  16. @mbking I have it almost working for ELK, hopefully release soon @brians Thanks. Hopefully everyone who isn't responding feels the same Also, you can use Variables and any other system info in Custom Content, the only thing you loose is shorter length, and ability to set other params like device, priorty, sound... but that can always be done from the calling program. I was also thinking to add a single program command which could send all params in one call.
  17. I will have a release of the ELK NS soon which will support sending text to keypads, but it will have the same issue as mentioned here: https://forum.universal-devices.com/topic/35543-pg3-notification-node-server-330-question/#comment-332635 Please let me know your thoughts on pushing out this update, I hate to break anyone that is currently relying on it.
  18. That's odd, I know I have had ElkRP open when NS is also connected.
  19. It's downloading the AC from the ISY in LAN mode, so why is it necessary to clear the java cache for LAN and not Cloud? Sent from my Pixel 6 Pro using Tapatalk
  20. The Polyglot Version 3 Notification Node server 3.3.0 is ready but not yet released. This version uses a feature that is only available with ISY On Polisy 5.4.2 which was just released today so I am going to hold off and ask if anyone has an issue if I release it. I'm not sure how it will act on older ISY versions. The problem is if I release it and PG3 restarts it will automatically upgrade. I will try to test on my production machine which is not yet upgraded, but in the meantime I want to ask if everyone using it was ok with forcing ISY 5.4.2? Please comment below. It has a really nice new feature: https://github.com/UniversalDevicesInc-PG3/udi-poly-notification/blob/master/README.md#short-custom-content
  21. Install on my dev Polisy, started ISY Launcher, select Admin Console -> LAN and it loads up 5.4.1 and I get error message that it's not compatible with 5.4.2? Edit: Works fine loading from Cloud.
  22. Change log level, restart NS then it should work, then change log level back to your preference. Sent from my Pixel 6 Pro using Tapatalk
  23. @Bumbershoot change the log level then restart and change it back to your preference. Sent from my Pixel 6 Pro using Tapatalk
  24. Fixed. And Bob will add it to the NS page at some point.
  25. I try to keep an issue for each thing that needs to be fixed because it's impossible to parse thru posts for all NS's to try and remember what needs to be done.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.