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.
"accessories": [
{
"accessory": "MyKettle",
"room": "Kitchen",
"name": "Kettle",
"url": "http://localhost:8000"
}
],