KartoffelToby / better_thermostat

This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.
https://better-thermostat.org
GNU Affero General Public License v3.0
847 stars 128 forks source link

Feature request: support multiple windows per thermostat #1400

Closed seppelucas closed 1 month ago

seppelucas commented 1 month ago

What is the feature?

support more than one window per thermostat. opening one should be enough too trigger the shutdown timer. I have multiple windows in my living room and would like to add them both to by better thermostat configuration

Description

change configure form to allow multiple entries change underling code

Additional Information

bsafh commented 1 month ago

You can group several wi dows together (HA Helper) and use the group as window sensor.

No need to reinvent the wheel in every integration again.

seppelucas commented 1 month ago

Oh I didn't know that. Thanks for the answer. I will close the issue.