Skip to content

No data returned for single component query over extended time range #91

Description

@cyiallou

What happened?

When querying for a single component (pv inverters) on MID 113 over a longer time range, no data is returned — even though short time ranges do yield results (zeros and occasional NaNs; zeros are expected).

Example query that does not return any data:

reporting-cli \
    --url $URL \
    --key=$key \
    --mid 113 \
    --cid 572 \
    --metrics AC_ACTIVE_POWER \
    --start 2025-03-24T00:00:00 \
    --end 2025-05-16T00:00:00 \
    --resampling_period_s 300

Example query that returns data:

reporting-cli \
    --url $URL \
    --key=$key \
    --mid 113 \
    --cid 572 \
    --metrics AC_ACTIVE_POWER \
    --start 2025-03-25T00:00:00 \
    --end 2025-05-16T00:00:00 \
    --resampling_period_s 300

What did you expect instead?

At least partial data should be returned for the queried interval.

Affected version(s)

No response

Affected part(s)

I don't know (part:❓)

Extra information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    part:❓We need to figure out which part is affectedpriority:❓We need to figure out how soon this should be addressedtype:bugSomething isn't working

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions