Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Search results

  1. P

    Model S REST API

    Hello, I was curious to know whether all the information that can be obtained from Tesla Fleet API can be fetched through Tesla Streaming API as well. For example I need to get access to information about "charge_port_door_open" which as far as I know can be obtained from fleet API under...
  2. P

    Model S REST API

    Wow... Thank you very much for compiling this information.. It is very helpful for me. So the flow for calling a streaming API is like: (1) Authenticate to Tesla Server via normal rest api (not streaming API) (2) Once authorized, call the normal rest api again to get vehicle summary data (3)...
  3. P

    Model S REST API

    Thank you for your feedback. Do you have any link where can I get a sample data about how the response of Streaming API will look like? I do not have a real Tesla vehicle so I cannot make a call to Tesla API and see what the response looks like.
  4. P

    Model S REST API

    It seems that Tesla Streaming API is used to access parameters like speed,odometer,soc,elevation,est_heading,est_lat,est_lng,power and shift_state. Now it seems Tesla fleet API provides all these parameters under vehicle_state and drive_state. So, should I still use Streaming API. Is there...