Closed Napolitain closed 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 :
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
Currently, my controller looks like that :
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 !