0.0.5 • Published 3 years ago

homebridge-redmond-skykettle-g214s v0.0.5

Weekly downloads
20
License
-
Repository
-
Last release
3 years ago

homebridge-redmond-g214s

Homebridge plugin to control a Redmond RK-G214S Kettle

The plugin may not work correctly on the built-in raspberry pi bluetooth module and nodejs of version above 8

Installation

  1. Install homebridge
  2. Install this plugin: npm install -g --unsafe-perm homebridge-redmond-g214s
  3. Update your config.json file (See below).

Configuration example

"accessories": [
    {
      "accessory": "g214s",
      "name": "Kettle",
      "mac": "C8:54:A9:29:1B:8A",
      "chMin": 40,
      "chMax": 100,
      "minStep": 5,
      "pollingWhenOn": true,
      "pollInterval": 2000
    }
]

Structure

KeyDescription
accessoryMust be g214s
nameName to appear in the Home app
temperatureDisplayUnits (optional)Whether you want °C (0) or °F (1) as your units (0 is default)
maxTemp (optional)Upper bound for the temperature selector in the Home app (100 is default)
minTemp (optional)Lower bound for the temperature selector in the Home app (40 is default)
model (optional)Appears under "Model" for your accessory in the Home app
serial (optional)Appears under "Serial" for your accessory in the Home app
manufacturer (optional)Appears under "Manufacturer" for your accessory in the Home app
pollingWhenOn (optional)Polling device while boil or heat
pollInterval (optional)Time (in milliseconds) between device polls
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago