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

Recent content by JDOhio

  1. J

    All US Cars capable of FSD will be enabled for one month trial this week

    Totally forgot about the labeling - you are very correct. Now I understand why the car asked me to record the reason I disabled FSD - I was a free labeler. Do I recall Tesla let go a bunch of staff that was doing some manual labeling a while back? I got an email that my free trial has ended...
  2. J

    All US Cars capable of FSD will be enabled for one month trial this week

    Training ML/AI models requires data examples so, in the case of FSD, videos are a place to start. After all the videos Tesla has used to train FSD, I think the current state of the FSD product is little more than high school sophomore with a learner's permit. Getting more video, as this free...
  3. J

    All US Cars capable of FSD will be enabled for one month trial this week

    I agree with you that autonomous driving has a long tail. The stop-and-go is another example in a very long list of examples which must inform the broader context. An FSD product may have to learn to use resources outside of its sensors to discover this context. In your example, the context...
  4. J

    All US Cars capable of FSD will be enabled for one month trial this week

    My apologies for not being clear. I am saying that I believe the Tesla FSD product is NOT safe enough for anyone to use even with full driver attention. I'm also saying that there are many human drivers that, in my opinion, drive in an unsafe manner and I would not want their examples used to...
  5. J

    All US Cars capable of FSD will be enabled for one month trial this week

    You cite every day experiences that human drivers experience. If FSD were more human, then a waiting pedestrian and a driver waving you on would be handled with aplomb. Not knowing how FSD is reacting to these scenarios is an unsafe situation and a distraction to the driver. Being trained...
  6. J

    All US Cars capable of FSD will be enabled for one month trial this week

    Got the FSD Free Trial on 1 Apr. Waiting for the Free Trial is like waiting for Christmas and getting socks as a gift.
  7. J

    All US Cars capable of FSD will be enabled for one month trial this week

    The FSD (Supervised) was enabled on my M3 on 1 Apr. Glad to see my 2020 hardware can still support it. My initial reaction, as I have read elsewhere, was that FSD drives like a new driver. I felt safer teaching my boys to drive. My subsequent evaluations have been local point to point...
  8. J

    Phantom Braking 2020 MS

    I was driving my M3 on I-80 through Indiana over the weekend. It was early morning and I was driving east. I was approaching a large clover leaf in the right lane. From the cloverleaf, a semi was entering the left lane. It seemed that as the shadow of the semi filled the pavement in front of...
  9. J

    tesla API: how to generate an access token using the refresh token

    I just updated my Postman solution here. It includes a token refresh call. Joe
  10. J

    New API and Postman

    I just updated this one. Joe
  11. J

    Any creative Raspberry Pi installs (other than Sentry uploads)?

    Thanks! I'll give it a look. Joe
  12. J

    Any creative Raspberry Pi installs (other than Sentry uploads)?

    I would like my Raspberry Pi to collect vehicle information. I wrote the code in Eclipse on my laptop and it returns information from the API. When I deploy it to the Pi, Tesla returns a 404. I tried endpoints other than Tesla and they operate successfully. I also tried a curl command from...
  13. J

    Model S REST API

    I was developing a local streaming application and using the vehicle_data endpoint to get some data. During some testing, I received a "not found" error from the endpoint. I discovered, after some investigation, that the id_s of my vehicle changed. I found it odd because I've had the same...
  14. J

    Model S REST API

    Greetings! When I refresh my token, the information returned says its valid for 8 hours. Is that a change? Do I have to run the whole authentication process to get a token that is valid for 45 days? Thanks! Joe
  15. J

    Model S REST API

    I posted a Postman solution for Step 1 to 4 (outlined excellently here). The Postman collection and environment are here. Reviewing the repository README.md is recommended. Feedback welcome! Joe