ScratMan / HASmartThermostat

Smart Thermostat with PID controller for HomeAssistant
338 stars 49 forks source link

Strange behaviour after calling smart_thermostat: reload service #46

Closed TTLucian closed 2 years ago

TTLucian commented 2 years ago

Describe the bug After calling smart_thermostat: reload service I get strange behaviour of the target temperature. It always reverts to the value before reload. Only a restart of the HA core resolves this problem.

To Reproduce Steps to reproduce the behavior:

  1. Call smart_thermostat: reload service
  2. Change the target temperature
  3. Wait a few seconds
  4. The target temperature reverts by itself to the value set before the reload

Screenshots Untitled

Additional context I haven't found any other cause or corelation for this behaviour. I don't have any automations or scripts or schedules or other stuff that messes with the target temperature. I've looked everywhere. The generic_thermostat works fine. Everything is fine after a HA core restart but the issue comes right back after smart_thermostat: reload service.

ScratMan commented 2 years ago

Confirmed. Really strange, need to remove the reload service till the root cause is identified.