Skip to content

Releases: teslamate-org/teslamate

v1.26.0

25 Jan 17:16
v1.26.0
9672663
Compare
Choose a tag to compare

Improvements and Bug Fixes

  • Remove support for logins with username/password
  • Show zoom controls when hovering over or tapping the map (#2184 by bogosj)
  • Use new Chinese Tesla API endpoints
  • Fix MFA for Chinese accounts (#2234 by howard0su)
  • Fix detection of refreshed Model S
  • Guard against duplicate vehicle API responses
  • Don't suspend logging while a car software update is downloaded
  • Don't warn if the update status completing the of a car software update is still reported as 'downloading'
  • Bump Docker app base image to Debian 11
    • Raspberry Pi users unfortunately have to upgrade to Raspbian Bullseye or install the backports version libseccomp2 (see #2302)

Dashboards

Upgrade Grafana to version 8

⚠️ Manually managed Grafana instances have to be upgraded to v8.3.4 or higher!

  • All table panels have been migrated to the new table component
    • This brings a bunch of improvments including an improved experience on small screen sizes
    • The date colums now use a local format depending on your browser language setting
  • The pie chart panels have been migrated to the new native pie charts component
  • The discrete panels have been replaced by the native state timeline panel
Other

Translations

Documentation

  • Update FreeBSD docs (#2226 by rustikles)
  • Update FAQ: Clarified how the consumption values are calculated and what triggers the recalculations (#2345) by cwanja
  • Added TeslaMate-ABRP to list of projects (#2314)
  • Fix typo (#2217 by Oddadin)
  • Clarify that the pull command needs to be ran from the directory where the docker YML file is located (#2368 by cwanja)

v1.25.2

12 Jan 08:07
v1.25.2
9455ab0
Compare
Choose a tag to compare
  • Bump app base image to Debian 11 to fix GLIBC_2.29' not found error
  • Bump Grafana to 7.5.12

v1.25.1

11 Jan 23:42
v1.25.1
2196b17
Compare
Choose a tag to compare

Disable anonymous logins to Grafana by default (when using the teslamate/grafana Docker image)

  • The first time you visit Grafana, you will be asked to log in. Use the default user admin with the password admin. After successful login, you will be prompted to change the password.
  • To allow anonymous logins set the environment variable of the Grafana image GF_AUTH_ANONYMOUS_ENABLED to true (use only if your Grafana instance is not exposed to the internet!)

This change only affects users who followed the basic Docker installation guide which, as mentioned in the guide, is intended for home network use only and not for exposure to the internet. Users who followed one of the advanced installation guides are not affected as their Grafana instances always had anonymous logins disabled.

v1.25.0

12 Nov 18:01
v1.25.0
d1f2b43
Compare
Choose a tag to compare

Improvements and Bug Fixes

  • Add Apple mobile web app capable meta tag (#2128)
  • Add NOT NULL constraint to the charging_processes.start_date column
  • Add workaround for an error that occured when the OS does not return the current date and time
  • Display marketing names (again). This was necessary due to an API change.
  • Show the token sign-up form by default
  • Sign out if the Tesla API repeatedly returns 401 responses
  • Use SSO access tokens instead of Owner API tokens (except for Chinese accounts)

Dashboards

Translations

Documentation

v1.24.2

29 Sep 19:22
v1.24.2
1fce0f5
Compare
Choose a tag to compare

Improvements and Bug Fixes

  • Discard stale data originating from the Tesla Streaming API
  • Broadcast offline state via MQTT when the car goes offline while driving

Dashboards

v1.24.1

19 Sep 13:46
v1.24.1
e68268d
Compare
Choose a tag to compare

⚠️ NOTE: Tesla have tightened the captcha security once again and now require Google reCAPTCHA to generate API tokens. reCAPTCHA is implemented in a way that makes it impossible to bypass for applications like TeslaMate. There are third-party services that offer to fill these captchas (by having humans solve them manually), but they're slow and can be pricey if you're making a large amount of requests.

So if you are having issues signing in to your Tesla account via TeslaMate, the only remaining workaround right now is to sign in using existing API tokens (there is a button on the TeslaMate sign-in form). There are multiple apps available to securely generate access tokens yourself, for example:

Users who are already signed in in do not have to worry about it. TeslaMate will continue to be able to access the Tesla API.

v1.24.0

31 Aug 16:09
v1.24.0
dca0d8e
Compare
Choose a tag to compare

Improvements and Bug Fixes

  • Tesla have once again made changes to the login: TeslaMate can now handle a delayed captcha that first appears after submitting the login form …
  • Handle Tesla OwnerAPI errors returned by streaming API
  • Lay the groundwork for the ability to customize the displayed order of vehicles (#1904 by leewillis77)
    • The order can currently be customized by manually updating the display_priority column in the cars database table

Dashboards

  • Charging Stats: Use the full range of colors in the heatmap (#1821 by dyxyl)
  • Projected Range: Change right y-axis battery level range max from 200% to 100% (#1840 by toneus)
  • Timeline: Fix for missing drives and add links to the Action column (1818 and #1872 by DrMichael)
  • Charge Level: Fix diagram glitch (#1936 by DrMichael)

Translations

Documentation

  • Add a note about RAM needed after having issues, also a small clarification on where to place the .env file in the advanced guide (#1857 by billerby)
  • Add note with custom TM_DB_USER when backing up (#1931 by kyleawayan)
  • Advanced installation with Traefik: Update Grafana rule to limit to TeslaMate host (#1937 by benoitm974)
  • Fix icon name in Home-Assistant guide

v1.23.7

16 Jul 20:04
v1.23.7
0a9e769
Compare
Choose a tag to compare

Improvements and Bug Fixes

  • Since Tesla have once again made changes to the login with captcha, this version fixes the problems caused by it
  • Update permissions to the Grafana plugin directory (#1814 by letienne)

Documentation

  • Fix heading of the Home Assistant binary_sensor config (#1756 by mrzeldaguy)

v1.23.6

08 Jul 10:35
v1.23.6
b05965e
Compare
Choose a tag to compare

Improvements and Bug Fixes

  • Disable sign-in button if captcha code is missing
  • Fix login for Chinese accounts

v1.23.5

08 Jul 09:03
v1.23.5
cdb7af7
Compare
Choose a tag to compare

Improvements and Bug Fixes

  • Fix login with captcha

Dashboards

  • Timeline: Make added kWh more accurate