Skip to content

Homebridge plugin for Drayton Wiser heating systems

License

Notifications You must be signed in to change notification settings

stringbean/homebridge-drayton-wiser

Repository files navigation

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

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)