Historical data not showing up in InfluxDB dashboard #134
-
Beta Was this translation helpful? Give feedback.
Answered by
gauthig
Sep 9, 2023
Replies: 1 comment 1 reply
-
My guess is because the the history data is labeled as detailed=Day or detailed=Hour, but the provided dashboard is more intended for future data visualization. Its "DetailedDataEnabled" dropdown only contains True or False, and lacks the Day and Hour options. You could try adding those two options via the Settings screen. @gauthig authored a large portion of the historic data fetch and might have some additional insights. See #119 for more background. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it seems to do with the selection of Detailed. What I did was clone the graph twice, then in one I selected Detailed = Day and setup for 365 days as a static range. Then on the other one I set Detailed = Hour and set the static range for Days - 7.
This way I have three graphs:
Top - Showing whatever range I selected (usually 2 days) which has minutes (I do not see much in seconds as energy use = cost over time)
Middle - Showing the current week in hourly values
Bottom - Quick easy to read annual graph by days.