Tessie to TeslaMate Migration #4112
Replies: 17 comments 27 replies
|
Could go Tessie > TeslaFi > TeslaMate since TeslaFi importing is supported. |
|
If I could get a sample output, I would have a look... |
|
I don't see any location data in them. So, tables And, not sure, how to deal with So, migration probably does not make sense. |
|
Drop it here (link removed) and tell me, when done please. |
|
I understand that Tessie does not offer any export, it is up to us to work. And when I see what they export, I confirm that Teslamate is much more complete in terms of data!! To import third-party data, I base myself on the format required for TeslaFi import. So I have prepared a CSVFiddle to show how we can transform the CSV files provided by Tessie with an SQL query that will generate a "TeslaFi" type file. |
|
I made a grinder to compile the Tessie files and create a CSV import file compatible with Teslamate. It is based on the TeslaFi format. It is available here if you want to try: https://www.myteslamate.com/tessie-to-teslamate/ The data imports correctly, I've seen drives but I have not yet verified the completeness. You can see the BigQuery query that creates the final file here |
|
Amazing! I will give it a try.
On Oct 8, 2024, at 10:50, jlestel ***@***.***> wrote:
I made a grinder to compile the Tessie files and create a CSV import file compatible with Teslamate. It is based on the TeslaFi format.
It is available here if you want to try: https://www.myteslamate.com/tessie-to-teslamate/
The data imports correctly, I've seen drives but I have not yet verified the completeness.
You can see the BigQuery query that creates the final file here<https://github.com/MyTeslaMate/tessie-to-teslamate-import/blob/master/bigquery.sql>
—
Reply to this email directly, view it on GitHub<#4112 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BKHZAWZRCKYNWQVPNZJ2KFDZ2PWKDAVCNFSM6AAAAABLZUD6OSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAOBYGEZTIMY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Hello @giterdone509. I've been excited to try your migration tool, since I have been tracking my Tesla from about 10 days after its delivery, last year, but would be interested in switching to TeslaMate. I noticed that "Charger States" is always null or I can try sharing my |
|
Is the import broken? Tried creating the Teslamate import csv file using this link https://app.myteslamate.com/tessie Then I tried running the bigquery (link in comment above) on the Tessie export files (after importing them into my Postgres v17 database). TIA for any advice. |
|
Hi The import page (https://app.myteslamate.com/tessie) seems to be broken again. Regard Søren |
|
Hi, is there any chance to import overlapping data? |
|
Hi everyone 👋 I ran into the same issues trying to migrate from Tessie to TeslaMate. The web converter at myteslamate.com keeps breaking when Tessie changes its export format, and the BigQuery approach is complex to set up. So I wrote a standalone Python script that converts the Tessie export CSVs directly to TeslaFi format, without any external service or BigQuery dependency: 👉 https://github.com/ThomasGrl/tessie-to-teslamate-converter How it works:
Key features:
So far it's working well for my Model 3. If you're stuck with the web tools or the BigQuery approach, give it a try — and feel free to open issues or PRs on the repo if something doesn't work with your data! Also posted this as a feature idea on the TeslaMate repo for native support: #5636 |











Uh oh!
There was an error while loading. Please reload this page.
Former Tessie user. I would love a feature to migrate my old Tessie data to TeslaMate. Tessie has a function to export data to a csv for import to TeslaFi.
All reactions