Data not displayed correctly on mySolarBat App

Hello all
So when I open mySolarBat App, by default it displays 6h and work correctly


When I display the Day, I have missing data

But if I come back to 6h display and then move back with the arrow, the data is displayed correctly

It is the first time that this problem appears, the app is running from mid September.
If I refresh the page, same problem. If I display a week, there is also missing data.
Any idea to solve this?
Regards
Christophe

What interval are your feeds set to, and how often are they being written to?

As I get the inverter information through http requests on the cloudportal api, I do this each 5 minutes and I use PHPFINA for the feeds.
Hope this answer your question

And funny is that in order to have some basic infos outside my local network, I get the data from the feed api and then generate a plot with matplotlib and send the picture to an outside mqtt broker.
And there no missing data


But if a click in the load feed in emoncms, it display the graph and I have missing data…

What interval were the PHPFINA feeds created with? The default is 10s, so there may be gaps within the feed between readings.

I personally prefer PHPTIMESERIES for feeds with updates greater than a minute.

Ok but how do I change that?
When I try to edit the log to feed in the input list there is no possibility to change the engine…

You cannot change the interval or engine of a feed, only create a new one.

With some effort, it is possible to import the data from an old feed.