You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This binding integrates the Drayton Wiser Smart Heating System.
The integration happens through the HeatHub, which acts as an IP gateway to the ZigBee devices (thermostats and TRVs).
Supported Things
The Drayton Wiser binding supports the following things:
Bridge
Label
Description
heathub
HeatHub
The network device in the controller that allows us to interact with the other devices in the system
Thing
Label
Description
boiler-controller
Boiler Controller
The HeatHub attached to the boiler. This also acts as the hub device
room
Room Name
Virtual groups of Room Thermostats and TRVs that can have temperatures and humidities
roomstat
Thermostat
Wireless thermostats which monitor temperature and humidity, and call for heat
itrv
iTRV
Wireless TRVs that monitor temperature, alter the radiator valve state and call for heat
hotwater
Hot Water
Virtual thing to manage hot water states
smart-plug
Smart Plug
Wireless plug sockets which can be remotely switched
Discovery
The HeatHub can be discovered automatically via mDNS, however the secret cannot be determined automatically.
Once the secret has been configured, all other devices can be discovered by triggering device discovery again.
Thing Configuration
HeatHub Configuration
Once discovered, the HeatHub secret needs to be configured.
There are a few ways to obtain this, assuming you have already configured the system using the Wiser App.
Temporarily install a packet sniffing tool on your mobile device. Every request made includes the secret in the header.
Enable setup mode on the HeatHub. Connect a machine temporarily to the WiserHeat_XXXXX network and browse to http://192.168.8.1/secret to obtain the secret.
The refresh interval defines in seconds, how often the binding will poll the controller for updates.
The awaySetPoint defines the temperature in degrees Celsius that will be sent to the heathub when away mode is activated.
Channels
Readonly Channels
Boiler Controller
Channel
Item Type
Description
heatingOverride
Switch
State of the heating override button on the controller
heatChannel1Demand
Number:Dimensionless
Current demand level of heating channel 1
heatChannel1DemandState
Switch
Is channel 1 calling the boiler for heat
heatChannel2Demand
Number:Dimensionless
Current demand level of heating channel 2
heatChannel2DemandState
Switch
Is channel 2 calling the boiler for heat
currentSignalRSSI
Number
Relative Signal Strength Indicator
currentWiserSignalStrength
String
Human readable signal strength
currentSignalStrength
Number
Signal strength value that maps to qualityofservice icon
Hot Water
Channel
Item Type
Description
hotWaterOverride
Switch
State of the hot water override button on the controller
hotWaterDemandState
Switch
Is hot water calling the boiler for heat
hotWaterBoosted
Switch
Is hot water currently being boosted
hotWaterBoostRemaining
Number:Time
How long until the boost deactivates in minutes
Room
Channel
Item Type
Description
currentTemperature
Number:Temperature
Currently reported temperature
currentHumidity
Number:Dimensionless
Currently reported humidity (if there is a room stat configured in this room
currentDemand
Number:Dimensionless
Current heat demand percentage of the room
heatRequest
Switch
Is the room actively requesting heat from the controller
roomBoosted
Switch
Is the room currently being boosted
roomBoostRemaining
Number:Time
How long until the boost deactivates in minutes
windowState
Contact
Is the window open or closed?
Room Stat
Channel
Item Type
Description
currentTemperature
Number:Temperature
Currently reported temperature
currentHumidity
Number:Dimensionless
Currently reported humidity
currentSetPoint
Number:Temperature
Currently reported set point
currentBatteryVoltage
Number:ElectricPotential
Currently reported battery voltage
currentWiserBatteryLevel
String
Human readable battery level
currentBatteryLevel
Number
Battery level in percent
currentSignalRSSI
Number
Relative Signal Strength Indicator
currentSignalLQI
Number
Link Quality Indicator
currentWiserSignalStrength
String
Human readable signal strength
currentSignalStrength
Number
Signal strength value that maps to qualityofservice icon
zigbeeConnected
Switch
Is the roomstat joined to network
Smart TRV
Channel
Item Type
Description
currentTemperature
Number:Temperature
Currently reported temperature
currentDemand
Number:Dimensionless
Current heat demand percentage of the TRV
currentSetPoint
Number:Temperature
Currently reported set point
currentBatteryVoltage
Number:ElectricPotential
Currently reported battery voltage
currentWiserBatteryLevel
String
Human readable battery level
currentBatteryLevel
Number
Battery level in percent
currentSignalRSSI
Number
Relative Signal Strength Indicator
currentSignalLQI
Number
Link Quality Indicator
currentWiserSignalStrength
String
Human readable signal strength
currentSignalStrength
Number
Signal strength value that maps to qualityofservice icon
The name corresponds to the room name configured in the Wiser App.
It is not case sensitive.
The serialNumber corresponds to the device serial number which can be found on a sticker inside the battery compartment of the Smart Valves/TRVs, and behind the wall mount of the Room Thermostats.
Text label="Living Room" icon="sofa" {
Text item=livingroom_temperature
Setpoint item=livingroom_setpoint step=0.5
Text item=livingroom_humidity
Text item=Heating_GF_Living
Text item=livingroom_heatdemand
Switch item=ManualMode_GF_Living
Text item=BoostMode_GF_Living
Switch item=BoostDuration_GF_Living icon="time" mappings=[0="0", 0.5="0.5", 1="1", 2="2", 3="3"]
Text item=BoostRemaining_GF_Living icon="time"
}