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 for Humidifier/Dehumidifier #75

Open
webOSpinn opened this issue Jul 26, 2021 · 0 comments
Open

Support for Humidifier/Dehumidifier #75

webOSpinn opened this issue Jul 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@webOSpinn
Copy link

Is your feature request related to a problem? Please describe:
My system has a built-in humidifier and it also uses the air conditioner to dehumidify.

Describe the solution you'd like:
It would be nice to expose the state, humidity target, water pad life of the humidifier. It would also be nice to expose the state and humidity target for the dehumidifier.

These appear to be the characteristics that apply:

  • HMCharacteristicTypeCurrentRelativeHumidity - The current relative humidity measured by the accessory.
  • HMCharacteristicTypeTargetRelativeHumidity - The target relative humidity for the accessory to achieve.
  • HMCharacteristicTypeCurrentHumidifierDehumidifierState - The current state of a humidifier or dehumidifier accessory.
  • HMCharacteristicTypeTargetHumidifierDehumidifierState - The state that a humidifier or dehumidifier accessory should try to achieve.
  • HMCharacteristicTypeHumidifierThreshold - The humidity below which a humidifier should begin to work.
  • HMCharacteristicTypeDehumidifierThreshold - The humidity above which a dehumidifier should begin to work.

For the humidifier pad it might make sense to use the filter characteristics:

  • HMCharacteristicTypeFilterLifeLevel - The amount of useful life remaining in a filter.
  • HMCharacteristicTypeFilterChangeIndication - A filter’s change indicator.
  • HMCharacteristicTypeFilterResetChangeIndication - A reset control for a filter change notification.

Describe alternatives you've considered:
N/A

Additional context:
N/A

@webOSpinn webOSpinn added the enhancement New feature or request label Jul 26, 2021
grivkees added a commit that referenced this issue Aug 11, 2021
grivkees added a commit that referenced this issue Aug 11, 2021
@grivkees grivkees self-assigned this Aug 11, 2021
grivkees added a commit that referenced this issue Mar 20, 2022
grivkees added a commit that referenced this issue Mar 20, 2022
grivkees added a commit that referenced this issue Mar 20, 2022
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

No branches or pull requests

2 participants