Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add steps to the guide regarding how to switch to Fleet API #4103

Merged
merged 3 commits into from
Jul 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/docs/guides/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ MyTeslaMate also provides streaming by [reproducing the old streaming from the d
1. Send drivers a "Pairing request" to be able to use your own [Tesla Vehicle Command Protocol http proxy to send commands](https://github.com/teslamotors/vehicle-command?tab=readme-ov-file#using-the-http-proxy)
1. Send test commands or setup Telemetry to [stream it to your Teslamate](#streaming-via-tesla-telemetry)

### Switching from Owners API to Fleet API
yangiak marked this conversation as resolved.
Show resolved Hide resolved

1. Sign out from the current Owners API by visiting the teslamate settings page
2. Follow step 1&2 from [Tesla Fleet API](https://docs.teslamate.org/docs/guides/api#tesla-fleet-api)
3. Restart your docker instance to make the change in effect
4. With proper setup, your teslamate instance will sign in automatically with your client ID after restart

### Streaming via Tesla Telemetry

Expand Down
Loading