Mic-M / ioBroker.smartcontrol

Control devices smarter: by grouping, including triggers like motion, opening window, etc. and set target devices accordingly
MIT License
23 stars 13 forks source link

Thermostat #180

Open Chris-656 opened 2 years ago

Chris-656 commented 2 years ago

Hi everybody, First of all I want to say that this adapter is really great.

I have an enhancement for the adapter and I think it is not too complicated since nearly everything is here.

A Zone Thermostat with

Application: A Heating is connected to a Plug1. A Sensor Shelly for instance is measuring the temperature TempVal. When the TempVal < Limit the plug is set to true and the limit is set to (limit + 2, hysteresis e.g. 2). When the upper limit is reached the plug is set to false again.

regards Chris