Welcome to the TeslaFi support community.
Please enter your question, feature request, or issue below. Specific questions related to issues with your account can be sent privately by selecting "Or leave us a private message" below.

Aggregate charging by month/year?
Is there a way to see how much I have charged over the last month, year, etc? It would be nice to know how much you have charged over calendar periods, perhaps subdivided by charger location.

Trip Playback, being able to click on a part of the map of graph and see info
If clicking on the graph of a trip, say when i was going 100Km/h, it shows a marker on the map so i can see the timeline of the trip, or where speeding occurred or where battery usage was high etc. Or if clicking on a portion of the map before a huge mountain range, i can see in the graphs where that relates to

Graphing of trips
I came across your product after reviewing teslalog.com . They have graphing of each charge, each trip and just about every value from temperature to speed and you can replay a trip.
Do you plan on adding similar functionality?

Telegram bot
I would like a Telegram bot that can be used for notifications instead of email and SMS.
Also I would be nice if I could send commands to be bot (those that I otherwise send via the API or the controls on the website).

What does it mean to calibrate the Kwh calculations for your car?
At the bottom of my homepage it says:
Please complete a charge to 90% or more to calibrate the Kwh calculations for your car. Calibrations are updated every 12 hours.
Is this persistent, or should it go away after the first 90%+ charge? Overnight I charged to 94% just so TeslaFi could make itself happy on this, and I'm still seeing the note. Is there any way we can discern that the Kwh calculations have, in fact, been calibrated? What is the calibrated value? Basically I just don't quite understand what I accomplished by charging to 90%+. Thanks!

Hi,
Yes, it looks like your calibration message went away.
Once a charge at or above 90% is completed TeslaFi extrapolates it into what your range is at 100%. Since kWh usage is not provided via the API all of the kWh calculations are based on how many rated miles are used, total rated miles available at 100% and your battery size. Until that 90% charge is complete TeslaFi just uses a standard max charge number. Each data point is also stamped with your max range at the time so as the battery degrades and your max range lowers previous data points won't be affected.
Hopefully that helps.
James

Display time and date format
I miss the Date format: dd.mm.yyyy
I also miss the 24h time format HH:MM:SS
Or use the local settings toLocaleString/toLocaleDateString/toLocaleTimeString in Javascript:
d = new Date(); d.setUTCFullYear(2004); d.setUTCMonth(1); d.setUTCDate(29); d.setUTCHours(2); d.setUTCMinutes(45); d.setUTCSeconds(26); console.log(d); // -> Sat Feb 28 2004 23:45:26 GMT-0300 (BRT) console.log(d.toLocaleString()); // -> Sat Feb 28 23:45:26 2004 console.log(d.toLocaleDateString()); // -> 02/28/2004 console.log(d.toLocaleTimeString()); // -> 23:45:26
My local settings gives the following output:
"2004-02-29T02:45:26.660Z"
29.2.2004, 03:45:26
29.2.2004
03:45:26

Camper mode
Please add a "keep running for x hours/minutes" to the "Start Conditioning" control to keep the climate control running longer than 30 minutes.
I.e. while in the time frame:
- disable trying to let the car sleep
- check every minute (when polling anyway) that the climate control is still running. If not, then restart it
- after 25 minutes stop and restarted the climate control proactively
Customer support service by UserEcho