Skip to content
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

docs: Update projects using TeslaMate #4573

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 36 additions & 40 deletions website/docs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,13 @@
title: Projects using TeslaMate
---

## [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.

LINK: [github.com/gaussmeter/gaussmeter](https://github.com/gaussmeter/gaussmeter)

## [MMM-Teslamate](https://github.com/denverquane/MMM-Teslamate)

A [Magic Mirror](https://magicmirror.builders/) Module for TeslaMate.
Here are some projects that use **TeslaMate** as a data source to enrich its functionality and that can be useful depending on your setup.

LINK: [github.com/denverquane/MMM-Teslamate](https://github.com/denverquane/MMM-Teslamate)

## [Home Assistant Addon](https://github.com/lildude/ha-addon-teslamate)
## [TeslaMate ABRP](https://fetzu.github.io/teslamate-abrp/)

An unofficial Home Assistant addon for TeslaMate, with a PostgreSQL addon too. Works with the existing community Grafana and Mosquitto addons to provide a complete solution.
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.

LINK: [github.com/lildude/ha-addon-teslamate](https://github.com/lildude/ha-addon-teslamate)
LINK: [github.com/fetzu/teslamate-abrp](https://github.com/fetzu/teslamate-abrp)

## [TeslaMateAgile](https://github.com/MattJeanes/TeslaMateAgile)

Expand All @@ -36,50 +26,56 @@ The application is written in Golang and data is received from both PostgreSQL a

LINK: [github.com/tobiasehlert/TeslaMateApi](https://github.com/tobiasehlert/teslamateapi)

## [TeslaMate Telegram Bot](https://github.com/JakobLichterfeld/TeslaMate-Telegram-Bot)
## [TeslaMate Custom Dashboards](https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards)

This is a telegram bot written in Python to notify by Telegram message when a new SW update for your Tesla is available. It uses the MQTT topic which TeslaMate offers.
Teslamate Custom Grafana Dashboards, including: Amortization Tracker, Battery Health, Browse Charges, Charging Costs Stats, Charging CurveStats, Continuous Trips, Current State, Database Information, DC Charging Curves By Carrier, Incomplete Data, Range Degradation, Mileage Stats, Speed Rates, Speed & Temperature, 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/JakobLichterfeld/TeslaMate-Telegram-Bot](https://github.com/JakobLichterfeld/TeslaMate-Telegram-Bot)
LINK: [github.com/jheredianet/Teslamate-CustomGrafanaDashboards](https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards)

## [TeslaMate ABRP](https://fetzu.github.io/teslamate-abrp/)
## [TeslaMate Guru on Gurubase](https://gurubase.io/g/teslamate)

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.
TeslaMate Guru is a TeslaMate-focused AI to answer your questions. It primarily uses the TeslaMate documentation and the TeslaMate GitHub repository to generate responses.

LINK: [github.com/fetzu/teslamate-abrp](https://github.com/fetzu/teslamate-abrp)
LINK: [https://gurubase.io/g/teslamate](https://gurubase.io/g/teslamate)

## [CustomGrafanaDashboards](https://github.com/CarlosCuezva/dashboards-Grafana-Teslamate)
## [Tesla Home Assistant Integration](https://github.com/alandtse/tesla)

Collection of custom dashboards for Grafana.
The Tesla Home Assistant integration can use the data from the TeslaMate MQTT integration to update car data in near-real time.

LINK: [github.com/CarlosCuezva/dashboards-Grafana-Teslamate](https://github.com/CarlosCuezva/dashboards-Grafana-Teslamate)
LINK: [github.com/alandtse/tesla](https://github.com/alandtse/tesla)

## [TeslaMate Custom Dashboards](https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards)
LINK: [Wiki How-To](https://github.com/alandtse/tesla/wiki/Teslamate-MQTT-Integration)

Teslamate Custom Grafana Dashboards, including: Battery Health, Browse Charges, Charging Costs Stats, Charging CurveStats, Continuous Trips, Current State, Mileage Stats, Tracking Drives and more.
Also, there are two dashboards (Current Charge & Drive View) that could be browsed on the car while driving or charging.
## [TeslaMate Telegram Bot](https://github.com/JakobLichterfeld/TeslaMate-Telegram-Bot)

LINK: [github.com/jheredianet/Teslamate-CustomGrafanaDashboards](https://github.com/jheredianet/Teslamate-CustomGrafanaDashboards)
This is a telegram bot written in Python to notify by Telegram message when a new SW update for your Tesla is available. It uses the MQTT topic which TeslaMate offers.

## [Tesla Home Assistant Integration](https://github.com/alandtse/tesla)
LINK: [github.com/JakobLichterfeld/TeslaMate-Telegram-Bot](https://github.com/JakobLichterfeld/TeslaMate-Telegram-Bot)

The Tesla Home Assistant integration can use the data from the TeslaMate MQTT integration to update car data in near-real time.
## [CustomGrafanaDashboards](https://github.com/CarlosCuezva/dashboards-Grafana-Teslamate)

LINK: [https://github.com/alandtse/tesla](https://github.com/alandtse/tesla)
Collection of custom dashboards for Grafana.

LINK: [Wiki How-To](https://github.com/alandtse/tesla/wiki/Teslamate-MQTT-Integration)
LINK: [github.com/CarlosCuezva/dashboards-Grafana-Teslamate](https://github.com/CarlosCuezva/dashboards-Grafana-Teslamate)

## [Tesla-GeoGDO](https://github.com/brchri/tesla-geogdo) (previously [Tesla-YouQ](https://github.com/brchri/tesla-youq))
## [Gaussmeter](https://github.com/gaussmeter/gaussmeter)

A lightweight app that will operate your smart garage door openers based on the location of your Tesla vehicles, automatically closing when you leave, and opening when you return. Supports multiple geofence types including circular, TeslaMate, and polygonal. Supports multiple vehicles and various smart garage door openers.
An LED illuminated acrylic Tesla Model 3. Its color and scale of light depend on the cars current state.

LINK: [https://github.com/brchri/tesla-geogdo](https://github.com/brchri/tesla-geogdo)
LINK: [github.com/gaussmeter/gaussmeter](https://github.com/gaussmeter/gaussmeter)

## [TeslaBox](https://www.teslarpi.com)
## [Home Assistant Addon](https://github.com/lildude/ha-addon-teslamate)

Raspberry Pi project that installs along Tesla's standard USB drive, sends video alerts in real-time & backs up all footage, now comes pre-installed with TeslaMate.
An unofficial Home Assistant addon for TeslaMate, with a PostgreSQL addon too. Works with the existing community Grafana and Mosquitto addons to provide a complete solution.

LINK: [https://www.teslarpi.com](https://www.teslarpi.com)
LINK: [github.com/lildude/ha-addon-teslamate](https://github.com/lildude/ha-addon-teslamate)

## [MMM-Teslamate](https://github.com/denverquane/MMM-Teslamate)

A [Magic Mirror](https://magicmirror.builders/) Module for TeslaMate.

LINK: [github.com/denverquane/MMM-Teslamate](https://github.com/denverquane/MMM-Teslamate)

## [MyTeslaMate](https://www.myteslamate.com)

Expand All @@ -91,8 +87,8 @@ LINK: [MyTeslaMate Website](https://www.myteslamate.com)

LINK: [Follow this guide](/docs/guides/api#myteslamate-fleet-api) to use official Tesla APIs on your Teslamate.

## [TeslaMate Guru on Gurubase](https://gurubase.io/g/teslamate)
## [Tesla-GeoGDO](https://github.com/brchri/tesla-geogdo) (previously [Tesla-YouQ](https://github.com/brchri/tesla-youq))

TeslaMate Guru is a TeslaMate-focused AI to answer your questions. It primarily uses the TeslaMate documentation and the TeslaMate GitHub repository to generate responses.
A lightweight app that will operate your smart garage door openers based on the location of your Tesla vehicles, automatically closing when you leave, and opening when you return. Supports multiple geofence types including circular, TeslaMate, and polygonal. Supports multiple vehicles and various smart garage door openers.

LINK: [https://gurubase.io/g/teslamate](https://gurubase.io/g/teslamate)
LINK: [https://github.com/brchri/tesla-geogdo](https://github.com/brchri/tesla-geogdo)
Loading