LeoCal
LeoCal
I got the exact same issue in browser_mod after updating to HA 2022.9. I'm now suspecting that the issue I'm hitting with 2022.9 where the entire home assistant instance becomes...
Same here, hvac_action does not follow the actual status of the TRV. In my case it's exactly the opposite, i.e. hvac_action=heating all the time, regardless of whether the TRV is...
Ok, I've done a bit more testing and I think it's a bug happening only when I turn off the climate (i.e. moving from heat to off), which doesn't get...
I have glanced through the code and I've found a fix for this issue. The PR solving it is: https://github.com/KartoffelToby/better_thermostat/pull/1192 I have tested it locally and it works fine.
I have noticed the same problem on my setup today. From a quick code inspection, it seems the issue has been introduced by a recent commit ([b53b564](https://github.com/KartoffelToby/better_thermostat/commit/b53b564cae4f6854738685678b694df50ef5eae4)) which was bundled...