Replies: 3 comments 1 reply
|
Thanks for your idea. Not sure what I'm missing, but the docs clearly describe individual import files: https://docs.teslamate.org/docs/import/teslafi and include a python script for many files. |
|
@JakobLichterfeld Thanks for the response! I think there might be a slight misunderstanding — perhaps I didn't explain it clearly enough. The script I built doesn't help with importing multiple files. It converts Tessie's proprietary export format (5 separate CSVs: The docs/script you linked are for downloading data from TeslaFi into TeslaMate — which is the opposite direction. Tessie users currently have no reliable way to get their historical data into TeslaMate. The web-based converters keep breaking when Tessie changes its schema, and BigQuery is complex to set up. This Python script runs locally and just converts the format. No external services involved. Would the project ever consider a native Tessie import option? |
Uh oh!
There was an error while loading. Please reload this page.
Feature request: Add direct Tessie CSV import support
Currently, TeslaMate supports importing data from TeslaFi exports, but Tesla Tessie users have no direct way to get their data into TeslaMate. Tessie exports 5 separate CSV files that don't match TeslaMate's expected format.
The gap
Tessie provides data exports as 5 files:
charging_states.csvdriving_states.csvbattery_states.csvvehicle_states.csvclimate_states.csvTeslaMate's import page expects the single-file TeslaFi format.
A community solution
I've created a Python converter script that bridges this gap: tessie-to-teslamate-converter
It handles all the technical requirements:
idcolumn (without it TeslaMate returns "No complete vehicle data was found")charger_phasesvalues (critical for PostgreSQLmode())charge_energy_addedusing Energy Remaining from battery_statesWhy consider native support?
Adding direct Tessie import to TeslaMate would:
Questions for maintainers
Happy to contribute code or discuss implementation details!
Link to converter tool: https://github.com/ThomasGrl/tessie-to-teslamate-converter
All reactions