A Homebridge plugin for Stagg EKG+.
- Currently only Linux is supported
gatttool
needs to be installed
Install the npm package:
sudo npm install -g homebridge-stagg-ekg-plus
Find your Stagg Kettle's MAC address (BLE MAC) with the official iOS/Android app, and add an accessory definition to ~/.homebridge/config.json
:
{
"accessories": [
{
"accessory": "StaggKettle",
"name": "Kettle",
"macAddress": "01:23:45:67:89:AB"
}
]
}
Special thank you to @tlyakhov for all the help!
He has a more robust project found here. https://github.com/tlyakhov/fellow-stagg-ekg-plus