Releases: teslamate-org/teslamate
v1.26.0
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)
- Raspberry Pi users unfortunately have to upgrade to Raspbian Bullseye or install the backports version
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
- Drive Details: Display if the car is preconditioning (#2281 by carloscuezva)
- Timeline: Add filters for destination (#2354 by DrMichael)
Translations
- Update Chinese translation (#2232 by howard0su)
- Update Chinese translation (#2236 by summergeorge)
- Update French translation (#2216 by tydoo)
- Update Spanish translation (#2148 by jmalcaide)
- Update Italian translation (#2146 by ludovi-com)
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
- Bump app base image to Debian 11 to fix
GLIBC_2.29' not found
error - Bump Grafana to 7.5.12
v1.25.1
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 passwordadmin
. 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
totrue
(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
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.
- Add Mid-Range Model 3 (#2057 by RickyRomero)
- 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
- Add integration Guide for Node-RED, with examples (#2098 by pmboothby)
- Update upgrade guide (#2043 by withanhdammit)
v1.24.2
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
- Updates and Timeline: Link to notateslaapp.com for release notes
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_priority
column in thecars
database 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