Replies: 1 comment
-
Hello, Out of the box, you can control the on/off with a switch. But all algorithm are made for temperature. Not sure how they will behave with humidity. And like you notice it, all displays are made for °. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off, props to the project this was a really easy integration to use. The config flow was really well done! Very cool!
tl;dr It would be neat if the project could support alternative climate devices to create a humidistat and not just temperature. It may be out of scope, but it would be great!
Problem: In my case, I needed a way to control a dumb humidifier because with winter let's just say my sinus's aren't well adapted to this 36% humidity at night. But if I leave it on, the humidity is usually too high by morning. A set-point type climate control is exactly the behavior I want, just for humidity not temperature.
Solution: versatile_thermostat's
over_switch
thermostat with inputs from my a humidity sensor in the room.Implementation Details (switch, sensor, humidifier)
I was able to do this by simply configuring an
over_switch
to:Corresponding to:
Enabled Optional:
It works well enough, but it sure does look a bit silly.
Related:
PS: After setting all of this up last night and being very pleased with the effect this morning (sinus's hurt significantly less). I learned there is native support in HA via generic_hygrostat, so I'll try that too. But I suspect the algorithm here is much better, and I particularly like the rate sensor anyway.
Beta Was this translation helpful? Give feedback.
All reactions