-
Notifications
You must be signed in to change notification settings - Fork 25
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
Reverse Cycle Compressor/Heat/Fan #36
Comments
Try creating three template switches, for heating, cooling, and fan respectively. Make sure each switch checks the status of all three contacts, for example the cooling switch should only report as on when contact 1 is on, and contacts 2 & 3 are off. Use these as the entities for heater, cooler, and fan respectively. |
Hi, I am not a developer of the system but I recently adopted it for a HVAC setup similar to yours. In my case the fan doesn't automatically get power with heat or cool, but otherwise seems similar. To start with your observations:
Correct, that's intended behavior. The arrows change the desired temp, not the mode.
I don't see anything obviously wrong in your configuration. Did you wait the configured 5 minutes? The thermostat will maintain its current operation for min_cycle_duration so as not to cause unnecessary wear and tear on the compressor.
Different thermostats treat the fan differently - you and I are used to a "fan only" mode, but on some thermostats the fan button is for speed of the fan in coordination with other modes like heat / cold. That's what you're seeing here. What I did to get the setup that I wanted and that it seems you want is to create a set of template switches for each of heat, cool, and fan, and to have the climate entity use only those template switches. The template switches each look like this:
As you can see this also makes use of variables, which I get from the hass-variables component I also needed some automation to turn the fan off when exiting from the cooling or heating modes. This is probably not the only way to achieve what you're after, it's just what worked for me. (And just as I'm finishing composing this I see that someone else also recommended using templates!) Good luck. |
I'm not getting this sorry.
I have a 20yo ducted reverse cycle system. The relay controls are:
So to make this work I need:
I have defined a group and climate entry:
Expected behaviour is:
What I'm seeing:
Hard to explain exactly, but can someone help where I'm going wrong? Thanks!
The text was updated successfully, but these errors were encountered: