This Homebridge plugin adds support for Drayton Wiser heating control systems.
Before starting, you will need to obtain the system secret from your Wiser HeatHub:
- Press the 'setup' button on your HeatHub.
- The setup light should start blinking.
- Connect to the temporary WiFi network that the HeatHub creates (it should be called
WiserHeatXXX
). - Open the setup URL in a browser or REST client: http://192.168.8.1/secret/
- Copy the long key that is shown.
- Press the 'setup' button again.
- The setup light should return to normal.
Search for 'wiser' on the plugins page and install 'Homebridge Drayton Wiser'. Then add your system secret and address to the plugin settings.
Install the plugin:
sudo npm install -g --unsafe-perm
Then add your system config to config.json
:
{
"platforms": [
{
"platform": "drayton-wiser",
"secret": "<secret-key>"
}
]
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) |