Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calvinmclean/homebridge-kettle
Homebridge plugin for Fellow Stagg EKG+ electric kettle
https://github.com/calvinmclean/homebridge-kettle
Last synced: 2 months ago
JSON representation
Homebridge plugin for Fellow Stagg EKG+ electric kettle
- Host: GitHub
- URL: https://github.com/calvinmclean/homebridge-kettle
- Owner: calvinmclean
- License: mit
- Created: 2020-02-03T02:15:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T23:39:51.000Z (about 3 years ago)
- Last Synced: 2024-08-09T10:32:08.040Z (5 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebridge Kettle
This is a simple Homebridge plugin for the [Fellow Stagg EKG+]() kettle so that it can be controlled over WiFi using HomeKit.This is intended to be used with my [`stagg-ekg-plus` Python program](https://github.com/calvinmclean/stagg-ekg-plus) which handles the actual BLE communication with the kettle.
## Config Example
```json
"accessories": [
{
"accessory": "MyKettle",
"room": "Kitchen",
"name": "Kettle",
"url": "http://localhost:8000"
}
],
```