-
Notifications
You must be signed in to change notification settings - Fork 54
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
Streaming #17
Comments
I don’t, but I’m curious what your use case would be... |
I created SigTwo and I am adding to it everyday. Combines telemetry data and video imagery into one platform. I have a guest account that I can give you access to. Just ping me at [email protected]. Rgds |
to have a stream of the telemetry data, like |
someone who knows a link with the documentation of https://streaming.vn.teslamotors.com/stream/" |
i have the solution: r = requests.get("https://streaming.vn.teslamotors.com/stream/" + str(Tesla_vehicle_id) + "/?values=speed,odometer,soc,elevation,est_heading,est_lat,est_lng,power,shift_state,est_range", for line in r.iter_lines():
print "Stream end" |
does anyone have experience with the streaming of vehicle data.
Is there an example in Python?
The text was updated successfully, but these errors were encountered: