Open jazzmonger opened 1 year ago
and after a refresh of the browser the missing data is back. I've tried it with and without the filters. No difference.
Interesting. Does this also happen with refresh_interval: 10s
(auto gets push updates from home assistant, setting a time interval pulls them)
Like MANY other folks I had trouble with refresh_interval in that it doesn't "refresh" so based on your recommendation I use auto which gives me near real-time updates, which I need.
If it gets cold again and I need to use the pellet stove, I can certainly test the other refresh option again.
why would a browser refresh make them show up? The data is clearly there, and I can see it in the log entries.
Jeff
Yes, a browser refresh will fetch everything as one interval so everything should be visible.
auto
is that home assistant may not send every single update if they come in quick succession10s
is that I ask home assistant "give me everything between 10 seconds ago and now", and then assume I don't need to fetch anything inside that interval anymore. So it could happen that an update comes later for a timestamp a bit in the past and the card won't asl for it because it thinks it already has it. I'll take a look soon
One thing I want to try is to assume there may always be data between now
and the last know datapoint (instead of between now
and the last time I fetched data.
And also to assume there may be missing data between any two datapoints that arrived via the web socket (auto
mode)
I just tested the refresh option you suggested. Same problem exists.
after a browser refresh
Ok, thanks. I'll think about how to deal with this without bombarding the home assistant backend with requests
Describe the bug A clear and concise description of what the bug is. Data is often missing from graphs. Reproducible on iPad, iPhone, macOS, Ubuntu and Debian. Safari, chrome, Brave browsers. Hone assistant app on iOS and macOS.
This happens intermittently on all platforms. Sometimes it's one data point, sometimes it's multiple data points in a row. The data comes back most of the time if you refresh the page.
Screenshots If applicable, add screenshots to help explain your problem.
yaml
Additional context Add any other context about the problem here.