Skip to content
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

Support dry mode #199

Closed
jamesduke opened this issue May 19, 2024 · 4 comments · Fixed by #206
Closed

Support dry mode #199

jamesduke opened this issue May 19, 2024 · 4 comments · Fixed by #206
Assignees
Labels
enhancement New feature or request

Comments

@jamesduke
Copy link

Many wall mount HVAC systems support drying only mode to reduce humidity in the room. ha-dual-smart-thermostat makes a great overlay on top of those systems to implement twin set points where the underlying climate component does not support it. It's reasonably straightforward to implement a binary switch to enable/disable dry mode on these units if ha-dual-smart-thermostat was to support a DRY only mode.

@swingerman swingerman self-assigned this May 20, 2024
@swingerman swingerman added the enhancement New feature or request label May 20, 2024
@swingerman
Copy link
Owner

Duplicate of #25

@swingerman swingerman marked this as a duplicate of #25 May 20, 2024
@swingerman
Copy link
Owner

swingerman commented May 20, 2024

It's more complex.

Of course, I could just add a switch for the dehumidifier to turn on/off, but it needs some other stuff required by the underlying climate entity built into Home Assistant.
And if I just added the toggle, others will rightfully request a fully featured hygrostat.

So, I will implement a fully featured hygrostat.

This will involve:

  • dryer switch
  • humidity sensor
  • min/max humidity
  • humidity tolerances

Stay tuned!

@jamesduke
Copy link
Author

Well that would be amazing, and apologies for the dupe

swingerman pushed a commit that referenced this issue May 28, 2024
swingerman pushed a commit that referenced this issue May 28, 2024
swingerman pushed a commit that referenced this issue May 28, 2024
swingerman pushed a commit that referenced this issue May 28, 2024
@swingerman
Copy link
Owner

I implemented the feature, but the climate entity in Homeassistant only supports a partially featured hygrostat (a dryer).
So, you will be able to switch to the dry mode and set target humidity and tolerances.

It will be included in the next beta/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants