Skip to content

1 Dehumidifier (with Sonoff TH10 or TH16)

Ben edited this page Jul 8, 2021 · 3 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 Dehumidifier'.

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

"thDevices": [
   {
      "deviceId": "10009553c8",
      "deviceModel": "th",
      "showAs": "dehumidifier"
   }
]

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

You can use the home app to choose a target relative humidity and the plugin will automatically turn ON the switch if the current relative humidity rises above this target relative humidity. The plugin will turn OFF the switch once the current relative humidity reaches the target relative humidity.

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