/homebridge-stagg-ekg-kettle

Homebridge plugin for stagg ekg kettle

Primary LanguageJavaScript

homebridge-stagg-ekg-plus

A Homebridge plugin for Stagg EKG+.

Requirements

  • Currently only Linux is supported
  • gatttool needs to be installed

Installation

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

Resources

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