custom-components / climate.programmable_thermostat

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

When in automatic mode you change the temperature, keep it for a determined amount of time #51

Closed gdistasi closed 2 years ago

gdistasi commented 2 years ago

If I understand correctly, when you are in automatic mode, you can change the target temperature by hand, in the UI. At that point, that temperature becomes the setting forever. It would be useful instead to have an option to set the duration of such a new setting. After that duration, the climate would go back to the automatic mode (and the relative temperature). Indeed, as it is now, it's not clear what's the purpose of the manual mode, since you can change the temperature anyway and that temperature becomes the new one indefinitely.

gdistasi commented 2 years ago

On a different note, if things remain as they are now, it woudl be nice if when I set a temperature and the climate is in automatic mode it would go in manual mode (by highlithing the central icon in the UI).

MapoDan commented 2 years ago

Ciao, It is not like that.

This is working like that since everything is based on the tracking changes of HA. Maybe there is other ways, but I'm really a basic developer :) (sorry)

Daniele