From de551c3fea4283798626182255faa531709bc1d3 Mon Sep 17 00:00:00 2001 From: Yangkai Lyu Date: Fri, 26 Jul 2024 12:01:12 -0500 Subject: [PATCH 1/2] Added steps to the guide regarding how to switching from Owners API to Fleet API from my experience --- website/docs/guides/api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/guides/api.md b/website/docs/guides/api.md index ab03a49fdd..9d8ff2d5c3 100644 --- a/website/docs/guides/api.md +++ b/website/docs/guides/api.md @@ -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 + +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 From 85e48227b8b107c16a29b0415ee35f6bdc0c55b1 Mon Sep 17 00:00:00 2001 From: Yangkai Lyu Date: Sat, 27 Jul 2024 14:01:51 -0500 Subject: [PATCH 2/2] minor heading change adopted --- website/docs/guides/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/api.md b/website/docs/guides/api.md index 9d8ff2d5c3..aedaf33e73 100644 --- a/website/docs/guides/api.md +++ b/website/docs/guides/api.md @@ -112,7 +112,7 @@ 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 +#### Switching from Owners API to Fleet API 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)