Jump 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.

f1d094

Members
  • Joined

  • Last visited

  1. Can the 5.x.x firmware be run with the ISY having no Internet access? Or is it dependent on the portal?
  2. I wanted to be able to reboot my ISY programmatically from my Home Assistant if needed and found it wasn't immediately obvious how to do this, so I took a minute and parsed out the commands into a simple script. Modify accordingly if you need ssl, etc. Note: This has only been tested on 4.9.0. YMMV. IANAL. XYZPDQ. WTFBBQ. #!/bin/bash HOST="192.168.1.2" USER="admin" PASS="admin" /usr/bin/curl -v -u "$USER:$PASS" -H 'Content-Type: text/xml; charset="utf-8"' -H 'SOAPACTION:"urn:udi-com:service:X_Insteon_Lighting_Service:1#Reboot"' --data '<s:Envelope><s:Body><u:Reboot xmlns:u="urn:udi-com:service:X_Insteon_Lighting_Service:1"></u:Reboot></s:Body></s:Envelope>' http://$HOST/services
  3. Thank you all. I've queued off your responses and done a bit more digging it looks like 4.x still does everything we need, which leaves me wondering strictly about performance and EOL. Is the 4.x chain going to continue to be supported? Does 5.x offer any performance or specific reliability advantages over 4.x?
  4. @lilyoyo1: I'm absolutely interested in expanding capabilities via API or on-network integrations. Not allowing external parties access to my systems and/or data is not the same thing. Do you know if v4.x will continue to be supported? I am concerned that v4.X will EOL in the not-distant future. I am also still keen to have answers to my specific questions if you know.
  5. I am running 4.75 and considering upgrading to version 5.x, but have questions about what has changed. I understand that v5 offers integration options, presumably via the ISY Portal, but I have negative interest in connecting my home automation to 3rd party services. Is there a feature list somewhere enumerating the major changes? Does the v5.x version require Internet connectivity or an ISY Portal account? (or any 3rd party account) Does v5.x offer specific performance improvements over v4.x, as opposed to broader feature set? Best Regards.

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.