Tim Dorr
Tim Dorr
What do you get back from [the `vehicle_data` endpoint](https://tesla-api.timdorr.com/vehicle/state/data)? It's probably pulling from there.
There is a newer `service_data` endpoint that we haven't documented yet. That might have something in it: https://github.com/timdorr/tesla-api/blob/master/docs/miscellaneous/endpoints.md#L44
Simple enough! Thanks for the response. I'll see about getting that documented.
@MrgSub This issue has nothing to do with option codes...
@MrgSub You're posting in an issue about a vehicle being in service. This isn't the right thread of discussion.
Yep, @dewski is correct. The connection is done directly via Bluetooth.
That looks valid. Sorry for closing so quickly. The phone_name is most likely the Bluetooth name for the phone. That's what the Summon and Homelink APIs use. I'll check the...
@mseminatore Yes, it's the Bluetooth name. On Android, you can set this via the Bluetooth settings. I believe on iOS, it's pulled from the name of the device (which applies...
The BFF (backend-for-frontend) endpoints don't appear to authenticate the same way as the other vehicle endpoints do. I'd love to figure out what's going on here. Since they started obfuscating...
Let's verify this actually works before merging this in. In addition, being that this is on a different domain from the Owner API, we should probably add documentation around how...