Teslamate¶
What is it?¶
Teslamate is a powerful, self-hosted data logger for your Tesla.
Details | |||
---|---|---|---|
Project home | Docs | Github | Docker |
1. Installation¶
sb install sandbox-teslamate
2. URL¶
- To access Teslamate, visit
https://teslamate._yourdomain.com_
3. Setup¶
To use a custom subdomain, add a custom value for teslamate_web_subdomain
in the /srv/git/saltbox/inventories/host_vars/localhost.yml
file. More info can be found here.
4. Grafana Setup¶
Once installation is finished, you will need to add the teslamate data source in grafana under connections.
Host URL: This is based upon the {{ teslamate_name }}-postgres
variable. Default is teslamate-postgres:5432
Table: teslamate
Authentication for Postgres: Run the command below to have saltbox output the DB password.
sb install sandbox-teslamate-postgres-password
Save and Test