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.

A quick script to reboot your ISY994i remotely

Featured Replies

Posted

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

 

Edited by f1d094

Isn't that like MS Windows troubleshooter advising...

   "if your Network Card isn't functioning go to WWW.xxxxxx.calm for more help"?

Guest
This topic is now closed to further replies.

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.