Jump to content

f1d094

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

f1d094's Achievements

Newbie

Newbie (1/6)

0

Reputation

  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.
×
×
  • Create New...