geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.15k stars 440 forks source link

last 2 days "N/A" #508

Closed Marcel40625 closed 7 months ago

Marcel40625 commented 1 year ago

hey there,

is it just me or works everything except the "last 2 days" section?

Firefly_23-05-07_23-47-47_89Q_00091515

dcwestra commented 1 year ago

I have this same issue. I dug a little deeper and did some manual time frame adjustments. Here are some other ranges that will not work (assuming now to now-x): 46-48 hours, 2751-2916 minutes, 165006-174999 seconds.

Of course, if the seconds range does not work, the rest wont because they all fall within this range.

dcwestra commented 1 year ago

Did some more playing around. Any time you have those range amounts, the data will be NA. If you do now-4d to now-2d, you will still get N/A. So any time the difference is between 165006-174999 seconds (whether translated from s to h or d) you will get this error.

dcwestra commented 1 year ago

I believe I just solves this. The step interval for these graphs are set to auto. The ranges I listed pull an auto min step interval of 15s, which returns over the max number of data-points. If you change the min step to 20s, then the data displays as a reasonable number of data points is now returned.

github-actions[bot] commented 9 months ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 7 months ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.