Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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...