0.1.0 • Published 2 years ago

homebridge-appkettle v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Homebridge AppKettle

A homebridge plugin that exposes your AppKettle to HomeKit.

Overview

This plugin exposes the AppKettle as a switch device, with the switch power state representing the Kettle boile state.

Setup

You install Plugins using the Homebridge UI, or the same way you installed Homebridge - as a global NPM module. For example:

sudo npm install -g homebridge-appkettle

Configration

Configuration via Homebridge Config UI X. is not yet supported.

Sample Configuration

"accessories": [
    {
      "accessory": "AppKettle",
      "name": "Coffee Maker",
	  "temp": 95,
	  "keepwarmsec" : 10,
	  "keepwarm": true,
	  "ip": "192.168.0.123",
	  "port": 6002
    }
  ]

Configuration Definition

  • accessory: The identifier for the accessory (AppKettle).
  • name: The name you would like to expose for the device.
  • temp: Target temperature when turning on the kettle.
  • keepwarmsec: Time to keep kettle warm after target temperature has been reached.
  • keepwarm: True - If keep warm unction should be enforced.
  • ip: The plugin requires the IP of the Appkettle
  • port: The plugin requires the Port of the Appkettle (Usully 6002)

Retrieving the IP for the Kettle

The plugin does not currently support self dicovery fir IP and port just yet. You'll need to check for the connected devices on your router.

0.1.0

2 years ago

0.0.1

2 years ago