Smart Humidity Automation: My Successful Setup and Tips

Hey everyone! I wanted to share my experience with setting up a smart humidity automation system in my home. This project has been a game-changer for me, especially during the dry winter months. I hope my insights can help others looking to tackle similar challenges!

My Setup
I started with a simple yet effective setup using a humidifier, an Aqara temperature and humidity sensor, and a smart plug. The goal was to automate the humidifier so it turns on when the humidity drops below 37% and off when it rises above 42%. This range keeps the air comfortable without over-humidifying.

The Automation Rules
I used openHAB to create the automation rules. Here’s a quick breakdown:

  1. Humidity Monitoring: The Aqara sensor updates every 30 minutes, providing consistent data.
  2. On/Off Trigger: When humidity falls below 37%, the humidifier turns on. It switches off once it reaches 42%.
  3. Runtime Management: To prevent the humidifier from running out of water, I added a timer that tracks the remaining runtime. If it reaches zero, the humidifier shuts off automatically.
  4. Refill Reminder: After refilling the water tank, the system resets the runtime counter to 11 hours.

Challenges and Solutions
One thing I struggled with initially was ensuring the humidifier didn’t turn off too frequently. By adjusting the thresholds and adding delays, I found a balance that works perfectly. I also recommend using log infos during setup—they were invaluable for troubleshooting!

Tips for Others

  • Sensor Placement: Place your sensor in a central location to get accurate readings.
  • Test Thoroughly: Spend time testing different humidity levels to find the sweet spot for your space.
  • Consider Runtime Limits: If your humidifier has a short runtime, adjust your thresholds accordingly to avoid frequent refills.

Final Thoughts
This project has been incredibly satisfying. It not only improves indoor air quality but also reduces the hassle of manually monitoring and adjusting the humidifier. I encourage anyone dealing with dry air to give automation a try—it’s worth the effort!

Happy automating! :cloud_with_rain: