this post was submitted on 14 Jun 2023
11 points (100.0% liked)
homeassistant
175 readers
1 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here's what I did for humidifiers in my house:
Now you've got a smart humidifier in Home Assistant. You can set the desired humidity, and when the sensor detects it's below this, it'll kick on the smart switch. When it passes the threshold, it'll turn off. It's been great! My humidifiers shut off when the water level drops, so I can even use the power monitoring in the Sonoff switch to send me a "low water" alert when the humidifier should be running, but it's drawing no power!
I did exactly this, and I was so surprised that it just...worked.
It's amazing, I think it still requires YAML config, which is a barrier for some folks. Also a bit annoying that it doesn't have it's own dedicated "restart" button like Generic Thermostat, so you have to restart all of HA for the changes to generic_hygrostat to apply.
Well, I didn't do exactly that. lol. But same setup.
I made my own humidity sensor with a DHT-11 connected to an ESP-8266 running ESPHome. I'm pretty sure it was automatically detected through the ESPHome integration, so that was one less
.yml
entry I had to maintain.But yeah, the other end of that was just a tasmota-flashed smart plug hooked to a dumb humidifier that I'd top off every day or so.