Lovelace thermostat changes not applying?

I’ve noticed I no longer have the ability to change the thermostats via Lovelace UI on overview page. I move the slider to the desired temp and it doesn’t seem to apply. When I refresh it goes back to the prior setting.

I do “not” have problems when using automations to set temps, nor when I use HomeKit apps that are interfacing with HomeAssistant.

It seems specific to the Lovelace UI.

Anyone else seeing this?

I’m using 2022.2.9 with front end 20220203.1 and 2 Nest thermostats and 1 Mysa device.

Hi @allenporter it appears the Lovelace issues are unique to the Nest devices

Previously you coached for logging to be enhanced to help troubleshoot:

logger:
  default: info
  logs:
    homeassistant.components.nest: debug
    google_nest_sdm.event: debug
    google_nest_sdm.event.device: debug

However, will this also capture Lovelace UI card issues, if it’s not pulling and pushing right values? Or do I need to enable logging for another component?

Thanks in advance!

Have you cleared your cache and refreshed the page? Typically when lovelace controls cease to control said devices, you have to hard-reset the page by clearing the cache.

Thanks for the response, and no - I didn’t clear cache. I assumed pull down to refresh would pull latest info and not impact the apply feature.

Regardless, I browsed the mobile app and saw under debug menu item a reset frontend cache option. I just did it and can see if that did trick.

Will report back if I still see any issues. Thank you!

usually a pulldown should work. Either way, if it works as a service call it should work in the UI. That’s all up in the air though if you’re using a custom integration.