Releases: teslamate-org/teslamate
v1.24.1
- Update error message that is shown if reCAPTCHA is required
- Update Erlang/OTP version used by Docker images to prevent possible outages due to DST Root CA expiry on Sep 30th
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
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_prioritycolumn in thecarsdatabase table
- The order can currently be customized by manually updating the
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
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
Improvements and Bug Fixes
- Disable sign-in button if captcha code is missing
- Fix login for Chinese accounts
v1.23.5
Improvements and Bug Fixes
- Fix login with captcha
Dashboards
- Timeline: Make added kWh more accurate
v1.23.4
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
Missingand some other adjustments (#1708 by DrMichael) - Timeline: Fix missing datasources (#1730 by nickbock)
- Bump Grafana to 7.5.8 (Docker image)
v1.23.3
Bug Fixes
- Fix API tokens form
v1.23.2
Bug Fixes
- Fix sign-in for Chinese accounts
v1.23.1
Improvements and Bug Fixes
- Tesla has removed the captcha again …
- Fix error when changing the language to Chinese
Translations
- Update Swedish translations (#1655 by tobiasehlert)
v1.23.0
Improvements and Bug Fixes
- Support Tesla's new captcha verification
- Improve naming of addresses (city aliases)
- Add
powerto 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.shscript portable e.g. to BSD (#1645 by tuxbox)
Dashboards
- Add a new Timeline dashboard (#1621 by DrMichael)
- Statistics: Fix
pq: time zone "" not recognizederror (#1470 and #1559 by Dulanic)
Translations
- Update Swedish translations (#1461 by tobiasehlert)
- Update French translations (#1473 by ranaud80)
- Update German 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)