philscott-dev / homebridge-stagg-ekg-plus

Homebridge plugin for the Stagg EKG+ electric kettle
https://www.npmjs.com/package/homebridge-stagg-ekg-plus
MIT License
3 stars 0 forks source link
homebridge

homebridge-stagg-ekg-plus

verified-by-homebridge

A homebridge plugin for the Fellow Stagg EKG+. Used in conjunction with homebridge-stagg-ekg-plus-server, this plugin will enhance your kettle with WiFi connectivity, and Apple HomeKit integration.

Installation

npm install -g homebridge-stagg-ekg-plus

Configuration

Edit ~/.homebridge/config.json:

"platforms": [
  {
    "name": "EKG+",
    "host": "192.168.1.254",
    "port": 8080,
    "serialNumber": "EABK1A123456789",
    "platform": "Stagg EKG+"
  }
]