jlestel
jlestel
I had already tried a hard reboot without success yesterday. And the firmware is recent ([2024.45.32](https://www.notateslaapp.com/software-updates/version/2024.45.32/release-notes)). And now I confirm what I said: when Tessie Telemetry is disconnected, my application...
And here is Tessie's response to my last comment: > Tesla engineering says this is happening because there are too many apps using telemetry on your vehicle. They plan to...
> Two things regarding this pull request, what do you think? > > 1. I prefer use the same environment variable names as used in the TeslaMate project for reusability...
> hi @jlestel, > > Thanks for your pull request! > > Just of curiosity, is this to be able to send the requests through MyTeslamate towards the Fleet API...
Hi Tobias, I try to improve it tonight
I changed the env var name. And only if it's set, an info log line display the value of TESLA_API_HOST on launch. I fixed a typo on the previous line...
Indeed, only differential data is sent now. I adapted my script :) Issue can be closed, ty @corsair
No i can't :(
> If using self-hosted HTTP proxy, doesn't the token refresh also need `client_id`? https://developer.tesla.com/docs/fleet-api#third-party-token You're right, I tried it and it works now with this PR #3984. Check updates on...
Thank you