Skip to content

Instantly share code, notes, and snippets.

@kenderson
Last active October 19, 2015 12:57
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 kenderson/3a6f1c92f4a0320a3f2e to your computer and use it in GitHub Desktop.
Save kenderson/3a6f1c92f4a0320a3f2e to your computer and use it in GitHub Desktop.
Homebridge (https://github.com/nfarina/homebridge) - The app that will convert devices to homekit devices, but doesnt recognize wemo lights that communicate through the Wemo Link box
Wemo CLient NPM Package (https://www.npmjs.com/package/wemo-client) - Thinking that I need to use this
Wemo Lights (https://gist.github.com/hardillb/1279241bb886ee28c05b) - A small node script that will control Wemo Lights through the Wemo Link box
Homebridge Platform Example (Wink - https://github.com/nfarina/homebridge/blob/master/platforms/Wink.js) - I'm thinking this is a good model to work from.
Goal - Use wemo-client as the basis for a new "platform" in Homebridge, such that I can control the lights via Homebridge/Siri
fucking lost...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment