Skip to content

nehayward/homebridge-stagg-ekg-kettle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Homebridge plugin for stagg ekg kettle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published