tesla-api
tesla-api copied to clipboard
🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
## Changes: * Document [new nearby chargers endpoint](https://akamai-apigateway-charging-ownership.tesla.com/graphql) as mentioned in [#612](https://github.com/timdorr/tesla-api/issues/612) > Note response is estimated as I couldn't get a proper response, the API returns `null` for me...
The current documentation on how the API works still works in that it returns the 4 Destination and 4 Superchargers, but the current Tesla app now has a location entry...
Invoices
in the endpoints file there is some documentation about invoices. I would like to automatically download my supercharging invoices, but can not get it to work. ``` "DOWNLOAD_CHARGING_INVOICE": { "TYPE":...
Refreshed Model X - front and falcon wing doors can now be controlled via the Tesla app. This is shown in Tesla's official tutorial video that can be found here:...
While there is [support in the Ruby code](https://github.com/timdorr/tesla-api/blob/master/lib/tesla_api/stream.rb) for the Streaming API, [the docs are completely empty](https://github.com/timdorr/tesla-api/blob/master/docs/vehicle/streaming.md). We should fix that by filling them in. Anyone want to help?
You can now "Summon" via the app and there is also some HomeLink capability. I have a 2012 Model S, so I'm unable to live test this stuff, but hopefully...
The Tesla app will now support streaming live video from the car's cameras. Will this api be updated to allow streaming sentry video feed?
The newest version of the app supports sharing vehicles (security/manage drivers/add driver) through a special link. It allows managing up to 5 drivers. It would be great to be able...
It seems that for some users (or at least for me), trying to `POST` to `/oauth2/v3/authorize` using the documented approaches here results in the user being forwarded back to the...
As per the new auth system in #260, there is now a login path for users with Multi-factor Authentication (MFA) with a Time-based One-time Password (TOTP). [I have already implemented...