-
-
Notifications
You must be signed in to change notification settings - Fork 127
1 Dehumidifier (with Sonoff TH10 or TH16)
Ben edited this page Jun 21, 2021
·
3 revisions
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.
A simple configuration example:
[
{
"deviceId": "10009553c8",
"type": "dehumidifier"
}
]
- If using the Homebridge UI, it's easier to use the plugin settings screen to configure the simulation
- If using the HOOBS UI, copy and paste the example above into the 'Groups' box on the plugin settings screen
- If manually editing the config JSON, don't forget to change the first line to
"groups": [
Entry | Type | Required | Default | Explanation |
---|---|---|---|---|
deviceId |
string |
Yes | "" |
eWeLink Device ID. |
label |
string |
No | "" |
This setting has no effect except to be a helpful label for identifying which device this is when editing the configuration. |
type |
string |
Yes | "" |
In this case this must be set to "dehumidifier" . |
overrideLogging |
bool |
No | "default" |
Override global logging setting for this device. Can be default (follows global setting), standard for standard logging, debug for debug logging or disable to disable accessory logging. |