TeslaMate
Import your driving and charging data from TeslaMate or MyTeslaMate.
Export from TeslaMate
- Open a terminal and navigate to your TeslaMate directory
- Run this command: docker compose exec -T database pg_dump -U teslamate teslamate > ./database.sql && gzip database.sql
Didn't install TeslaMate using Docker?
Run this command instead: pg_dump -U teslamate teslamate > ./database.sql && gzip database.sql
Export from MyTeslaMate
Visit the Backups page in your MyTeslaMate dashboard to download the most recent backup.
Import into Tessie
Visit this page, click Import TeslaMate Export and select database.sql.gz.
That's it! Tessie will process all of your data and you'll receive an email when it's done. Depending on the length of your vehicle history, this process may take several hours.