This might be something I would be willing to implement, but I’d like to hear feedback and also understand the current design choices.
In my home, I have an awair air monitor, a wyze smart plug ,and a Venta air washer humidifier plugged into the smart plug. Currently, I use the generic_thermostat
integration on heat mode hooked up to the awair humidity sensor and the wyze smart plug. It works perfectly for me to set humidity to 45% in our living room, except that the thermostat card makes it seem like I’m heating rather than humidifying. It’s a minor irritation to me, but I don’t want some guest turning my humidity up because they think they’re turning up the heat.
Home Assistant also comes with a humidifer
integration and related card that is almost identical looking to the thermostat card, but strangely it cannot just be hooked up to a sensor and smart plug, it seems to just expect some form of smart humidifier I think.
I’d love to have an easier way to control and display a humidifier – I imagine I’m not the only person with a humidity sensor and a humidifier that can be turned on and off by smart plug. In the summer I will probably want the same thing for my dehumidifier.
It seems that there could be a couple options:
-
expand the humidifier integration so that it can take a separate sensor and smart plug
-
expand the thermostat integration and card to support a humidifier/dehumidifier mode in some way. really the thermostat can function exactly as it does, just have a different display (and maybe different configuration language if wanted)
-
make it easier to customize the thermostat card display
Number 2 actually seems the most straightforward and the least amount of coding change. Would this be something that might be accepted as a PR?