0.5.0 • Published 5 years ago

@string-bean/homebridge-drayton-wiser v0.5.0

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
5 years ago

homebridge-drayton-wiser

verified-by-homebridge Travis npm (scoped) node support Known Vulnerabilities

This Homebridge plugin adds support for Drayton Wiser heating control systems.

Installation

Before starting, you will need to obtain the system secret from your Wiser HeatHub:

  1. Press the 'setup' button on your HeatHub.
    • The setup light should start blinking.
  2. Connect to the temporary WiFi network that the HeatHub creates (it should be called WiserHeatXXX).
  3. Open the setup URL in a browser or REST client: http://192.168.8.1/secret/
  4. Copy the long key that is shown.
  5. Press the 'setup' button again.
    • The setup light should return to normal.

Homebridge Config UI X

Search for 'wiser' on the plugins page and install 'Homebridge Drayton Wiser'. Then add your system secret and address to the plugin settings.

Manual Installation

Install the plugin:

sudo npm install -g --unsafe-perm

Then add your system config to config.json:

{
  "platforms": [
    {
      "platform": "drayton-wiser",
      "secret": "<secret-key>"
    }
]

Config Options

NameDescriptionRequiredDefault
secretSecret key for the HeatHub from device setup mode
namePrefixHostname prefix used in HeatHub detectionWiserHeat
overrideAddressDisables auto-detection of HeatHub addressfalse
addressIP address or hostname of the HeatHub (only used if overrideAddress is set)
0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago