Sytone's Ramblings

The occasional posts of a guy who plays with technology.

Home automation with ISY and PowerShell

2014-10-30 1 min read Home Automation
I am playing with ISY and automation in my home, looking at the universal devices page today I found the API for working with the unit. Turning to trusty PowerShell I came up with the following code to enable you to start interacting with the unit remotely. Ill look at a proper module at some point in the future but this increases the possibilities of the unit! [code] function Invoke-IsyRestMethod { param ( $RestPath ) $isyEndPoint = “http://192. Continue reading