Can you provide more details pleaseAlso using WeMo with the Homebridge application mentioned above.
Sure it's basicly installing a small program that acts as a homekit bridge and it controls the wemo switches, I've installed mine on my mac mini but homebridge runs on raspberry pi etc. If you want the commands how to install it or a copy of my config file just let me know as it took a little while to get that part working.Can you provide more details please
that would be great if you could share that, i want to install on my iMacSure it's basicly installing a small program that acts as a homekit bridge and it controls the wemo switches, I've installed mine on my mac mini but homebridge runs on raspberry pi etc. If you want the commands how to install it or a copy of my config file just let me know as it took a little while to get that part working.
Sure it's basicly installing a small program that acts as a homekit bridge and it controls the wemo switches, I've installed mine on my mac mini but homebridge runs on raspberry pi etc. If you want the commands how to install it or a copy of my config file just let me know as it took a little while to get that part working.
Do you use a script to restart Homebridge if it crashes? I've been trying to get 'Forever' working but with no luck yet.Sure it's basicly installing a small program that acts as a homekit bridge and it controls the wemo switches, I've installed mine on my mac mini but homebridge runs on raspberry pi etc. If you want the commands how to install it or a copy of my config file just let me know as it took a little while to get that part working.
I'd appreciate this as well! I've got 11 Hue white bulbs, two Blooms, and a Hue light switch along with two WeMo light switches and and a Nest thermostat. If I could figure out how to install Homebridge and the plug-ins on my Mac mini it sure would save me a lot of money switching out the WeMos and Nest for other switches and an Ecobee 3.
Hopefully this helps, any questions just let me know.that would be great if you could share that, i want to install on my iMac
Please see post 12, any questions just let me know.+1, I had a quick look but couldn't quite figure it out.
I don't as I haven't had too many problems with it so far... I also use IFTTT as a backup and have a DO button added as a widget takes up to 5 seconds to work but it great for when Siri is playing up.Do you use a script to restart Homebridge if it crashes? I've been trying to get 'Forever' working but with no luck yet.
Also used Eve by Elgato really good app. I've since brought the £10 Home app for the widgets as I prefer using the widgets over Siri.Quick note: you'll need an app to set up the HomeKit stuff. The homebridge developer recommends MyTouchHome, but I found that Eve by Elgato was much better, and free.
Hopefully this helps, any questions just let me know.
1) install xcode command line tools - takes a few minutes depending on your connection speed.
Open the terminal (CMD + Spacebar and type: terminal - press enter to open. Type: xcode-select --install
2) Type: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
3) Type: brew install node
4) Type: sudo npm install -g homebridge
5) Type: sudo npm install -g homebridge-wemo
6) Type: hombridge (this will fail as you have no config file)
7) cd ~/.homebridge
8) touch config.json (to create the file)
9) create your config file, I will try to upload mine for reference, I only have 2 wemo's but it should help.
Note as per the homebridge site dont use notepad or text edit, I used vi from the terminal but something such as textwrangler should be fine.
Once you have setup the config.json file you just type homebridge to run the application. I will write up some more notes
on adding it to homekit shortly.
[doublepost=1455621186][/doublepost]
Please see post 12, any questions just let me know.
[doublepost=1455621305][/doublepost]
I don't as I haven't had too many problems with it so far... I also use IFTTT as a backup and have a DO button added as a widget takes up to 5 seconds to work but it great for when Siri is playing up.
[doublepost=1455621551][/doublepost]I had to change it to a txt file to upload, you need to make sure the "name" and "wemo name" match the name of the plug in the Wemo app for it to find it.
Do I need to download anything first ? Can you expand on what yo been by touch in step 8Hopefully this helps, any questions just let me know.
1) install xcode command line tools - takes a few minutes depending on your connection speed.
Open the terminal (CMD + Spacebar and type: terminal - press enter to open. Type: xcode-select --install
2) Type: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
3) Type: brew install node
4) Type: sudo npm install -g homebridge
5) Type: sudo npm install -g homebridge-wemo
6) Type: hombridge (this will fail as you have no config file)
7) cd ~/.homebridge
8) touch config.json (to create the file)
9) create your config file, I will try to upload mine for reference, I only have 2 wemo's but it should help.
Note as per the homebridge site dont use notepad or text edit, I used vi from the terminal but something such as textwrangler should be fine.
Once you have setup the config.json file you just type homebridge to run the application. I will write up some more notes
on adding it to homekit shortly.
[doublepost=1455621186][/doublepost]
Please see post 12, any questions just let me know.
[doublepost=1455621305][/doublepost]
I don't as I haven't had too many problems with it so far... I also use IFTTT as a backup and have a DO button added as a widget takes up to 5 seconds to work but it great for when Siri is playing up.
[doublepost=1455621551][/doublepost]I had to change it to a txt file to upload, you need to make sure the "name" and "wemo name" match the name of the plug in the Wemo app for it to find it.
Thanks for this! It'll be Saturday before I can try this but I do have one question: In your example config file I would just change the name and description of my WeMo light switches to match the names I'm using in the WeMo app?
Do I need to download anything first ? Can you expand on what yo been by touch in step 8
Are they new? Can't believe I'd missed them so far...
Yes that's what I did
[doublepost=1455699942][/doublepost]
No you don't need to do anything in advance other then follow the steps, maybe as a caution create a time machine backup.
The "touch" command is just a way of creating the config.json from the terminal, as you have to manually create the file for homebridge to work. so just to confirm you will need to type: touch config.json
I have now managed to get it to restart when it crashes, let me know if you need the details and I can post it.Do you use a script to restart Homebridge if it crashes? I've been trying to get 'Forever' working but with no luck yet.