-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created an overview dashboard for Grafana #196
Conversation
Based on the ideas from some other dashboards I've seen (primarily, https://i.redd.it/hc7v6ts1qni31.jpg ), I created an overview dashboard with existing data sets Here is a screenshot of this dashboard: https://i.imgur.com/3Q4UP7U.png
Just imported into my installation, looks great! I use metric units so I'd convert that for my environement, this is a really useful contribution @DBemis |
Awesome, well done! Thanks @DBemis One little piece is missing before this can be merged: could you wrap all panels in a "row" that gets repeated for all |
Wow! This looks great @DBemis and @ngardiner. How can I get this dash imported? Or will it be included in future releases perhaps @adriankumpf? (I'm sorry for the lack of knowledge here...) :) |
@spacecosmos I don't have admin password here (so I'm not sure about exact page or field names), but roughly: go to Manage > Dashboards, there is sth like Add JSON, copy the content of the file (overview-dash.json) into the box and save. |
Overview dashboard (love it!): only shows 1 vehicle, unclear how to switch to the other Teslas on the account. Perhaps either the whole dashboard should be repeated per vehicle (like "charges"), or a vehicle selector dropdown in the header row (like "charge details"). |
Strange - the rows should repeat per vehicle. I'll test adding a fake second car to my local setup this weekend to see what's up |
In case it helps: It shows my car ID #2 (of 3). When I hover over the car name, a gear and trashcan appear. The gear shows: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Did a hacking here and managed to get it to work with multiple cars. |
Found the fix: The option "Multi-Value" must be activated. |
I would like a visualisation of the state in this view... |
Here is a screenshot of this dashboard: https://i.imgur.com/3Q4UP7U.png
Since this is my first attempted contribution, I assume it will need some tweaks. Everything should be using the car, distance, and temperature units from the vars. I wanted variable thresholds for the temp and voltage gauges, but it appears Grafana doesn't support that feature
This was based on the ideas from some other dashboards I've seen (primarily, https://i.redd.it/hc7v6ts1qni31.jpg ).