-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
part:❓We need to figure out which part is affectedWe need to figure out which part is affectedpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
part:❓We need to figure out which part is affectedWe need to figure out which part is affectedpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:bugSomething isn't workingSomething isn't working