Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register
  • We just completed a significant update, but we still have some fixes and adjustments to make, so please bear with us for the time being. Cheers!

VisibleTesla

Peter_M

Member
Oct 10, 2013
975
290
Ottawa, Canada
I'm running 0.28.01 and it recorded my trips for Nov 23, 24 and 25th, but not today the 26th.

I've seen that occasionally. Apparently the Tesla servers just stop working sometimes for a while. It doesn't always correspond to a time when the smartphone app can't connect, but maybe something is different about how VisibleTesla connects.
 

jpasqua

P19325
Feb 19, 2013
696
4
I've pushed a new version of VisibleTesla to github for anyone who wants to see what's going on with the new Tesla APIs. This is not an application release. It is just a release of the source code that developers can peruse or build for themselves. If you do build it and try it out, please do not use it "in production".

The failure rates from Tesla's APIs are hovering at about 50%. I mask that with automatic retries, but even then the failure rate is about 15%. Needless to say, having 15% of the calls fail is not conducive to proper operation.
 

cairnz

Member
Jan 7, 2014
26
2
Norge
Joe, any thought to when the loc/stats file start becoming "too large" for a single file or visibletesla to handle? My stats file is at 20mb now, and I'm worried (perhaps unwarranted) that at some point it'll choke and zero the file, making all my battery history .. well.. history :|

Any enlightening words? Or should i get the source from github and look for it? ;)
 

jpasqua

P19325
Feb 19, 2013
696
4
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 capability in this newer version to split data across files to keep them bite-sized.

Joe
 

cairnz

Member
Jan 7, 2014
26
2
Norge
Are one of the benefits that it'll be easier to parse? Getting the C_SOC and C_EST is very useful over time to show range per % soc reported by car.
 
Last edited:

jpasqua

P19325
Feb 19, 2013
696
4
Are one of the benefits that it'll be easier to parse? Getting the C_SOC and C_EST is very useful over time to show range per % soc reported by car.

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.
 

cairnz

Member
Jan 7, 2014
26
2
Norge
Will the export be able to export to CSV format in addition to Excel? I'm unable to do a complete export using my 20MB stats file, hence why i'm parsing it on my own.
 

David99

Active Member
Jan 31, 2014
4,850
7,021
Brea, Orange County
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 capability in this newer version to split data across files to keep them bite-sized.

Joe

Great news! Let me tell you that we all much appreciate all your efforts and work you out in this! I'm in the same boat, I'm unable to export probably because too much data?. I tried on two different machines with plenty of CPU and RAM. I'll be waiting patiently for the next version. Tracking data long term is very useful so I keep mine running 24/7.
 

cleavea

New Member
Apr 14, 2014
4
0
Hampshire
Hi I too I would like to use Visible Tesla with my Model S in the UK. however Visible Tesla refuses to authenticate...

OS: Windows 7
Car: Model S p85
Care firmware: v6.0

Any advice gratefully received.

 

JFoX

Member
Dec 16, 2014
35
4
Lille, France
Hello

Same problem from France (my car is in France, but I am in Czech Republic).
I installed Visible Tesla for Windows (XP professionnal sp3), input my credential, but the answer is :
"Login failed - Please check your credentials - Remember to use your email address as your username"...

Any tip or advice ?

Thanks
 

HansBe

Member
Aug 1, 2014
467
68
Langdorp, Belgie
VisibleTesla cannot connect to my (new) tesla either. Same as previous posts about password error when you log out and in again.

When starting the application (tried both v0.28 and v0.29) - it seems to be able to log in :
Capture.JPG


The tabs remain greyed out - and when trying to log out and log in again - i get the authentication error.
The regular Tesla app on my cell phone does work.

Any tips/tricks ?
 

kiefer

Member
Nov 9, 2013
97
21
Denmark
Hi.

I have the same issue, and this have been going on for a few days now.

It does not matter wether I tries on Windows or MAC. The Iphone App does work.
 

taurusking

Member
Jul 12, 2014
882
43
East Texas
I am having trouble using the trip information. I downloaded the latest version of Visible Tesla and still when I click on the Trips tab no information at all.

Can some one guide me?

Thanks
 

ltreasure

Member
Apr 1, 2014
67
0
Fyi I have installed VT weeks ago on my Win Laptop --> works fine with saved password (key).
Now I would like to use it on a Mac as well, but authentication not possible.
Has something maybe changed generating the key file?
 

hph

New Member
Dec 18, 2014
1
0
Rothrist
I have the same problem with login as above. Tried a new installation on my laptop and on my desktop. Always the same message as abouve 'MarcG'. Tesla App works on my android. Tesla put a new firmware on my car two days ago. Any idea?
 

eta314

New Member
Dec 20, 2014
1
0
Dallas, TX
Just installed app on Surface Pro 3. The tabs and information are only using the upper left of the screen. Some of the text is on top of buttons, for example, the word Charging is on top of the Start button. Is there any setting to correct this? Thanks.
 

jpasqua

P19325
Feb 19, 2013
696
4
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 addition to changes in the way logging-in and other functions work, the new servers throttle usage.
  • Throttling means that if you use the servers a lot, they eventually start dropping requests to reduce load.
  • Throttling makes the servers appear extremely unreliable and unsuitable for use by apps like VisibleTesla
  • This throttling will impact the operation of your mobile phone app - not just VisibleTesla

Current State:
  • I have updated VisibleTesla to use the new APIs, but due to the server instability, it is very hard for me to test
  • Because of throttling, it will never work as well as before.
  • Because others would experience the same difficulties with VisibleTesla and their mobile app, I have not released the newer version
  • I don't want VisibleTesla to impact the operation of people's mobile app
  • As you know, VisibleTesla is just a spare-time project. That means that there is no one to handle the many user issues that will result with widespread use of the new version.
  • I have released the source code for an updated version to github for developers who want to build their own version of VisibleTesla and take responsibility for its operation

Future:
  • I will release another update to github which further improves the operation of VisibleTesla with the new servers.
  • This new version does not solve any of the problems, it just works around them better.
  • Developers can pick up this new version if they wish to take responsibility for its operation
  • It will still result in degraded operation of your mobile application
  • I will not release a new packaged version of VisibleTesla until and unless there is a way to ensure that it operates well with Tesla's servers

In case you're wondering:

  • I have no way of improving / changing the operation of Tesla's servers.
  • Tesla has not provided guidelines to avoid throttling
  • Yes, I have been in contact with Tesla about this. They have been very polite and as helpful as appropriate given that:
    • They have never supported third party use of their servers for apps like VisibleTesla.
    • They built the service for the use by their mobile application.
  • Tesla may or may not ever support third party use of their servers

I wish I had better news, but for the time being it appears that we are approaching the end of the line for VisibleTesla.

Joe
 

About Us

Formed in 2006, Tesla Motors Club (TMC) was the first independent online Tesla community. Today it remains the largest and most dynamic community of Tesla enthusiasts. Learn more.

Do you value your experience at TMC? Consider becoming a Supporting Member of Tesla Motors Club. As a thank you for your contribution, you'll get nearly no ads in the Community and Groups sections. Additional perks are available depending on the level of contribution. Please visit the Account Upgrades page for more details.


SUPPORT TMC
Top