Looks like this thread went unanswered:
Greetings fellow users.
I was excited to see the new generic hygrostat in the latest version, and was looking forward to using it in my setup. I have it configured in my configuration.yaml as specified, but it doesn’t seem to automatically activate. I notice that I get a new “hygrostat” showing in my default dashboard, but it will only activate if I manually select a humidity value that is less than the currently detected value. Since it is so new, I can only find documentation on the config…
I want to use the Generic Hygrostat instead of doing it in Node-Red like I’ve been doing for a while, but there’s no way to feed it an input boolean or something to disable it.
When I’m down in my basement it’s very loud, so I schedule it to be off when I’m likely down there.
Any way to handle that currently?
Thanks.
You could proxy it through a Template Switch instead of using the de/humidifier’s switch directly.
Edwin_D
(Edwin D.)
June 30, 2025, 3:49pm
3
With this you have a fully templateable humidifier/dehumidifier:
Home Assistant Humidifier Template
However, doesn’t the generic hygrostat have an on/off state for you? it does for me:
2 Likes
This is the answer.
I didn’t see the On/Off control on the main card.
oh but I wonder what actions can set that?
Edwin_D
(Edwin D.)
June 30, 2025, 8:23pm
6
humidifier.turn_on / humidifier.turn_off or homeassistant.turn_on / homeassistant.turn_off. The latter work on anything with on and off states.
1 Like
I’ll give it a shot, thanks.