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:
WiserHeatXXX
).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) |