0.0.1 • Published 2 years ago

homebridge-kettle v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Homebridge Kettle

This is a simple Homebridge plugin for the Fellow Stagg EKG+ kettle so that it can be controlled over WiFi using HomeKit.

This is intended to be used with my stagg-ekg-plus Python program which handles the actual BLE communication with the kettle.

Config Example

"accessories": [
    {
        "accessory": "MyKettle",
        "room": "Kitchen",
        "name": "Kettle",
        "url": "http://localhost:8000"
    }
],