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
752 stars 123 forks source link

climate.xxxx Not Available #275

Closed djtomybcn closed 2 years ago

djtomybcn commented 2 years ago

Hello! First of all, thank you who make this addon possible.

I bought two trv SEA802-Z01 and I see that they are in the compatible list.

Maybe I'm forgetting something, but this is my configuration (I use a yaml file only for climates)

- platform: better_thermostat
  name: Buhardilla_Der_TRV
  unique_id: Buhardilla_Der_TRV
  thermostat: climate.trv_z01_80_2
  temperature_sensor: sensor.a4c138ec64dd_temperature

And this is the result: image

I have checked the logs and I have not seen any reference to this addon.

Versions: better_thermostat-1.0.0-beta.2 Homeassistant 2021.12.10

djtomybcn commented 2 years ago

I read in another post that it's mandatory windows_sensors. Working!