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

Search results

  1. J

    Model S REST API

    Yes! After connecting to the websocket, it seems from the code that you need to send a subscribe request formatted like this: {'msg_type': 'data:subscribe', 'tag': '${vehicle_id}', 'token': ${base64(email:token:)}, 'value'...
  2. J

    Model S REST API

    Nope, null for both. I'm on a Model 3, 2018.21.9 Hopefully 2018.24.1 fixes the non-summon streaming APIs
  3. J

    Model S REST API

    Have you tried the PowerTools app with your Model 3? I briefly tried it on my Model 3, and it didn't seem to work.
  4. J

    Model S REST API

    Can't get the streaming api to work either on Model 3 (2018.21.9 75bdbc11) Looking through the APK, I found a "new" streaming endpoint: StreamingServerEndpoints={LOCATION_STREAMING:"streaming/",AUTOPARK_SUMMON:"connect/"} but I am unable to connect, server seems to not be able to connect to...