ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
353 stars 50 forks source link

Preset values not updated #62

Closed csmit86 closed 2 years ago

csmit86 commented 2 years ago

After changing the preset values in the configuration.yaml the thermostat still uses the previous values. I did restart HA.

configuration.yaml

`climate:

ScratMan commented 2 years ago

This is expected behavior, once the presets are enabled by YAML, they are always restored from previous state after restart. The values should be changed by the set_preset_temp service only.

csmit86 commented 2 years ago

Expected for you maybe. How should I have known?

ScratMan commented 2 years ago

You're right, I mentioned this in the description of the release when this feature was added, but I forgot to indicate it in the readme.