swingerman / ha-dual-smart-thermostat

The `dual_smart_thermostat` is an enhaced verion of generic thermostat implemented in Home Assistant. It uses several sensors and dedicated switches connected to a heater and air conditioning under the hood.
https://github.com/swingerman/ha-dual-thermostat
Apache License 2.0
128 stars 21 forks source link

2 stage heating and 1 stage cooling with Fan #321

Open bhupiister opened 2 days ago

bhupiister commented 2 days ago

Hi. Appreciate all the efforts. Is there an example for 2 stage heating with 1 stage cooling + Fan ? It should auto switch between two stages of heating. And should auto switch between heating and cooling mode. I am not sure of the Fan logic. But my existing thermostat controls the fan with option of auto, off, on.

Is your Full configuration example already covering this?

bhupiister commented 2 days ago

image

I was reading manual for my thermostat and as per the picture attached, i can program my furnace to single stage and let it control the logic for the firing sequence.

Should i go for this option rather along with your preset for cool+heat+fan?

bhupiister commented 2 days ago

Just realized one more important thing about FAN. There are two modes, AUTO and ON.

AUTO means there will be no "G" output. The furnace controller will automaticlly turn the FAN on with call for heat or cooling. ON means, there will be "G" output. This will make furnace keep the FAN in always on mode.

So there is no complex programming related to FAN, Just an ON of OFF switch.

So, to sum up, all I need is a heat and cool mode with a Fan Auto/On mode. I'm setting my thermostat to handle a two-stage furnace logic, so I do not have to worry about it.

I also need to make sure that the cooling and heating commands do not activate at the same time. This can happen if I use a relay, and contacts get welded, or if there is an error in the coding. But this can easily be handled in the relay wiring logic.