CoRfr / better_thermostat

This custom component for Home Assistant will add crucial features to your climate-controlling TRV

Home Page:https://better-thermostat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Active installations GitHub issues Version - 1.3.0 Discord hacs_badge

Better Thermostat

For more infos visit: https://better-thermostat.org/

Requirements

  • Minimum required Home Assistant version: 2022.8.0 (Latest tested version: 2023.9.2)

Companion UI

We've created a companion UI element which can display more information than the default thermostat element in Home Assistant. Check it out via HACS: better-thermostat-ui-card

  • If you have a question or need help please create a new discussion or check if your question is already answered
  • If you have a suggestion, found a bug, or want to add a new device or function create a new issue
  • If you want to contribute to this project create a new pull request

Features

This integration brings some smartness to your connected radiator thermostats setup:

  • Uses a temperature sensor far away from the radiators to measure the real room temperature
  • Makes your TRVs fully compatible with Google Home
  • Let your windows disable your heating (avoids programming this via automations)
  • Your weather forecast provider will turn your heat on/off
  • Or an outside air temperature sensor can do this as well
  • Does some valve-maintenance automatically, to avoid that they will get stuck closed over summer
  • Group multiple TRVs to one (e.g. for a room with multiple radiators)
  • Enhance the default TRV Algorithm with some smartness to reduce the energy consumption

Which hardware do we support?

We support all thermostats which are compatible with Home Assistant as long as they are shown up as a climate entity

Integrations that are tested

  • Zigbee2Mqtt
  • Deconz
  • Tado
  • generic_thermostat

How to setup

Install this integration via HACS or copy the files from the latest release

Configuration details can be found in the documentation or on our website: better-thermostat.org

Some nice to know config tips for the configuration.yaml

Example Window/Door - Sensor config

group:
  livingroom_windows:
    name: Livingroom Windows
    icon: mdi:window-open-variant
    all: false
    entities:
      - binary_sensor.openclose_1
      - binary_sensor.openclose_2
      - binary_sensor.openclose_3

Combine multiple TRV to one (Group)

No worry, Better Thermostat supports grouping out of the box


Contributing?

checkout the CONTRIBUTING.md file

☕ Support

If you want to support this project, you can ☕ buy a coffee here.

About

This custom component for Home Assistant will add crucial features to your climate-controlling TRV

https://better-thermostat.org

License:GNU Affero General Public License v3.0


Languages

Language:Python 97.0%Language:SCSS 2.4%Language:Shell 0.7%