Skip to content

Releases: teslamate-org/teslamate

v1.24.1

19 Sep 13:46
v1.24.1
e68268d

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

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

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

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

Choose a tag to compare

Improvements and Bug Fixes

  • Fix login with captcha

Dashboards

  • Timeline: Make added kWh more accurate

v1.23.4

18 Jun 14:31
v1.23.4
7a56be9

Choose a tag to compare

Improvements and Bug Fixes

Dashboards

  • Drive Details: Don't round down duration (#1677 by Dulanic)
  • Projected Range: Prevent division by zero (#1678 by Dulanic)
  • Updates / States / Stastistics: Use local browser time (#1685 by Ed-M72)
  • Charge Level: Simplify database query (#1693 by Dulanic)
  • Timeline: Add new category Missing and some other adjustments (#1708 by DrMichael)
  • Timeline: Fix missing datasources (#1730 by nickbock)
  • Bump Grafana to 7.5.8 (Docker image)

v1.23.3

02 Jun 17:45
v1.23.3
fd9667f

Choose a tag to compare

Bug Fixes

  • Fix API tokens form

v1.23.2

02 Jun 17:25
v1.23.2
4e0339c

Choose a tag to compare

Bug Fixes

  • Fix sign-in for Chinese accounts

v1.23.1

02 Jun 10:18
v1.23.1
3ed7197

Choose a tag to compare

Improvements and Bug Fixes

  • Tesla has removed the captcha again …
  • Fix error when changing the language to Chinese

Translations

v1.23.0

01 Jun 09:26
v1.23.0
2418351

Choose a tag to compare

Improvements and Bug Fixes

  • Support Tesla's new captcha verification
  • Improve naming of addresses (city aliases)
  • Add power to published MQTT topics (#1504 by mnadvornik)
  • The Docker image now ships with Erlang/OTP 24 which comes with a JIT-compiler (enabled on most x86 64-bit platforms)
  • Only publish geofence via MQTT if it has changed
  • Fix calculation of gross consumption while charging
  • Fix service mode detection
  • Fix typo in code_challenge_method (#1571 by tuxbox)
  • Make dashboards.sh script portable e.g. to BSD (#1645 by tuxbox)

Dashboards

Translations

Documentation

  • Update Mosquitto version used in docker-compose examples
  • Add device classes and binary sensors to documented Home Assistant config (#1597 by flacjacket and #1634 by ffeingol)