Multiple dashboards #119
youzer-name
started this conversation in
Show and tell
Replies: 3 comments 2 replies
-
@youzer-name Love this! You are brilliant. This gets back to my desire to create a library (marketplace) to store these different dashboards for others to use. At the very minimum, you will inspire others to explore so thanks for posting this!!! 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wow, these are amazing @youzer-name - I love what you have done with this! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@youzer-name ... wow, that's awesome! Would you be willing to share a copy of your dashboard by chance?? :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a show & tell post to share how I currently have Grafana set up with multiple dashboards. I had already split my panels into a small Current Status dashboard and a larger one with everything else, but since I've added a bunch of new monthly panels I decided to split all the long-term charts off into their own dashboard for historical data.
My default dashboard is Current Status. It is designed to fit on my desktop or laptop screen without scrolling:
This defaults to the last 24 hours and automatically refreshes every 1 minute. I have the Tesla animation, the Energy Usage chart, total use and cost, plus current temp, current cloud cover, total battery capacity, and a panel showing the time of the latest data.
I've added panels at on the right side that are not related to the Powerwall. These show my HVAC, vitals of the Raspberry Pi that is running this project, and free memory stats on my home automation hubs, plus the status of my 2 Tesla cars (from TeslaMate). I also have panels for the current total Powerwall capacity and the time of the last data update.
Then I have a bigger dashboard called Powerwall-Monitor
This also defaults to the last 24 hours and refreshes every minute. The top shows a lot of the same information as the current status dashboard but there are some extra panels. At the bottom it has two additional rows that can expand or collapse: Vitals, and Weather
The vitals section expands to show powerwall temps, frequency, votages, and capacity charts. I've converted all of these from the older chart types to the newer Time Series type. I enhanced the Frequency and Voltages charts to add a Grid Status indicator. A red line appears at the bottom of those charts when the grid status is "off grid". This image shows a brief off-grid period last week.
Finally the Weather row expands to show the weather charts:
I moved all the monthly and historical charts to a third dashboard called Powerwall-History. This one pulls from my MySQL database with Time of Use pricing. The default time period on this dashboard is 30 days and it doesn't automatically refresh.
At the top I have total kWh and costs for the time period, plus a grid status chart. Below that I have the daily charts that always show the last month, and my monthly charts that always show the last 12 months for home, solar, gird, powerwall, total cost, solar cost, grid cost, and effective price per kWh per month. Below that is the 'solar energy year' chart , the vitals charts, and the weather charts. I have the weather charts saved with only clouds and rain displayed and the other items can be shown by clicking on the legend to turn any or all of them on. Since the Energy Usage panel isn't on this dashboard and many of the charts aren't affected by the selected time period, it updates pretty quickly when switching time spans (for example, from last 30 days to last 1 year).
Beta Was this translation helpful? Give feedback.
All reactions