-
Notifications
You must be signed in to change notification settings - Fork 93
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
Possible to use Telemetry with multiple applications? #294
Comments
My own vehicle is active with two applications (although from the same organization). So my understanding is that this should be possible. |
Previously when a second application configured telemetry the first was removed. Now you can have multiple, because my vehicle has both Tessie and Teslemetry working simultaneously. So I'm not sure about what you're describing because it's not the case on recent vehicle firmwares. |
I had already tried a hard reboot without success yesterday. And the firmware is recent (2024.45.32). And now I confirm what I said: when Tessie Telemetry is disconnected, my application B Telemetry works normally with the So be careful, it's not because the response of the I'll try to activate again Tessie Telemetry to confirm this behavior... EDIT: I confirm I can't activate the Tessie Telemetry now. So currently, the first one to connect the Telemetry may be the only one eligible(?) EDIT2: Tessie has finally reconnected their Telemetry. I'll let running and if it continue to work... EDT3: The Tessie telemetry connection isn't persistent. This corroborates the observations I made on this issue. I've sent an inquiry to Tessie support... |
And here is Tessie's response to my last comment:
So, Tesla devs confirm there is indeed a limit to the number of connectable Telemetry. |
Currently we support 3-4 apps in parallel depending on the platforms with some optimization we should be able to get to more. |
Is there any way to detect that this problem has occurred, ie that the vehicle has rejected the config because it has too many apps configured? Will this situation fix itself if the user removes another app? Or do we have to re-send the config? Are there other reasons why the vehicle would reject the config? We'll need some way to provide the right information to the user. Cheers. |
If another app removes their config, you would be able to send your configuration successfully. It won't magically start to work though.
We do plan to fix the 3-4 application limit shortly. Keeping this open to track the 3-4 limit fix. |
I noticed that if a vehicle uses telemetry on an application A, then an application B can't configure its own Telemetry.
Here is the API behavior for application B:
1 vehicle updated
{"response":{"synced":true,"config":null}}
0 vehicle updated
In summary, for application B: the API seems to create the Telemetry, but the config remains null and it is impossible to delete the Telemetry. This is why I deduce that we can only use the Telemetry with one application at a time.
Do you confirm that this is the expected behavior? Are there users who have already encountered the same problem?
The text was updated successfully, but these errors were encountered: