Skip to content

Instantly share code, notes, and snippets.

@elvisimprsntr
Last active December 15, 2015 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elvisimprsntr/5225967 to your computer and use it in GitHub Desktop.
Save elvisimprsntr/5225967 to your computer and use it in GitHub Desktop.
Add Kyle's ISY plugin the easy way
- Create a plugins directory
`mkdir ~/plugins`
`cd ~/plugins/`
- Get the latest repo
`git clone git://github.com/kylethedude/siriproxy-isy99i`
- Add the example configuration to the master config.yml
- name: 'Isy99i'
path: '~/plugins/siriproxy-isy99i'
host: 'http://192.168.1.1' #IP address of the ISY-99i
username: 'ISY-99i_Username'
password: 'ISY-99i_Password'
- Edit the config.yml as required. **Note: Make sure to line up the column spacing.**
`vim ~/.siriproxy/config.yml`
- Bundle
`siriproxy bundle`
- Run (Ref: https://github.com/plamoni/SiriProxy#set-up-instructions)
`siriproxy server [-d ###.###.###.###]`
@TexJett
Copy link

TexJett commented Sep 21, 2013

I don't know if you have use kyle's plugin but I thought I'd give it a shot and see if I can get it to auto configure from my
isy. I have gotten hoopty3 and yours to work. I have kyle's plugin running but at the first command it enters a loop where it continues to interrogate the isy and and "load module". I just started playing with this about a week ago, if you don't have an answer any ideas of where to look? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment