teslamate
teslamate copied to clipboard
Update charges dashboard
This change will allow adding offline or any historical charge not tracked by Teslamate to the charging_processes
table.
Without this change, previous charges can be added to Teslamate but they won't be visible as there is no way to fetch the charging details from the Tesla API (or at least I couldn't find an endpoint to get that information).
I have a WIP script to migrate old charges from Tesla (as requested in #792), but we will need either this PR or adding a fake charge to the charges
table to make them visible... @adriankumpf what would be the preferred option for this project?