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

Search results

  1. jpasqua

    VisibleTesla

    In theory you can have two instances running if they're pointed at different vehicles. I guarantee there are plenty of bugs in this since I don't have two cars to test with. Joe
  2. jpasqua

    VisibleTesla

    For those having trouble logging in... Tesla is moving users to their new servers a little at a time. These servers are incompatible with VisibleTesla. There is a newer experimental version of VT you can try if you are willing to accept the caveats. You can read about the context here...
  3. jpasqua

    VisibleTesla

    There is no way to do that with VT and unfortunately, Tesla does not reliably provide cabin/external temperature readings. They are present some times but not at others. From the docs on the HVAC Tab:This tab also displays the current interior and exterior temperature readings when they are...
  4. jpasqua

    VisibleTesla

    Which version of VT are you using? I'll check the code.
  5. jpasqua

    VisibleTesla

    No, not at the moment. Sorry.
  6. jpasqua

    VisibleTesla

    As @scaesare mentioned, this is possible. Just use the Scheduler Tab to set a time you want this to happen. It's the "Unplugged?" scheduler event. Joe
  7. jpasqua

    VisibleTesla

    Hi Drucifer, Sorry, there isn't a way to set calendar exceptions in VisibleTesla. Joe
  8. jpasqua

    VisibleTesla

    The ETA field is new code.
  9. jpasqua

    VisibleTesla

    It will be included in all charge notifications and will typically be the current time. I added the code and did a test today. Below is a text notification I received when the charge state became "Disconnected". Note that TTF (time to full) is 0 hours, 0 minutes, 0 seconds. ETA is just...
  10. jpasqua

    VisibleTesla

    VisibleTesla has a built-in web server that exposes a few options to control the app and can generate simple web pages that represent some aspects of the car state. This has been around for a while and is documented here: To access this web server outside of the network where VisibleTesla is...
  11. jpasqua

    VisibleTesla

    - - - Reply to MarcG - - - You can use the variable {{TIME_TO_FULL}} to see how much time remains. From the documentation:{{TIME_TO_FULL}}: The amount of time left until the current charge completes. If there is not a charge in progress, TIME_TO_FULL will be zero. This is formatted as...
  12. jpasqua

    VisibleTesla

    If you would send me the low level details from the Details dialog, I'll try to figure out what's happening. Thanks.
  13. jpasqua

    VisibleTesla

    Yes, If I had the time, I'd do that. I think it's the way to go. For the moment you can access limited features of VT in a browser, including the in-car browser. You'll need to forward a port on your router as you mentioned. Check the docs for details. Joe
  14. jpasqua

    VisibleTesla

    Tesla is moving users to their new servers a little at a time. These servers are incompatible with VisibleTesla. There is a newer experimental version of VT you can try if you are willing to accept the caveats. You can read about the context here...
  15. jpasqua

    VisibleTesla

    - - - Reply to X-rayangiodoc - - - Can you tell me what happens when when you double-click "Make PC Shortcut"? Do you get an error dialog, does it silently fail to put an icon on your desktop? Something else? "Make PC Shortcut" is a very small Visual Basic Program (just a text file). If...
  16. jpasqua

    VisibleTesla

    - - - Reply to FVO - - - Since you say you are trying to export kml data I assume you are in the trips tab and are using the "Export It!" button. That's the part of the app that exports a KMZ file. To make this work you must select one or more trips at which point the "Export It!" button will...
  17. jpasqua

    TMC Connect 2015 - July 10-12

    I just registered too. I'm really looking forward to it.
  18. jpasqua

    VisibleTesla

    Hi 1NJ85D, Comments are inline below. Thank you. Even if Tesla decides to support third party apps, I have no plans to monetize VisibleTesla. It's always been done for fun. Since turning on the AC is directly supported by Tesla's REST service, you can invoke it yourself without involving VT...
  19. jpasqua

    VisibleTesla

    Should have made it clear that the post on anonymous data submissions only applies to version 0.50.06 or later.
  20. jpasqua

    VisibleTesla

    Some abnormal stats have been submitted Folks, Some of you have enabled anonymous submission of statistics information (thank you!) and I've noticed a couple of odd things. I'd like to get your input while maintaining your anonymity. To facilitate that, I've placed a form on visibletesla.com...
  21. jpasqua

    Model S REST API

    I've got lots of flights coming up and I'm looking for some recreational reading. Learning Swift by reading some code sounded like a good idea.
  22. jpasqua

    VisibleTesla

    Are you asking about a notification when there is an update pending or when an update has just occurred? There's not enough information available form the APIs to implement the former. The latter is possible, but there hasn't been any interest in that to date. Joe
  23. jpasqua

    Model S REST API

    Has anyone written, or is anyone planning to write, a Tesla REST client library in Swift?
  24. jpasqua

    VisibleTesla

    As of this morning, visibletesla.com points to the documentation associated with the newer version of VisibleTesla; that is, version 0.50.00 and higher. The older docs are still online and will be accessed correctly from the Help menu of older versions of VisibleTesla. The direct URL for the old...
  25. jpasqua

    VisibleTesla

    VisibleTesla 0.50.07 is available A new minor release of VisibleTesla is available. If you're already on 0.50.06, you can update through the app. You can also download directly using these links: Windows Mac Linux You can check out the minor changes in the release notes here. Thanks to...
  26. jpasqua

    VisibleTesla

    VT needs to be running at the time you want a scheduled event to occur. There isn't a way for VT to tell the car to schedule an event, so it needs to be running to execute the specified command itself. Even the in-car charge scheduler can not be set through the API.
  27. jpasqua

    VisibleTesla

    Version 0.50.06 works with the new APIs and should allow you to log in. What error are you getting when you try to log in? Can you log in from your phone?
  28. jpasqua

    VisibleTesla

    If you quit the app and restart, it should detect 2.2.200 as 6.1. Let me know if it doesn't. For those who care, here's what's going on: Your car reports the firmware version number (i.e. 2.2.200), not the software version number (i.e. 6.1) VisibleTesla comes bundled with a file that has a...
  29. jpasqua

    VisibleTesla

    New Release: 0.50.06 - EXPERIMENTAL VisibleTesla version 0.50.06 is a major overhaul of VisibleTesla. It is likely to be the last (or close to the last version) released due to changes on Tesla's part to throttle activity using their unpublished REST APIs. If your old version of VisibleTesla is...
  30. jpasqua

    VisibleTesla

    I've placed a stable version of the jfxtras jar file here: dl.dropboxusercontent.com/u/7045813/VisibleTesla/jars/jfxtras-labs-2.2.jar You can get it with: curl -s -O https://dl.dropboxusercontent.com/u/7045813/VisibleTesla/jars/jfxtras-labs-2.2.jar The README.md has been updated and will be...
  31. jpasqua

    VisibleTesla

    Folks, I've got enough stats from beta users that I feel comfortable providing one last release that works with Tesla's new servers/APIs. I hope to have it out today or late tonight. I'll post here when it's available. It will show a new disclaimer that says that it may cause problems with...
  32. jpasqua

    VisibleTesla

    Not that I know of - not completely anyway. You can look at TeslaClient or teslams on github as examples of what some of us have found. Then of course there is the REST API thread that has lots of info. John Tamplin's excellent google doc does have lots of updated info, but I don't think it has...
  33. jpasqua

    VisibleTesla

    It is not documented, but observation seems to be about 15 minutes. You have to do it after it completes. You can just schedule a Charge Start and specify a charge target. That works the same as if you sent a charge target and then a charge start.
  34. jpasqua

    VisibleTesla

    Hi wycolo, I wish this was simpler. Let me explain why it is the way it is. They were radio buttons originally, but in order for them to be radio buttons it requires me to know the current state. Let's use the Lock/Unlock case as an example. You'd like the Lock button to be enabled when the...
  35. jpasqua

    VisibleTesla

    Hello mrElbe, Take a look at this post to see what's going on. The short story is that you most likely have been moved to Tesla's new servers. The current version of VisibleTesla is incompatible with these new servers. I have a test version of VisibleTesla that works with the new servers, but...
  36. jpasqua

    VisibleTesla

    Haggy, you can customize the notification to contain all sorts of info. Check the docs for details.
  37. jpasqua

    Model S REST API

    I've heard from a P85D owner that he has parking assist, but it's not showing up as an option from the vehicle data. Do all Model Ss after a certain point come with parking assist? Is it not listed as an option for those cars because it is now standard?
  38. jpasqua

    Gilroy to Atascadero via Route 1

    I also prefer it southbound. It is easier to pull out for views if you want.
  39. jpasqua

    VisibleTesla

    VisibleTesla on Mac and Windows comes bundled with a version of Java that is known to work. Java 8 is known not to work. On the Mac, VT always use the version of Java that comes with it. On windows you need to follow the steps in the install instructions to put an icon on your desktop. Launching...
  40. jpasqua

    Model S REST API

    Wouldn't that be nice!
  41. jpasqua

    VisibleTesla

    I've sent the test build to a couple of folks who are taking the arrows in the back for the rest of you. I'm fixing things as they report them and will broaden out the release as it gets closer to even loosely calling it stable. Joe - - - Updated - - - Tesla does seem to be taking some...
  42. jpasqua

    VisibleTesla

    Hey folks, I will build a 0.50.00 version and make it available for download, but not through the "official" channels at this point. I'll announce it here and provide a URL for manual download. For those of you who are still working just fine on 0.28.01, I would suggest sticking with it as...
  43. jpasqua

    VisibleTesla

    Some tidbits from 0.50.00 Developers: 0.50.00 is now published on github. PLEASE be careful as so many things have changed including the data file formats. Please check the README.md file. Here are some things that will be in the 0.50.00 developer release: Notify Tab [User Request] Now lets...
  44. jpasqua

    Model S REST API

    Most things are documented at either or both of apiary.io and a google doc titled "Tesla Model S Remote Access Protocol". The odometer reading is only available through the streaming API (don't ask me why). You can read about it in the google doc I just mentioned. Another easy thing to do is...
  45. jpasqua

    VisibleTesla

    I will be releasing a new version of VisibleTesla (0.50.00) to github within the next week. Again, this is just a developer release and all of the same disclaimers from my earlier post still apply. This version uses the new APIs (just like the version that's on github now) and allows me to log...
  46. jpasqua

    Model S REST API

    New field in Charge State in 6.1 I got 6.1 today and noticed a new field in the charge state: motorized_charge_port It's possible it was there prior to this, but I just noticed it today. It's a boolean.
  47. jpasqua

    VisibleTesla

    End of the line - at least for now Folks, Background Changes in Tesla's servers are incompatible with the current version of VisibleTesla Some users have already been moved to the new servers and VisibleTesla no longer works for them (can't log in). This seems to be mostly in Europe. In...
  48. jpasqua

    VisibleTesla

    The data file itself won't be easier to parse (in fact it will be harder), but the export feature is more complete so you can get to every shred of information in the file.
  49. jpasqua

    Model S REST API

    Agreed. It's in a pretty sad state. I don't think it's just a problem with more owners (though I'm sure that's exacerbating the problem). It seems to have started going downhill with the cutover to the newer api.
  50. jpasqua

    VisibleTesla

    Hi cairnz, The file size shouldn't be a problem, but I always recommend backing up data just in case. I happen to be working on the storage layer right now. The new version will store about twice the amount of data in the same space and also has some other benefits. I may incorporate a...