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

Field for software version? #253

Closed
jbanyer opened this issue Dec 3, 2024 · 5 comments
Closed

Field for software version? #253

jbanyer opened this issue Dec 3, 2024 · 5 comments

Comments

@jbanyer
Copy link

jbanyer commented Dec 3, 2024

Is there a telemetry field for the vehicle's software version?

The Version field just contains a space for me. Here is the JSON format:

{"key":"Version", "value":{"stringValue":" "}}
@netdata-be
Copy link

There will be, the holiday update will bring us this data.
https://github.com/teslamotors/fleet-telemetry/pull/248/files#diff-5a5dfc53aca1261e04717e3d5fbeee2135ecee91a2e9ee9178e2253880c305f4R236

So I think you can close this one ;-)

@corsair
Copy link

corsair commented Dec 4, 2024

There will be, the holiday update will bring us this data. https://github.com/teslamotors/fleet-telemetry/pull/248/files#diff-5a5dfc53aca1261e04717e3d5fbeee2135ecee91a2e9ee9178e2253880c305f4R236

So I think you can close this one ;-)

The Version they are referring to is separate from the new fields added in #248. The new software update fields added refer to a software updates pending installation/download.

Thus, the issue causing this field to be empty/a space is still a concern.

@patrickdemers6
Copy link
Collaborator

I'll be publishing descriptions for all fields soon-ish.

Version is intended to be the version the vehicle is running. Up until 2024.44.25, it returns the version of an available software update, which is why it is typically empty. This was a bug that has been present since fleet telemetry was introduced.

Starting with .44.25, Version properly returns the version the vehicle is running. The newly introduced field SoftwareUpdateVersion will return the software version available for update.

@davidsl4
Copy link

davidsl4 commented Dec 5, 2024

I'll be publishing descriptions for all fields soon-ish.

That would really save us a huge amount of time! Thank you @patrickdemers6!

@jbanyer
Copy link
Author

jbanyer commented Jan 7, 2025

Closed as this is now appearing eg:

      {
         "key":"Version",
         "value":{
            "stringValue":"2024.44.25.4 ad52e3119f65"
         }
      },

@jbanyer jbanyer closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants