We can create a rule for it. Go to the console and input the following command.
1.rule1 ON AHT2X#Humidity>80 DO power 1 ENDON ON AHT2X#Humidity<75 DO power 0 ENDON
2.rule1 5
3.rule1 1
Note: the numbers 80 and 75 in the command are two boundaries of when you want to turn on and off the fan. It means the switch will turn on when humidity is over 80%, and turn off when it goes down to 75%.
02
Yes, you can turn it on/off manually anytime you like. This will not affect the Auto Mode.
Example1:
- Humidity = 60%, fan is off now, you turn it on manually.
- Humidity > 80%, the fan keep on.
- Humidity < 75%, the fan turn off automatically.
Example2:
- Humidity >80%, the fan is on now, you turn it off manually