-
Notifications
You must be signed in to change notification settings - Fork 768
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
TeslaFi data import failure #3158
Comments
Same problem, I tried several times today, import I follow all the guide, but nothing imported data... |
Agree, tried several exports & imports from TeslaFi into TeslaMate, same error every time. Running the latest docker of TeslaMate |
+1, same problem here. |
+1, same problem here. |
+1, same problem and log output. As an update, I compared the columns for my files exported from TeslaFi with the unit test files and the format appear to be the same. I also tried removing any rows in which the vin or display_name was empty. |
+1 same problem happened to me yesterday. |
Same issue here. Any idea if this will ever get fixed? Got months of data in Teslafi that would be nice to move over. 2023-06-21` 17:08:55.431 [info] Importing 1 file(s) ... |
Anyone get this fixed? I can't import my teslafi data either :( |
Here is what I did to make it work. The downloaded files from TeslaFi I edited using this website https://www.convertcsv.com/csv-viewer-editor.htm?utm_content=cmp-true - I changed values in 2 columns. I entered value "1" in all rows in the column vehicle_id . Also my car didn't have a name. I entered a name in my Tesla app and entered the same for all rows in the column display_name in the file from TeslaFi. Then the import in Teslamate went fine. |
Thanks for replying. I tried doing that and it still fails.. I didn't have anything in the vehicle_id field so I entered 1 in all them just as you did.. I had some blanks and then two different names in my display_name so I changed them all to match what's in my app now.. Tried to import and no bueno.. Gives an error about invalid date format..
|
Yes, I had the same issue with the date after editing the .csv file. Make sure you change the format to m/d/yyyy hh:mm |
You've probably changed the date format when you edited the file. The original file from TeslaFi comes with date format like this: "2023-06-01 00:00:41" and this is what Teslamate expects. Check if the original file from TeslaFi comes in this format viewing the file in Notepad or similar text editor that only shows the content without changing it. Then edit the csv properly without changing the date format. |
Thanks.. After doing this it now imports without errors.. However, it's only giving me 5 charges (out of 23 for example).. Any ideas on this? |
same issue |
Actually, after getting the CSV files from #563, it seems to import without any issues. I would suggest running the script form there if anyone has this issue. |
The #563 script didn't work for me either - UI just comes back as if nothing happened, and logs show: teslamate_1 | 2023-09-07 15:21:57.232 [info] GET /import Guess I'll try some manual editing. |
Setting vehicle_id to 1 and my car's name on all the rows seems to have worked. |
Thanks! I was having this issue. This is what worked for me:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
After this update I no longer have import error in logs, but the data is still not imported. |
Is there an existing issue for this?
What happened?
not able to import the data after following the steps in the documentation
Expected Behavior
not able to import the data after follow the steps in the documentation
the log says data incomplete, but dont know where to debug.
apologies, im new to linux and ubuntu.
my export file from teslafi does indicate a lot of empty spaces. but dont know if its intentionally done like that?!
i looked one of the previous issue that uploaded file, and mine looks much simpler.
Steps To Reproduce
No response
Relevant log output
Screenshots
not able to import the data after follow the steps in the documentation
the log says data incomplete, but dont know where to debug.
apologies, im new to linux and ubuntu.
my export file from teslafi does indicate a lot of empty spaces. but dont know if its intentionally done like that?!
Additional data
No response
Type of installation
Docker
Version
3
The text was updated successfully, but these errors were encountered: