An awesome thermostat

This one :

climate:
  - platform: awesome_thermostat
    name: Salon
    heater: climate.climatisation
    target_sensor: sensor.climatisation_temperature
    eco_temp: 18
    away_temp: 16
    boost_temp: 22
    comfort_temp: 21
    sleep_temp: 20

Hello @meepmeep

Awesome Thermostat is based on the generic thermostat integration which take a switch as heater, not another thermostat.

I have in mind to encapsulate other thermostat to decorate basics ones with the awesome features (open close doors, movement). But I don’t know when I will have the time to do it.

Regards

Hi.
Does that mean i cant use heater: climate.* ?

I wanted to test it with my Homematic IP thermostats, but that doesn’t seem to work.

climate:
  - platform: awesome_thermostat
    name: awesome_thermostat_kueche
    heater: climate.kueche_heizungssteuerung
    target_sensor: sensor.lumi_lumi_weather_temperature
    eco_temp: 18.5
    away_temp: 16
    boost_temp: 23
    comfort_temp: 21.5
    sleep_temp: 20

@dadge thank you for the head’s up. I skipped the generic thermostat and jumped directly to yours, but indeed I need a simple switcher (maybe I can create one from a helper)

Hi all,

This integration seems no more maintained. For this reason I have first made a fork and then add many enhacements so that I had to rename and rework totally the integration. It is available here: GitHub - jmcollin78/versatile_thermostat: A full featured Thermostat for Home Assistant: presets, window, motion, presence and overpowering management

Your feedback will be appreciated !

2 Likes

May I ask how did you get this layout ? Thank you