gazoodle / gecko-home-assistant

Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules
MIT License
69 stars 24 forks source link

Wrong Target Temperature in Economy Mode #108

Open JM-405 opened 4 months ago

JM-405 commented 4 months ago

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:

normal Target Temperatur: 35°C economy mode - timerange: 00:00-08:00 economy mode - temperture: 17°C

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