How Home HVAC controller send commands for Cooling, Heating

controller

i want to know how the Hvac controller sends commands to the hvac for cooling and heating.
i mean when we push on + or – button for example to adjust the temperature, what happens on the other side? is it simple contact which activate the cooling for certain time ?
I did not find any schematics google.
Can anyone explain how it works.

My project is to replace the HVAC controller with a Raspberry pi card.
i saw in some documentation:
W = heater control line
Y = Cooler compressor
RH = Heat/Cooler power
G = Fan control
C = Option

for example i want to adjust a cooling, when i push the button -, am i send a signal like close contact between 0V and Y ?

Thank you

Best Answer

Home thermostats interface with the rest of the HVAC system with a few wires. Usually they switch low voltage (eg. 24VAC) with several contacts or solid-state switches, to control heat, cool and fan operation.

If you have an electronic one, the buttons or whatever go to a micro in the thermostat, not outside of the thermostat.

The wire color codes and names are fairly standardized, look at Honeywell, Nest etc. wiring diagrams.

Note that the other side of the 24VAC is typically not present in the thermostat housing.

Related Topic