-
Notifications
You must be signed in to change notification settings - Fork 56
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
Switch between sensor source? Temp <> Humidity #21
Comments
Hi Daniel, thanks for your suggestion and that you tried the code. Yes, I think this is achievable and would be an improvement. The Home Assistant MQTT climate also supports the drying mode. I will put it on my ToDo list. |
Great Klaus, Regards, |
What exactly do you mean?
Well, yes, could be done, but the two dry modes couldn't be set in the Thermostat Card of Home Assistant. An additional switch would be needed. And of course, what is going on the behind the scenes, so wich PWM value at which temperature and humidity, has to be set in code anyway, see how it is done in "temperatureController.cpp". So I don't know if this additional complexity with the two operation modes in "dry mode" is really necessary. If you want to have it, you can do it in code. Or do you really have the need to switch between the two dry modes at runtime? BTW, if you urgently need it, you can directly change it now in "temperatureController.cpp", you don't have to wait for any change by me. |
Hello Klaus,
thank you for offering that code. Is there a possibility to add function to switch between sensor source? Means PWM control based on temperature or humidity values? Maybe with a slider to change between source?
Regards,
Daniel.
The text was updated successfully, but these errors were encountered: