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

Recent content by markb1

  1. M

    Model S REST API

    Hmm.. it does look like it matches the documentation, but doesn't match what I'm doing. I'm passing the three parameters as JSON. A snippet of my python code: payload = { 'grant_type': 'refresh_token', 'client_id': client_id, 'refresh_token': refresh_token } r =...
  2. M

    Model S REST API

    That's odd. 8 hours does sound right about for expiration. Refreshing gets you a new access token, which should work for the next 8 hours, and a new refresh token.
  3. M

    Model S REST API

    Come to think of it, you don't really need a web server for steps 2 and 3. For 2, you probably need a web browser, but you could intercept the callback using the web developer tools built into the browser. For 3, you should be able to use curl to send the request and catch the redirect.
  4. M

    Model S REST API

    I already had my own domain and webserver, so I used that. You'd have to register a domain through a registrar. I used Google Domains, but they sold that to Squarespace, and I don't yet know if should recommend that or not. Then you either host the webserver yourself, on on Raspberry Pi or...
  5. M

    Model S REST API

    Maybe it's just the command endpoint that uses a different API (Tesla Fleet API) But, still, can't even get my Model Y to show up in the vehicle list. My Model S (which is much older) does show up in the list. Edit: That should be "2023 Model Y" in the message above, but I can't edit that...
  6. M

    Model S REST API

    I'm got my old Model S working with the new API, but not my 2013 Model Y. My understanding is they are different, and I need the proxy server to communicate with the MY. I have my virtual key installed in the MY. I have the proxy server running. I can query the MS through the proxy server, but...
  7. M

    Supercharger - San Diego, CA - University Center Lane (PERMANENTLY CLOSED 23 Oct 2023, 7 urban stalls)

    Reporting from when Fleming's Streakhouse closed earlier this year indicated the complex is getting redeveloped.
  8. M

    Tax credit 2023 [The tax credit discussion thread]

    I don’t know, yet. But that reminds me, I should email them and see if they can verify.
  9. M

    Tax credit 2023 [The tax credit discussion thread]

    No, she has to be on the seller report that Tesla submits to the IRS, and Tesla gets that info when you tell them how to register the car. And to do that, she’ll need to participate in the pre-delivery registrant task. Even if there were some way around that, I believe it’s a legal requirement...
  10. M

    Tax credit 2023 [The tax credit discussion thread]

    You should talk to a tax professional, and I’m not one. But I suspect excluded capital gains would not count toward your AGI.
  11. M

    Tax credit 2023 [The tax credit discussion thread]

    No warning that I recall, anyway. (Can I no longer edit my posts? Weird!)
  12. M

    Tax credit 2023 [The tax credit discussion thread]

    With two registrants, one of us opted in, and the other opted out, so hopefully the seller report will be for the right person. There was no warning, but maybe that’s changed recently.
  13. M

    Tax credit 2023 [The tax credit discussion thread]

    See my post up thread: Tax credit 2023 [The tax credit discussion thread]
  14. M

    Tax credit 2023 [The tax credit discussion thread]

    So, I did figure this out, I think. When you add the registration details, it asks for your SSN for tax credit purposes. I'm not sure it asked when I first made my order (maybe I forgot), but it asked when I updated the registrant information. It actually asked both registrants, with nothing...
  15. M

    Tax credit 2023 [The tax credit discussion thread]

    Does Tesla have you fill out anything for the rebate? Per Topic B, Question 9 from https://www.irs.gov/pub/taxpros/fs-2023-08.pdf Regarding the second bullet, if there are two registered owners, Tesla has to pick one for the seller report, and they have to provide that owner's taxpayer...