timdorr / tesla-api

🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
https://tesla-api.timdorr.com/
MIT License
1.98k stars 532 forks source link

Charge invoice PDFs #766

Open grantmac opened 7 months ago

grantmac commented 7 months ago

The GET /api/1/dx/charging/history endpoint give us access to charging history.

In the response is:

"invoices": [
    {
        "fileName": "XXXXXXXXX-GB.pdf",
        "contentId": "e32ec779-78ee-490c-bce6-XXXXXXX",
        "invoiceType": "IMMEDIATE"
    }
],

Can we access those pdfs?

borisbrodski commented 5 months ago

Looking exactly for that!

I would like to write a script to download all invoice PDFs in a time period :+1:

superfloh247 commented 1 month ago

TeslaLogger can download all PDF invoices, see here https://github.com/superfloh247/TeslaLogger