Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 513 Bytes

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"
    }
],