rhodesman / teslaPowerDash

GNU General Public License v3.0
85 stars 11 forks source link

Historical Data #20

Closed natrlhy closed 3 years ago

natrlhy commented 3 years ago

Hi!

Is there a way to import the historical data from the time Tesla solar and Powerwalls were installed?

Thanks!

rhodesman commented 3 years ago

you can export the data via the Tesla app to CSV files. Then you can import those CSV files to a database of your choosing. I did this with MySQL running on the grafana server and connected grafana to that DB and use that when I need to see data previous to a date I had the influxdb capturing data.

natrlhy commented 3 years ago

Thanks. I may try that. I've been using the container approach and mentioned by #3 and I lost my 5 days of data. Have you encountered a way to export/save the influxdb data?

rhodesman commented 3 years ago

@natrlhy I have not tried to export data from influxDB but I am sure it's possible. However, it's currently out of scope for this application at this time.