@string-bean/homebridge-drayton-wiser
v0.5.0
Published
Homebridge plugin for Drayton Wiser heating systems
Downloads
19
Maintainers
Readme
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:
- 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.
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) | | |