Share & Show Off your Installations Here! #77
Replies: 2 comments 7 replies
-
I'll start by sharing a custom panel that I've added to my Home Power Dashboard: This panel looks at the last 60 days of daily usage, production, and cost. Each bar is a single day. The green is the amount of solar energy I produced for that day. The red is the amount of energy my home consumed. The bars are not stacked - they are overlapped - so if the red bar is taller than the green bar, I know I consumed more than I produced. The blue line tracks the daily power cost or credit (on the right axis). RequirementsThis panel cannot be used on the raw data alone because looking at 60 days worth of raw data would be an incredible amount of data. So, it requires you to setup continuous queries (CQs), which will automatically downsample the high resolution data into 5 minute averages for all future data. To get the historic data summed up into 5 minute averages, you'll have to run a query manually. You'll also need to have the Here are the commands to backfill the averages for all your historic data, followed by the commands to create the CQs for future data. These need to be ran inside InfluxDB, so connect to your InfluxDB with: Also, the first set of commands (starting with Also, run the
After that, you should have the necessary data to deploy this panel! Panel JSON attached. (To deploy the panel, simply go to your dashboard, add a new empty panel, hit apply to add the empty panel to the dashboard, then click on the panel title, go to Inspect, then Panel JSON. Then, paste the contents of the attached file into the Panel JSON box, overwriting everything that was there. Don't forget to restart the power monitor if you stopped it! |
Beta Was this translation helpful? Give feedback.
-
Hello, just a heads-up in that there is a new timezone global variable in grafana. Therefore, future versions of the dashboards should replace |
Beta Was this translation helpful? Give feedback.
-
Have a neat looking dashboard that you've built? Show it off here! The purpose behind this discussion thread is to share ideas and help newcomers get started making awesome looking dashboards.
If you'd like to share something you've made, please include:
Beta Was this translation helpful? Give feedback.
All reactions