joeshaw / wemo-homekit

HomeKit support for Belkin Wemo devices in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wemo-homekit

HomeKit support for Wemo devices.

Currently this service only supports Wemo (outlet) switches and light switches. If it is a newer "insight" switch, power consumption is reported with characteristics that are compatible with the Elgato Eve app.

Once the device is paired with your iOS Home app, you can control it with any service that integrates with HomeKit, including Siri ("Turn off the Christmas tree") and Apple Watch. If you have a home hub like an Apple TV or iPad, you can control the device remotely.

Installing

The tool can be installed with:

go get -u github.com/joeshaw/wemo-homekit

Then you can run the service:

wemo-homekit

The service will search for Wemo devices on your local network at startup, and even every 30 seconds afterward.

To pair, open up your Home iOS app, click the + icon, choose "Add Accessory" and then tap "Don't have a Code or Can't Scan?" You should see the Leaf under "Nearby Accessories." Tap that and enter the PIN 00102003. You should see one entry appear for each Wemo device on your network.

Contributing

This code is fairly hacky, with some hardcoded values like timeouts. It also has limited device support.

Issues and pull requests are welcome. When filing a PR, please make sure the code has been run through gofmt.

License

Copyright 2017 Joe Shaw

wemo-homekit is licensed under the MIT License. See the LICENSE file for details.

About

HomeKit support for Belkin Wemo devices in Go

License:MIT License


Languages

Language:Go 96.5%Language:Dockerfile 3.5%