ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
336 stars 48 forks source link

Keep_alive not working #201

Open HappyPlotter opened 5 months ago

HappyPlotter commented 5 months ago

Describe the bug The thermostat is controlling a shelly device. I have enabled the keep_alive to 1 minute and in the shelly I have the timer off set to 10 minutes. Normally the timer should be reset back to 10 minutes every keep_alive period so every minute in my configuration

To Reproduce Set the keep_alive to 1 minute and check if it updates the value

Additional context keep_alive works fine with generic thermostat, it is not woking correctly with dual thermostat

tantra35 commented 5 months ago

In my case, i relatively fixed this by setting min_cycle_duration, and its seems to work

HappyPlotter commented 4 months ago

I have minimum cycle set but it does not fix the keepalive. I have not made an automation that every minute turns on the shelly. Which essentially "keeps alive"

ScratMan commented 1 week ago

I have minimum cycle set but it does not fix the keepalive. I have not made an automation that every minute turns on the shelly. Which essentially "keeps alive"

Please test the alpha release v2024.6.2-alpha1, if it fixes it I'll make it official.