-
The documentation does not specify an endpoint for China. What endpoint are we supposed to use for China?
-
The old endpoints for energy do not work (with the new base URL) and the new ones are not documented.
For example `/api/1/energy_sites/\(siteID)/history` does not work with the Fleet API
-
I have problem receiving vehicle data in my server. I'm not sure if it's the server key config issue or it's something else.
Anyhow I'd like to go through the steps I took and the result I'm experi…
-
I just wanted to confirm my understanding:
2021 and later models - use the proxy
Pre-2021 model X and S - have to continue to use the fleet api? Or can use the proxy and it will handle them differ…
-
Has the old "owners" API been deprecated for some vehicles?
I am seeing this error for a small number of vehicles (currently at least 4 vehicles):
```
POST https://owner-api.teslamotors.com/api…
-
### Describe the bug
Even though `evcc vehicle` still shows the current SOC:
```
> cschlipf@home:~ $ evcc vehicle
[main ] INFO 2023/12/28 00:59:24 evcc 0.123.2
[main ] INFO 2023/12/28 00:59:2…
-
I use this command to get public keys
`TESLA_API_TOKEN=""
curl --header 'Content-Type: application/json' \
--header "Authorization: Bearer $TESLA_API_TOKEN" \
'https://fleet-api.prd.na.vn.clou…
-
Does Tesla use RFC 6749? Does it mention it somewhere in the codebase? I am following python's oauthlib to write my code and they have options for rfc6749 and rfc8628.
-
Haven't used TeslaSwift, but have always appreciated what you have built here through the years, so hear's a heads up:
direct quote:
> Following the release of [Tesla Vehicle Command SDK](https:…
-
I am trying to use the proxy (from VehicleCommands repo) to send commands to the car.
I have made sure that the car has received the public key. I also made sure that the key associated with my dom…