elden1337 / hass-peaqhvac

Home Assistant custom component to help hvac-systems stay below peak hourly energy levels and prioritize cheap hours to heat your home.
Other
7 stars 2 forks source link

Vent boost kicks in even though not needed? #115

Open enoch85 opened 1 month ago

enoch85 commented 1 month ago

Heating is set to "off".

image

image

image

elden1337 commented 1 month ago

There are three types. Vent boost to boost compressor, night cooling and day cooling. This is the last one you notice. I have added another clause to it now so next time i release it will not kick in as often.

• temp indoors must be > 3c more than your setting • temp indoors must be > 4c warmer than outside this is the new one • outside temp must be more than the stop_heating_temp • peaqhvac must not be in away mode • the temp trend for indoor temp must not be falling

enoch85 commented 1 day ago

This is still an issue tried again the last couple of days. I think the diff in temp should be adjustable. For example: Summer, 25 degrees in the house, a cold night with 19 degrees outside = vent kicks in. But I don't want to. (:

elden1337 commented 1 day ago

You are free to pr that if you have time and want it quick. Would require changes all the way from configflow to house_ventilation.py but fairly straight forward.