Drayton Wiser Binding  This binding integrates the Drayton Wiser Smart Heating System(opens new window)  .
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 heathubHeatHub  The network device in the controller that allows us to interact with the other devices in the system 
 Thing  Label  Description boiler-controllerBoiler Controller  The HeatHub  attached to the boiler. This also acts as the hub device roomRoom Name  Virtual groups of Room Thermostats  and TRVs  that can have temperatures and humidities roomstatThermostat  Wireless thermostats which monitor temperature and humidity, and call for heat itrviTRV  Wireless TRVs that monitor temperature, alter the radiator valve state and call for heat hotwaterHot Water  Virtual thing to manage hot water states smart-plugSmart 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 heatingOverrideSwitch  State of the heating override button on the controller heatChannel1DemandNumber:Dimensionless  Current demand level of heating channel 1 heatChannel1DemandStateSwitch  Is channel 1 calling the boiler for heat heatChannel2DemandNumber:Dimensionless  Current demand level of heating channel 2 heatChannel2DemandStateSwitch  Is channel 2 calling the boiler for heat currentSignalRSSINumber:Power  Relative Signal Strength Indicator currentWiserSignalStrengthString  Human readable signal strength currentSignalStrengthNumber  Signal strength value that maps to qualityofservice icon 
  Hot Water  Channel  Item Type  Description hotWaterOverrideSwitch  State of the hot water override button on the controller hotWaterDemandStateSwitch  Is hot water calling the boiler for heat hotWaterBoostedSwitch  Is hot water currently being boosted hotWaterBoostRemainingNumber:Time  How long until the boost deactivates in minutes 
  Room  Channel  Item Type  Description currentTemperatureNumber:Temperature  Currently reported temperature currentHumidityNumber:Dimensionless  Currently reported humidity (if there is a room stat configured in this room currentDemandNumber:Dimensionless  Current heat demand percentage of the room heatRequestSwitch  Is the room actively requesting heat from the controller roomBoostedSwitch  Is the room currently being boosted roomBoostRemainingNumber:Time  How long until the boost deactivates in minutes windowStateContact  Is the window open or closed? 
  Room Stat  Channel  Item Type  Description currentTemperatureNumber:Temperature  Currently reported temperature currentHumidityNumber:Dimensionless  Currently reported humidity currentSetPointNumber:Temperature  Currently reported set point currentBatteryVoltageNumber:ElectricPotential  Currently reported battery voltage currentWiserBatteryLevelString  Human readable battery level currentBatteryLevelNumber  Battery level in percent currentSignalRSSINumber:Power  Relative Signal Strength Indicator currentSignalLQINumber  Link Quality Indicator currentWiserSignalStrengthString  Human readable signal strength currentSignalStrengthNumber  Signal strength value that maps to qualityofservice icon zigbeeConnectedSwitch  Is the roomstat joined to network 
  Smart TRV  Channel  Item Type  Description currentTemperatureNumber:Temperature  Currently reported temperature currentDemandNumber:Dimensionless  Current heat demand percentage of the TRV currentSetPointNumber:Temperature  Currently reported set point currentBatteryVoltageNumber:ElectricPotential  Currently reported battery voltage currentWiserBatteryLevelString  Human readable battery level currentBatteryLevelNumber  Battery level in percent currentSignalRSSINumber:Power  Relative Signal Strength Indicator currentSignalLQINumber  Link Quality Indicator currentWiserSignalStrengthString  Human readable signal strength currentSignalStrengthNumber  Signal strength value that maps to qualityofservice icon zigbeeConnectedSwitch  Is the TRV joined to network 
  Smart Plug  Channel  Item Type  Description currentSignalRSSINumber:Power  Relative Signal Strength Indicator currentSignalLQINumber  Link Quality Indicator zigbeeConnectedSwitch  Is the TRV joined to network plugInstantaneousPowerNumber:Power  Current Power being drawn through the plug plugEnergyDeliveredNumber:Energy  Cumulative energy drawn through the plug 
  Command Channels   Boiler Controller  Channel  Item Type  Description awayModeStateSwitch  Has away mode been enabled ecoModeStateSwitch  Has eco mode been enabled comfortModeStateSwitch  Has comfort mode been enabled 
  Hot Water  Channel  Item Type  Description manualModeStateSwitch  Has manual mode been enabled hotWaterSetPointSwitch  The current hot water setpoint (on or off) hotWaterBoostDurationNumber  Period in hours to boost the hot water 
  Room  Channel  Item Type  Description currentSetPointNumber:Temperature  The current set point temperature for the room manualModeStateSwitch  Has manual mode been enabled roomBoostDurationNumber  Period in hours to boost the room temperature windowStateDetectionSwitch  Detect whether windows are open 
  Room Stat  Channel  Item Type  Description deviceLockedSwitch  Is the roomstat interface locked 
  Smart TRV  Channel  Item Type  Description deviceLockedSwitch  Are the TRV controls locked 
  Smart Plug  Channel  Item Type  Description plugOutputStateSwitch  The current on/off state of the smart plug plugAwayActionSwitch  Should the plug switch off when in away mode manualModeStateSwitch  Has manual mode been enabled deviceLockedSwitch  Are the Smart Plug controls locked 
  Known Responses for Specific Channels  Channel  Known responses currentWiserSignalStrength{ "VeryGood", "Good", "Medium", "Poor", "NoSignal" }currentWiserBatteryLevel{ "Full", "Normal", "TwoThirds", "OneThird", "Low", "Critical" }
  Full Example   .things file  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.
  .items file   Sitemap