Skip to content

1 Heater (with Sonoff TH10 or TH16)

Ben edited this page Jul 8, 2021 · 4 revisions

This simulation can be setup via the Homebridge/HOOBS UI, adding an entry in the 'Thermostat Devices' section and setting the Device ID and the 'Show As' to '1 Heater'.

Or if you prefer to edit the configuration directly, set the deviceId and choose the showAs option to "heater". For example:

"thDevices": [
   {
      "deviceId": "10009553c8",
      "deviceModel": "th",
      "showAs": "heater",
      "minTarget": 15,
      "maxTarget": 31
   }
]

A fully working implementation of using a TH10/16 device as a heater is now available.

You can use the home app to choose a target temperature and the plugin will automatically turn ON the switch if the current temperature falls below this target temperature. The plugin will turn OFF the switch once the current temperature reaches the target temperature.

This can be useful if you have a heater connected to the TH device.