In the time range of “economy mode” , the target temperature in the HomeAssistant is the normal target temperature. I think in this case the correct target temperature is the “economy mode”-temperature.
To reproduce the error you must define a “economy mode” time range and the target temperature in saving mode. You will then get the wrong temperature displayed as soon as you are in the “saving mode” time range.
Describe the bug
In the time range of “economy mode” , the target temperature in the HomeAssistant is the normal target temperature. I think in this case the correct target temperature is the “economy mode”-temperature.
To reproduce the error you must define a “economy mode” time range and the target temperature in saving mode. You will then get the wrong temperature displayed as soon as you are in the “saving mode” time range.
In the API (https://github.com/gazoodle/geckolib) it works correct.
Example:
In the range from 08:00 until 00:00 is 35°C right. Between 00:00 until 08:00 is 17°C right. But HomeAssistant shows 35°C.
The API (https://github.com/gazoodle/geckolib) shows 17°C
Version of the custom_component
newest version is used
Configuration
no changes