Skip to content

Random missing datapoints in get_facility_data calls #11

@AndrewStyan

Description

@AndrewStyan

I occasionally get missed TimeSeriesDataPoints in my get_facility_data calls. It affects all the facilities at the same time point and is repeatable (only tested on solar farms and 5m intervals).

Example below is for Aldoga solar farm.

Output:
Query parameters appears first.
The [0,1,0....] list is the result for each 5m interval in the 24 hours prior to 9:47 am today. 0 means the data point is missing.
The actual missing time intervals are then listed. The missing data at start and finish is understandable as I need to figure out when data starts and finishes wrt requested period.

Image

Here is the screen shot of Aldoga showing that there is data at 16:20 (4:20 pm) - one of the missing data points.

Image

Here is a json dump of the response from this query:
The gaps in data are also evident here, ie not my code :)

keep_2_oe_facility_snapshot.json

A similar query that included 48 solar farms had all facilities missing data at the same times. I checked a couple of the openelectricity facility screens and they all showed data at those points.

Is this a bug? The odd missing data point doesn't matter too much for my use but it it's a bit difficult to deal with on this side, especially if they occur in a run.

Note that I only started looking at this yesterday and there are no missing data since late yesterday, so maybe a one-off. Still need to know whether it is something I need to allow for.

Andrew

PS Maybe related to this, but doubtful: #6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions