Battery Health Grafana Dashboard (#3059)

* TeslaMate Custom Dashboards

TeslaMate Custom Dashboards: Battery Health, Charging Costs Stats, Charging CurveStats, Tracking Drives and more. There are two dashboards (Current Charge & Drive View) that could be browsed on the car while driving or charging.

* Reorder projects and add more screenshots

* Remove project not using TeslaMate

* Projects using TeslaMate (alphabetically arranged)

* Battery Health dashboard

* Redesign subqueries
in order to improve performance for global variables and estimations

* Rearrange labels

* Simplify charts with plotly and improved estimations

* Rearranged panels and optimized queries

* Added Mileage logged and aditional info

* Improve BatteryHealth queries

* Fix label

* Improve Battery Capacity estimations

---------

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
This commit is contained in:
Juan Carlos Heredia
2023-06-12 12:48:51 +02:00
committed by GitHub
parent 88df9c6de5
commit 71789c95e8
5 changed files with 1573 additions and 15 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,20 +2,6 @@
title: Projects using TeslaMate
---
Here is a list of projects using TeslaMate.
- [Gaussmeter](#gaussmeter)
- [Home Assistant Addon](#home-assistant-addon)
- [MMM-Teslamate](#mmm-teslamate)
- [TeslaMateAgile](#teslamateagile)
- [TeslaMateApi](#teslamateapi)
- [TeslaMate_Telegram_Bot](#teslamate_telegram_bot)
- [TeslaMate-ABRP](#teslamate_abrp)
- [Custom Grafana Dashboards](#customgrafanadashboards)
- [Home Assistant Integration](#tesla-home-assistant-integration)
---
## [Gaussmeter](https://github.com/gaussmeter/gaussmeter)
An LED illuminated acrylic Tesla Model 3. Its color and scale of light depend on the cars current state.
@@ -58,7 +44,7 @@ This is a telegram bot written in Python to notify by Telegram message when a ne
LINK: [github.com/JakobLichterfeld/TeslaMate_Telegram_Bot](https://github.com/JakobLichterfeld/TeslaMate_Telegram_Bot)
## [TeslaMate-ABRP](https://fetzu.github.io/teslamate-abrp/)
## [TeslaMate ABRP](https://fetzu.github.io/teslamate-abrp/)
A python script (also available as a lightweight docker image) that pushes car status data to [ABetterRoutePlanner](https://abetterrouteplanner.com) based on contents of TeslaMate MQTT's topic.
@@ -70,6 +56,12 @@ Collection of custom dashboards for Grafana.
LINK: [github.com/CarlosCuezva/dashboards-Grafana-Teslamate](https://github.com/CarlosCuezva/dashboards-Grafana-Teslamate)
## [TeslaMate Custom Dashboards](https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards)
Teslamate Custom Dashboards: Battery Health, Charging Costs Stats, Charging CurveStats, Tracking Drives and more. Also, there are two dashboards (Current Charge & Drive View) that could be browsed on the car while driving or charging.
LINK: [github.com/jheredianet/Teslamate-CustomGrafanaDashboards](https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards)
## [Tesla Home Assistant Integration](https://github.com/alandtse/tesla)
The Tesla Home Assistant integration can use the data from the TeslaMate MQTT integration to update car data in near-real time.

View File

@@ -57,3 +57,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
## Updates
<img alt="Updates" src={useBaseUrl('screenshots/updates.png')} />
## Lifetime driving map
<img alt="Lifetime driving map" src={useBaseUrl('screenshots/lifetime_driving_map.png')} />
## Visited addresses
<img alt="Visited addresses" src={useBaseUrl('screenshots/locations.png')} />

Binary file not shown.

After

Width:  |  Height:  |  Size: 801 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB