jmcollin78 / versatile_thermostat

A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management
MIT License
333 stars 36 forks source link

Dont send regulated temperature to a device which is Off #286

Closed jmcollin78 closed 11 months ago

jmcollin78 commented 11 months ago

Discussed in https://github.com/jmcollin78/versatile_thermostat/discussions/159

Originally posted by **benzo8** November 4, 2023 I may well be missing something, but it seems to me that, when my VThermostat is set to Off (and it correctly turns my equipment off), if the temperature passes the threshold the equipment will turn back on again. Ideally, I want to be able to turn the _Thermostat_ off, not just the equipment - can this be done without disabling the entity every time?

See the fixed code in the end of the discussion.

jmcollin78 commented 11 months ago

https://github.com/jmcollin78/versatile_thermostat/releases/tag/5.1.0

Done. It works for the first time. Thank you @benzo8 !