homebridge-drayton-wiser

Homebridge plugin for Drayton Wiser heating systems

APACHE-2.0 License

Downloads
18
Stars
5
Committers
1

homebridge-drayton-wiser

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

Name Description Required Default
secret Secret key for the HeatHub from device setup mode
namePrefix Hostname prefix used in HeatHub detection WiserHeat
overrideAddress Disables auto-detection of HeatHub address false
address IP address or hostname of the HeatHub (only used if overrideAddress is set)
Package Rankings
Top 19.33% on Npmjs.org
Badges
Extracted from project README's
verified-by-homebridge Travis npm (scoped) Known Vulnerabilities