Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philscott-dev/homebridge-stagg-ekg-plus
Homebridge plugin for the Stagg EKG+ electric kettle
https://github.com/philscott-dev/homebridge-stagg-ekg-plus
homebridge
Last synced: 28 days ago
JSON representation
Homebridge plugin for the Stagg EKG+ electric kettle
- Host: GitHub
- URL: https://github.com/philscott-dev/homebridge-stagg-ekg-plus
- Owner: philscott-dev
- License: mit
- Created: 2020-09-24T00:07:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T12:08:22.000Z (over 4 years ago)
- Last Synced: 2024-12-20T01:35:46.797Z (about 1 month ago)
- Topics: homebridge
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/homebridge-stagg-ekg-plus
- Size: 146 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-stagg-ekg-plus
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)A homebridge plugin for the [Fellow Stagg EKG+](https://fellowproducts.com/products/stagg-ekg-plus). Used in conjunction with [homebridge-stagg-ekg-plus-server](https://github.com/philscott-dev/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+"
}
]
```