Miscellaneous
This endpoint currently returns
not_supported
as a response, due to not being implemented / enabled yet.Take a drive note. (This feature might be related to the FSD beta bug reporting system.)
This endpoint requires a singular parameter
note
, inside the POST body with the value being anything you want to note.{
"note": "42"
}
{
"result": true,
"reason": ""
}
Previously the endpoint returned
not_supported
as a response, due to not being implemented / enabled yet. Later in app version 4.19.0-1639, the endpoint was removed from the ownerapi_endpoints.json
file. As of App version 4.20.5 you can change your vehicle name on software versions 2023.12+Set your vehicles name.
This endpoint requires a singular parameter
vehicle_name
, inside of the POST body, with any given name as a value.{
"vehicle_name": "Nikola"
}
{
"result": true,
"reason": ""
}
Take a screenshot of both displays (IC & MCU), which can be retrieved via the vehicle's CAN/OBD interface by Tesla Service.
This is can be triggered inside of the vehicle as well, by holding the lower left & right buttons (Model S & X pre-refresh) on the steering wheel for around 5-10 seconds, kind of like the scroll wheel MCU restart.
Note: No on-screen message will appear.
{
"response": "teleforce-ab1c234d-1a23-12a3-12a3-ab123c456d7e"
}
Let the car fart remotely on version 2022.44.25.1 and above or use boombox v2 on supported vehicles.
This endpoint does not require a POST body to fart remotely but needs one to use boombox v2.
Parameter | Example | Description |
---|---|---|
action | 0 | Numerical value representing the action |
The available actions are:
Action | Corresponding numerical value |
---|---|
Fart | 0 |
{
"action": 0
}
{
"result": true,
"reason": ""
}
Last modified 3mo ago