hacker-cb / hassio-component-smart-thermostat

Home Assistant component: Smart Thermostat with auto Heat/Cool modes and PID control support
48 stars 11 forks source link

Heating and cooling control with a single switch. #5

Open Anzic23 opened 2 years ago

Anzic23 commented 2 years ago

Добрый день. Пытаюсь настроить управление фанкойлом с помощью вашего компонента. Задача в следующем: фанкойл работает в двух режимах, только обогрев и только охлаждение (летний/зимний режим). В летнем режиме термостат включает реле до тех пор, пока текущая температура не ПОНИЗИТСЯ до установленной. Потом отключается, пока текущая температура не превысит желаемую. В зимнем режиме термостат включается если текущая температура НИЖЕ установленной, и греет до тех пор, пока текущая температура не ПОВЫСИТСЯ до установленной, потом выключается. Вопрос в том, можно ли как-то привязать логику работы летнего/зимнего режимов к вашему компоненту? В идеале убрав "автоматический" режим. in English: Good afternoon. 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.

Anzic23 commented 2 years ago

Сделал то что нужно было через виртуальные переключатели и автоматизацию. Теперь нужно "избавиться" от автоматического режима. Можно ли это как-то сделать?

I did what I needed through virtual switches and automation. Now you need to "get rid" of the automatic mode. Can this be done somehow?