homebridge-kettle
v0.0.1
Published
This is a Homebridge plugin for connecting the Fellow Stagg EKG+
Downloads
3
Readme
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"
}
],