t0bst4r / home-assistant-matter-hub

Publish your Home-Assistant Instance using Matter.
Apache License 2.0
156 stars 9 forks source link

[Enhancement] Add support for Humdifiers #100

Closed joaopedros2 closed 1 week ago

joaopedros2 commented 2 weeks ago

I'm experiencing an issue where the "humidifier" entities are not functioning as expected. It appears they are not compatible, where can I check the list of compatible devices?

t0bst4r commented 2 weeks ago

Hi @joaopedros2 , what domain are humidifiers using in Home Assistant? Climate? Climates are currently buggy - i am working on it. In general you can find a list of supported domains in the README of this project. https://github.com/t0bst4r/home-assistant-matter-hub?tab=readme-ov-file#supported-domains--device-types

joaopedros2 commented 2 weeks ago

I don't know if this is what you intend to see.

Screenshot_2024-11-10-10-27-47-31_c3a231c25ed346e59462e84656a70e50.jpg

Screenshot_2024-11-10-10-28-10-00_c3a231c25ed346e59462e84656a70e50.jpg

t0bst4r commented 2 weeks ago

Thank you! I didn't know that humdifiers have their own domain in Home Assistant. So yes, they are currently now supported. I keep this issue here as a feature request.#

EDIT: i need to check the matter specification, but i don't know if humidifiers are already supported at all.

KipK commented 2 weeks ago

It's not supported by Matter on current 1.3 specs. new published matter 1.4 neither.

KipK commented 1 week ago

The best way for now would be to make a switch entity from it using a template. With just On Off value, and you keep the device settings exposed on Home Assistant.

librehat commented 1 week ago

Or this can be modelled as a "fan" that comes with a humidity sensor?