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

Recent content by SG57

  1. SG57

    Vendor Dashboard for Tesla - the better app for your Tesla

    Sadly yes, you must still use the official Tesla app for calendar sync and bluetooth keys at this time. I've reverse engineered both and the calendar sync is a simple task, the bluetooth key pairing however is much more complex. It uses a lot of proximity sensors, key sharing, and some other...
  2. SG57

    Vendor Dashboard for Tesla - the better app for your Tesla

    @hiroshiy , after doing some research I'm seeing a lot of complaints out there about Google Play services not being supported on Blackberry Key2 devices. This thread purportedly offers a fix (workaround?), not sure how relevant or useful it may be. Google Play Store for BlackBerry 10 [Read...
  3. SG57

    Model S REST API

    Same here, my 2016 Model S has negligible phantom drain if any, always connected on and energy saver off the whole time. Man this really sucks, if no streaming API replacement is provided then newer cars are arguably less valuable than older ones?
  4. SG57

    Model S REST API

    So all my Model 3 issues with the telemetry streaming API, it turns out it's any newer Model with the issue. I think newer vehicles have stopped supporting it altogether?? That's a scary and annoying thought... If anyone knows anything or hears something please let us know. For reference...
  5. SG57

    Vendor Dashboard for Tesla - the better app for your Tesla

    @Mobile3228 , wow. I suspected it was just a bug or incomplete feature on the newer cars on Tesla's end. I didn't think they'd end support for it altogether. That's brutal, wonder if the old HTTP streaming endpoint works on newer models. I have hope this isn't the case though, the official...
  6. SG57

    Vendor Dashboard for Tesla - the better app for your Tesla

    @Kacey Green , that's very interesting. What year and month was it made? I wonder if it has less to do with model and more to do with latest hardware / software. I can definitely take a closer look at it if other models are reporting similar issues. I'll try again.
  7. SG57

    Vendor Dashboard for Tesla - the better app for your Tesla

    Good news though, a new update just rolled out with seat and steering wheel heater controls for both mobile and Wear app! Adding support for nearby charging sites is almost wrapped up as well, should prove useful on my next road trip to Seattle heh.
  8. SG57

    Vendor Dashboard for Tesla - the better app for your Tesla

    Sorry all for the delay in communication, been a crazy busy end of year. @hiroshiy , very weird, I haven't touched Billing services for a very long time so any failures are likely environmental elsewhere. What's devices brand and model again? I'll do some research and report back. The main...
  9. SG57

    Model S REST API

    @SeBsZ , thanks for that. If those are infact the conditions needed then yea, that's frustrating. I think Tesla assumes if you want the seat heater on then you want the climate on as well, I mean if the climate temperature is cold and the seats are hot might as well heat the cabin while you're...
  10. SG57

    Model S REST API

    Ahh I would've never guessed the endpoint, fair enough. - Seat Heater Endpoint: api/1/vehicles/{vehicle_id}/command/remote_seat_heater_request Request Body: { "heater":1, "level":1 } Where heater is one of the following values: SeatHeaterFrontLeft: 0, SeatHeaterFrontRight: 1...
  11. SG57

    Model S REST API

    A lot of Tesla's API bodies are pretty self-explanatory re-using property names, it's just the endpoint that's tricky. And of course, it could just be disabled until the app update goes out considering the two are tightly coupled and likely go out as a package.
  12. SG57

    Model S REST API

    @ACDriveMotor , haven't found it yet. I've tried 50+ different combinations of "set", "heater", "seat", "level", "limit", "heating", "element", etc. If you get a 400 status code it's wrong, if you get anything else then we're in business. There's a chance Tesla doesn't enable the endpoint...
  13. SG57

    Model S REST API

    So I'm digging into the latest app version and like the new nearby charging station APIs. Endpoint: api/1/vehicles/{vehicle_id}/nearby_charging_sites Method: GET * Bearer Token auth header required Response Sample: - And on that note, I'm excited my Model S got the latest software update...
  14. SG57

    Hey Elon, how about a "Hysteresis" charging option

    Thanks for the plug, @BerTX . This is definitely an interesting charging functionality. It makes sense, it doesn't make much sense to heat the battery up only to charge a few miles in terms of energy savings. Perhaps it'd be easy enough to just add this as a smart charging configuration...
  15. SG57

    Model S REST API

    I've been debugging Model 3 streaming API for weeks now to no avail. After exhaustively snooping the official Tesla app and @bsproul 's account of ~5 second location updates (indicating drive state updates not streaming updates), I can only conclude streaming API is broken for Model 3s. I'm...