Does anyone else experience this issue since 0.10x (not sure which version it started with exactly as I did not do much editing between those) where UI is automatically reloaded in what seems like fixed intervals? Not the whole UI, sidebar menu stays in place, but the main content of the page that’s in the iframe, i believe, gets reloaded?
As you can imagine it’s extremely annoying when you’re editing something like Automations or even the Configurator addon. Writing something for a minute and then losing it, then again and again, forcing yoou to hit “Save” after each changed line, that’s horrible.
I’m using Firefox and running Hass.io on dedicated Debian VM installed with the “Generic linux server” script if it matters.
I want to check with the community first, maybe it’s a known issue, before posting it on github.
It never happened to me on earlier versions as well. Just updated to the latest version to see if it would fix the issue (from 0.102.1 to 0.102.3) - nope. Refreshed the page, cleared cache and all.
Could it be the “meta refresh” configuration in your browser? If so, you can disable it. Firefox typically disables it by default, and (at least for me) it throws a flag on the bottom left of the screen when a change in the content is detected.
Should it refresh the whole page or just the iframe? Because it only refreshes the contents of the page, as I mentioned, Hass menu stays in place during refresh… I think. But I will check thanks.
After my post, I took a quick look at the HTTP source for the UI. I’m not very familiar with the Firefox tools, but I couldn’t find any meta refresh references during a cursory look. That said, it seemed to help Michael, so his configuration change apparently did something.