-
Notifications
You must be signed in to change notification settings - Fork 27
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
AC support in climate panel #215
Comments
This is related to #215. Support is partial at the moment: - we can switch off/on cooling mode - it works for each zone What does not work: controlling cooling temperature is not easy because of "direct" vs "compensation" modes.
Thanks for suggesting this @markuspulch ! This is a great idea, it might be difficult to implement it because my heatpump does not do cooling so I won't be able to test patches. I've done a first version that allows to start/stop cooling from the climate entity. Temperature range is already quite hard to setup due to the multiple scenarios (direct/compensation + heating/cooling). I think it should work ok if your heatpump cooling is in compensation mode. For direct mode, I need to think a bit (or you can propose a pull request) |
I can for sure to support you with testing, as current temperatures here in Munich are ideal for this ;-) Is there am option to define some parameters within the module itself, or use some entities for that (min/max)? |
This patch broken thermostat entity in heat mode when use direct mode. |
First of all thanks for providing this awesome integration!
Describe the solution you'd like
It would be awesome if it would be possible to also show a cool option here in this panel
The cooling option is available here: select.panasonic_heat_pump_main_operating_mode_state also also works as expected. Also it would be great if there would be an option to define the min and max temperatures as 20°C seems to be a bit warm for cooling mode. But maybe this is already possible and I'm just to blind and/or stupid to find this option ;-)
Thanks, Markus
The text was updated successfully, but these errors were encountered: