-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Dryer only mode #219
Comments
The latest beta supports dry-only mode when the dryer is added along with other devices. |
Yeah, but what I meant here is a "thermostat" (or more hygrostat) that doesn't control any heaters or aircon - just humidity. Also currently the thermostat doesn't allow to set different scopes of opening for different entities. For example if I care about the door only for cooling, but I care about the window for both cooling and heating, there is no way to set it. I'm not saying that you HAVE to implement that, but since it's absent I think it would be nice to give an option for the thermostat to work in only DRY mode. |
This component extends the climate integration in home assistant. It has limitations and cannot be used as a fully featured hygrostat. This also requires that we set a heater entity. |
That would work, honestly I don't care that much whenever I would need to tie dehumidifier to heater entity or what ever. As long as it works - it works ;) |
Slight note: the "ac_mode" is a bit confusing, in current functionality I think it should be called "ac_only_mode". At least for my puny mind ;) |
BTW, maybe also having a "fan only" mode would be great as well. |
Hi,
I think (again stupid me for thinking) that it might be useful for people to use this thermostat in DRYer mode only.
Reason is that is might be dumb to switch on dehumidifier while window OR door is open, while is perfectly OK to switch on heating / cooling with room door open.
Of-course this functionality might be already there, however I don't see support for "dry" mode only. Also there is a bug in description:
The dryer will turn on when the humidity is above the target humidity and the [moist_tolerance](https://github.com/swingerman/ha-dual-smart-thermostat/issues/new#moist_tolerance) is not reached. If the humidity is above the target humidity and the [moist_tolerance](https://github.com/swingerman/ha-dual-smart-thermostat/issues/new#moist_tolerance) is reached the dryer will stop.
where second use of "moist_tolerance" is meant to be "dry_tolerance".
Yeah, I'm one of those dummies that read docs :)
The text was updated successfully, but these errors were encountered: