Generic thermostat missing slider for setting temperature

Hi guys,

I have update to the latest version and I have updated the configuration for the modules that were changed.
Unfortunately my thermostat it’s not working anymore.
For instance the slider is missing, and I am not able to set the desired temperature anymore.
Beside that any idea how can I hide the min, max temp from the fronted?

And a small point of view as a user. I reached the level were I am afraid to update anymore. On each update I am afraid that something is changed and something will not work anymore. Usually I have to allocate some free time in case something is not working anymore.
This is frustrating for me. I like all the new features that you implement but I am afraid to update.

I understand your point also but I have the sensation that there are to many “developers” changing as they desire.

Please don’t feel offended, I don’t want to upset anybody, but I wanted to say my thought.

Regards,
Bogdan

Any errors when you run:
hass --script check_config

how can I call this script with the path to my configuration?
if I run it at it is it will check the default path, but I have a different one

ok, it was right under my nose, sorry
with -c and the path, in case someone will wonder

the output is related to kodi but not to the climate

It is working fine here, so it must be something with your configuration.
Can you post your config?

My check stops on the first error, once I fix that error it moves on to the next error, so maybe you need to fix the Kodi error first and work your way through until you have no more errors

1 Like

I have done it, and now I have a Warning regarding an incomplete core config. Auto detected elevation 645.

You should fix that warning too.
Can post your config for the climate component?

Yes, but I don’t know what it means or what should I fix. :slight_smile:

  • platform: generic_thermostat
    name: Thermostat
    heater: switch.thermo
    target_sensor: sensor.living_temperature
    min_temp: 17
    max_temp: 25

Add
elevation: 645
under homeassistant: in your configuration

Try to refresh the HA webpage. Try shift+F5 to force a complete refresh of the webpage or clear the browser cache.

Try to set target_temp in your config for the climate platform.

1 Like

:)) I was thinking about some elevated error. Yes that was missing and now the check it’s fine.

Related to the main issue, yes it seams to be related to the browser. Changed the browser and all is fine now.

Thank you very much Daniel