homebridge-stagg-ekg-plus
v1.0.21
Published
Homebridge plugin for the Stagg EKG+ electric kettle
Downloads
59
Maintainers
Readme
homebridge-stagg-ekg-plus
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+"
}
]