custom-components / climate.programmable_thermostat

Programmable thermostat that let you have a smart thermostat on budget.
The Unlicense
113 stars 35 forks source link

Heating and cooling control with a single switch. #56

Closed Anzic23 closed 2 years ago

Anzic23 commented 2 years ago

I'm trying to set up fan coil control with your component. The task is as follows: The fan coil operates in two modes, heating only and cooling only (summer/winter mode). In summer mode, the thermostat turns on the relay until the current temperature drops to the set temperature. Then it turns off until the current temperature exceeds the desired one. In winter mode, the thermostat turns on if the current temperature is LOWER than the set one, and heats up until the current temperature INCREASES to the set one, then turns off. The question is, is it possible to somehow bind the logic of the summer / winter modes to your component? Ideally, removing the "automatic" mode.

MapoDan commented 2 years ago

Ciao, Yes, the integration should allow to set heaters and coolers to the same value since version 7.6

Anzic23 commented 2 years ago

You are right, you can specify one device for heating and cooling. I created 2 virtual switches and 4 automations. It is a pity that I did not check this possibility right away. Thanks for the tip!