cyr-ius / hass-heatzy

Climate Home Assistant component for Heatzy Pilot
MIT License
33 stars 13 forks source link

Is it possible to make a better controller ? #20

Closed Napolitain closed 2 years ago

Napolitain commented 2 years ago

Currently, my controller looks like that :

image

Note that there is no distinct way to

At this time of the screenshot, I was on "programmed - nightmode".

I understand the difficulties are elsewhere (API) but I think we need a much better controller !

Napolitain commented 2 years ago

Okay looking at it, it just seems it is a HA native UI which is just quite bad. I'll search for better ones I guess. Maybe, can we change it to at least look with correct parameters ?

ex : image

cyr-ius commented 2 years ago

Heatzy convectors do not have a temperature sensor. It is therefore necessary to make a generic Thermostat and to associate a temperature sensor and the Heatzy switch in configuration.yaml

climate:
  - platform: generic_thermostat
    name: Thermostat Salon
    heater: climate.salon #Heatzy climate sensor
    target_sensor: sensor.lumi_rdc_temperature #Your temperature sensor (for me , it's Xiaomi Aqara Lumi)
    away_temp: 14
    comfort_temp: 19.5
    sleep_temp: 17.5
    hot_tolerance: 0.2
    cold_tolerance: 0.2
    keep_alive:
      minutes: 5