-
Notifications
You must be signed in to change notification settings - Fork 82
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
Sending a new Fleet Config is ignored sometimes #183
Comments
And to add: So, why is he still sending old config messages? |
I'm sending the following config. And after sending it, I did a 10 minute drive nd he is still sending the old messages :(
|
And now. Another 10 Minutes later it starts sending these messages :( So, please don't tell me, that this is "by design" :( |
Some more tests... First: State: Tesla is sending messages. FINE... WORKS Next: State: Tesla is not sending messages FINE BUT: 🤷♂️ |
Hi @Urkman I know you're frustrated. Let's try and work through these different issues.
|
I tried maybe the same a coupe of months ago and gave up. Sometimes the config change was working within seconds, sometimes a couple of hours Depending on vehicle "state" i need different fields and don't want to receive unnecessary fields. I have this states in my app:
|
Yes, that would be the way I would expect it to work and this should be fine.
Also fine :)
Yes I had this just an hour ago with one of my testers...
And got the response: But the car keeps sending the old data for nearly 90 minutes...
This is the as @bassmaster187 said:
And with 10 fields per minute this is not usable. So, that's why I heavily use the |
Got it, thanks for explaining. I'll try and figure out a better solution for you 👍 |
@patrickdemers6 See the attached screenshot with some logs data: But he keeps sending the Idle data, so he wants to send the new config again, but as you see on the Do you have any news on this? |
I am also seeing similar issues. I am testing with my car and the car is online with sentry mode on and the Currently waiting ~10 minutes and still no update. |
This is again a huge problem today :( @patrickdemers6 can you please take a Quick Look at this. |
@patrickdemers6 |
This is still a huge problem :( |
These configurations are meant to be pretty static and syncing configs isn't guaranteed to be immediate as many factors are at play. I'm working on improving the experience so you don't need to change the configuration. I will check too see if I can figure out why synced would be turning |
Hi @patrickdemers6, I think the only valid solution for this would be to remove this strict limits on the telemetry. Perhaps changing this to: This would solve a lot of problems, as we don't need to change the fleet config this often. |
Hi @patrickdemers6 , this is still a huge problem :( Today again some drives are not recorded, because the ignored the new Config. In Tessie the drive was recorded, so the data for them seems to be fine... Please do something about this. Thanks, PS: What is the reason that we need to set the config with interval_seconds? Is it just to reduce data traffic of the Tesla? But, when I watch 5 Minutes Netflix I wasted more traffic then a year of sending this data... |
When I send a new Fleet Config to the vehicle using the
fleet_telemetry_config POST
.It is sometimes ignored and the Vehicle keeps sending the old data for minutes...
The réponse of the post is fine:
{"response":{"updated_vehicles":1}}
What can I do about this?
The text was updated successfully, but these errors were encountered: