Last active
December 15, 2015 07:49
-
-
Save elvisimprsntr/5225967 to your computer and use it in GitHub Desktop.
Add Kyle's ISY plugin the easy way
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 ###.###.###.###]` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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