All Versions
89
Latest Version
Avg Release Cycle
76 days
Latest Release
31 days ago

Changelog History
Page 2

  • v1.31.1 Changes

    October 29, 2024

    ๐Ÿš€ This release primarily prevents beam.smp from overloading the CPU on ARM hosts. It also includes a number of other bug fixes and performance improvements. Enjoy it.
    ๐Ÿš€ Please also note: v1.31.0 Release Notes

    ๐Ÿ†• New features

    ๐Ÿ‘Œ Improvements and bug fixes

    ๐Ÿ— Build, CI, internal
    Dashboards
    • perf: add ideal_battery_range_km as query condition (#4305 - @swiffer)
    • ๐Ÿ›  fix: re-add missing changes from pr 4124 (#4310 - @swiffer)
    • feat: add max speed & speed histogram to drive stats (#4253 - @js94x)
    • ๐Ÿ›  fix: remove convert_km from kwh calculations in timeline dashboard (#4318 - @swiffer)
    • ๐Ÿ›  fix: ensure dutch-tax dashboard is not repeating multiple times per car (row and table) (#4317 - @swiffer)
    ๐ŸŒ Translations
    • โšก๏ธ Update default.po for thai (#4312 - @tomzt)
    • ๐ŸŒ Spanish translation of missing items (#4320 -@ferminmg)
    ๐Ÿ“š Documentation
    • ๐Ÿ“„ docs: fix ghcr image path in contributing guide (#4309 - @swiffer)

    complete changelog

  • v1.31.0 Changes

    October 27, 2024

    ๐ŸŽ As always, lots of improvements. The focus has been on performance improvements, especially on slow HW like Raspberry Pi 3B+. We achieved 240x speed improvements in several dashboards ๐Ÿš€ And we welcomed @swiffer to the TeslaMate-Org team ๐Ÿ‘‹ And much, much more. Enjoy it.

    Regarding PostgreSQL 17: TeslaMate uses PostgreSQL as database, this is an external dependency and needs to be updated by yourself. Although TeslaMate currently runs fine with PostgreSQL 14+ we strongly recommend upgrading to the latest supported version. We recommend that you do this as follows:

    โž• Additional info: In some very rare cases with very old installations of TeslaMate (from 2019) we have observed performance issues due to missing indexes. These should normally be added with our automatic migrations. If you think your installation may be missing some indexes, see #4201 for the corrective SQL command.

    ๐Ÿ†• New features

    ๐Ÿ‘Œ Improvements and bug fixes

    ๐Ÿ— Build, CI, internal
    • ๐Ÿ“Œ ci: pin GitHub action dependencies to protect against supply chain attacks (#4076 - @JakobLichterfeld)
    • ๐Ÿณ chore: correct comment for pinned Docker login-action to version 3.2.0 (#4120 - @JakobLichterfeld)
    • ๐Ÿ— build(deps): bump erlef/setup-beam from 1.18.0 to 1.18.1 (#4116)
    • ๐Ÿ— build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#4115)
    • โšก๏ธ chore: update PostgreSQL to version 16 in flake.nix (#4135- @JakobLichterfeld)
    • ๐Ÿ— build(deps): bump webpack from 5.92.1 to 5.94.0 in /website (#4171)
    • ๐Ÿ— build(deps): bump micromatch from 4.0.5 to 4.0.8 in /website (#4174)
    • โšก๏ธ chore: Update tzdata to version 1.1.2 and mimerl to version 1.3.0 (#4205 - @JakobLichterfeld)
    • ๐Ÿ— build(deps): bump send and express in /website (#4203)
    • ci: enable dependabot for mix and npm (#4207 - @JakobLichterfeld)
    • ๐Ÿ— build(deps): bump @docusaurus/preset-classic from 3.4.0 to 3.5.2 in /website (#4210)
    • ๐Ÿ— build(deps): bump phoenix_ecto from 4.4.3 to 4.6.2 (#4213)
    • ๐Ÿ— build(deps): bump jason from 1.4.1 to 1.4.4 (#4216)
    • ๐Ÿ— build(deps): bump classnames from 2.3.2 to 2.5.1 in /website (#4211)
    • ci: add treefmt as code formatting multiplexer (#4219 - @JakobLichterfeld)
    • ๐Ÿ”จ ci(refactor): use composite action to avoid duplication in elixir workflow (#4219 - @JakobLichterfeld)
    • โฑ ci: prevent workflow runs for certain conditions and allow scheduled runs (#4219 - @JakobLichterfeld)
    • ๐Ÿ”จ ci(refactor): use reusable workflow to check paths (#4219 - @JakobLichterfeld)
    • ๐Ÿ”จ ci(refactor): use reusable workflows for streamlined DevOps pipeline (#4219 - @JakobLichterfeld)
    • ๐Ÿ”จ ci(refactor): allow ghcr_build parallel to elixir test (#4219 - @JakobLichterfeld)
    • ๐Ÿ‘• ci: ensure proper linting via treefmt (#4219 - @JakobLichterfeld)
    • โšก๏ธ doc: update CI badge URL for devops workflow (#4219 - @JakobLichterfeld)
    • ci(fix): handle empty path filter output (#4219 - @JakobLichterfeld)
    • ๐Ÿ›  fix: avoid the need for impure for devenv (#4245 - @brianmay)
    • ๐Ÿ— ci(fix): run ghcr build workflow only for specific conditions (#4219 - @JakobLichterfeld)
    • ๐Ÿšš ci: remove branch restriction for check_paths workflow to increase sec (#4219 - @JakobLichterfeld)
    • ๐Ÿ— build(deps): bump actions/checkout from 4.1.7 to 4.2.1 (#4262)
    • ๐Ÿ— ci(fix): only run ghcr build in DevOps workflow on own repo (022b173 - @JakobLichterfeld)
    • ๐Ÿ“Œ ci: pin ubuntu-24.04 as runner OS (40dab3e - @JakobLichterfeld)
    • ci: cleanup caches when pr is closed (75cfc7c - @JakobLichterfeld)
    • ๐Ÿ— ci(fix): run ghcr build in DevOps workflow for forks (688147e - @JakobLichterfeld)
    • ๐Ÿ— ci(fix): correct syntax in ghcr_build workflow for workflow_call (9e6a275 - @JakobLichterfeld)
    • ๐Ÿ— ci(fix): run ghcr build as separate workflow to fix permission issues with forks (0410593 - @JakobLichterfeld)
    • ๐Ÿ— build(deps-dev): bump credo from 1.7.1 to 1.7.8 (#4238)
    • ๐Ÿ— build(deps): bump crate-ci/typos from 1.22.9 to 1.26.0 (#4261)
    • ๐Ÿ”จ refactor: Cleanup nix code (#4265 - @scottbot95)
    • ๐Ÿ— build(deps): bump elixir from 1.16.2-otp-26 to 1.17.2-otp-27 (#4296 - @JakobLichterfeld)
    • ๐Ÿ— build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website (#4303)
    • โšก๏ธ feat: update to Phoenix HTML 4.1, bump dependencies (#4277 - sdwalker and @JakobLichterfeld)
    Dashboards
    • ๐Ÿ‘Œ Improve Battery Health dashboard estimations on rated range (#4074 - @jheredianet)
    • โšก๏ธ Update charges.json: range added per hour (#4089 - @DrMichael)
    • small visual distinguish between AC & DC charging in charges dashboard and unification of the DC coloring in all dashboards (#4124 - @stauffenberg2020)
    • ๐Ÿ‘Œ Improve drive stats (#4148 - @jheredianet)
    • ๐Ÿ‘Œ Improve drives dashboard (#4146 - @jheredianet)
    • Odometer in charges (#4144 - @jheredianet)
    • โšก๏ธ Update charging-stats for handling suc cost mixed with AC charge on TWC (#4137 - @cyberden)
    • ๐Ÿ›  Fix the issue of failing to restore efficiency dashboard (#4153 - @ghostiee)
    • ๐Ÿ‘Œ Improve rounding to month / weeks / days in Updates "Since Previous Update" column (#4164 - @swiffer)
    • feat: Improve cost filter on Charges dashboard to show charges with negative cost as well (#4179 - @jheredianet)
    • feat: display vehicle VIN as a fallback for vehicle name on grafana dashboards (#4198 - @arcastro)
    • ๐Ÿ‘ feat: Add Moving Average / Percentiles to Charge Level dashboard & bucket data to support longer periods (#4200 - @swiffer)
    • increase max battery charge gauge threshold to 101 in case of LFP (#4191 - @neothematrix)
    • multiple cars, same name, add VIN next to name (#4230 - @swiffer)
    • ๐Ÿ— json_build_object instead of concat in battery-health (#4229 - @swiffer)
    • perf: fix skipping streaming data in charging stats (#4252 - @swiffer)
    • perf: improvements drive stats (#4258 - @swiffer)
    • ๐Ÿ›  fix: for drives not showing if duration < 1 minute (#4284 - @swiffer)
    • feat: add max speed in drives dashboard (#4284 / #4267 - @js94x)
    • perf: exclude streaming data when getting battery level (#4286 - @swiffer)
    • perf: exclude streaming data in visited dashboard (#4287 - @swiffer)
    • ๐Ÿ›  fix: weighted average calculation for consumption in drives dashboard (#4289 - @swiffer)
    • perf: improvement in charge level (#4301 - @swiffer)
    • ๐Ÿ—„ perf: improvement and deprecated syntax removal (#4304 - @swiffer)
    ๐ŸŒ Translations
    ๐Ÿ“š Documentation
    • doc: Add initial author and list of contributors to README.md (#4084 - @JakobLichterfeld)
    • doc: add steps to the guide regarding how to switch to Fleet API (#4103 - @yangiak)
    • ๐Ÿ’ป doc: align TPMS Pressure naming in sensor config to match UI config for home assistant (#4104 - @helmo)
    • โšก๏ธ doc: Update screenshots and rearrange links (#4151 - @jheredianet)
    • ๐Ÿ“š doc: fix markdownlint warnings in fleet API documentation (#4173 - @JakobLichterfeld)
    • doc: clarify using fleet API has lots of drawbacks (#4173 - @JakobLichterfeld)
    • ๐Ÿ“„ docs: fix Home Assistant MQTT sensor JSON templates warnings (#4257 - @longzheng)
    • ๐Ÿ“„ docs: add recommended RAM size (#4278 - @JakobLichterfeld)
    • ๐Ÿ“„ docs: add best practice section to contribution guide (#4288 - @swiffer)

    complete changelog

  • v1.30.1 Changes

    July 10, 2024

    ๐Ÿš‘ This is a hotfix release to work around the map fit problem in the new Upstream Grafana. As soon as a new Grafana version is available, we will update again.

    ๐Ÿ‘Œ Improvements and bug fixes

    • โฌ‡๏ธ downgrade grafana until maps issue in upstream grafana is resolved (#4071 - @swiffer)
    ๐Ÿ— Build, CI, internal
    Dashboards
    • ๐Ÿ”ง Configure Grafana to use browser language / date formats (#4064 - @swiffer)
    • ๐Ÿ›  Fix hard coded information (timezone and orgId) (#4056 - @jlestel)
    ๐ŸŒ Translations
    • โšก๏ธ update zh_hans localized string (#4073 - @mrgaolei)
    • โšก๏ธ Update default.po for thai (#4072 - @tomzt)

    full changelog

  • v1.30.0 Changes

    July 07, 2024

    As always with many improvements. Cleaner LFP battery handling, 100x speed improvement in dashboards and much, much more. Enjoy it.

    ๐Ÿ†• New features

    ๐Ÿ‘Œ Improvements and bug fixes

    • โšก๏ธ Update vehicle.ex with marketing name for Model Y Long Range RWD (#3989 - @stefanlange)
    • feat: use Grafana 11.1.0 (#4019 - @swiffer)
    • โšก๏ธ Update vehicle.ex with marketing name for Model Y SR (#4042 - @kolaCZek)
    • โšก๏ธ feat: update breadcrumb links to use Phoenix path helpers (#4052 - @JakobLichterfeld)
    ๐Ÿ— Build, CI, internal
    • ๐Ÿ— build(deps): bump crate-ci/typos from 1.21.0 to 1.22.9 (#4021)
    • ๐Ÿ— build(deps): bump express from 4.18.2 to 4.19.2 in /website (#3790)
    • โšก๏ธ chore: update @docusaurus/core and @docusaurus/preset-classic dependencies to v3.4.0 and react and react-dom to 18.3.1 (#4046 - @JakobLichterfeld)
    • ๐Ÿ— build: specify node.js version for Netlify in base dir as latest lts major version (#4046 - @JakobLichterfeld)
    • ๐Ÿ’… style: fix single quoted string in car_live (#4049 - @JakobLichterfeld)
    Dashboards
    • ๐Ÿ‘Œ Improve drive details (#4004 - @jheredianet)
    • ๐Ÿ‘Œ Improve visualizations on Battery Health dashboard (#4005 - @jheredianet)
    • โšก๏ธ Update drives.json: show drives with duration=0 but distance>0 (#3867 - @DrMichael)
    • ๐Ÿ‘Œ Improve performance of timeline dashboard (#4019 - @swiffer)
    • ๐Ÿ›  Fix detection of missing data (geofence condition) in timeline dashboard (#4019 - @swiffer)
    • ๐Ÿ›  Fix time filter for links to trip dashboard in timeline dashboard (#4019 - @swiffer)
    • ๐ŸŽ Reduce number of queries executed in overview dashboard to increase performance (#4019 - @swiffer)
    • Ensure Index usage when getting temperatures in overview dashboard (#4019 - @swiffer)
    • 0๏ธโƒฃ re-enable time picker by default in drive-details, charge-details dashboards (#3985)
    • ๐Ÿ‘Œ Improve "Charges" dashboard (#4031 - @jheredianet)
    • ๐Ÿ‘Œ Improve "Drives" dashboard (#4033 - @jheredianet)
    • โšก๏ธ Update overview.json: Add Distance (#4034 - @DrMichael)
    • โšก๏ธ Update overview.json: fix Net (#4045 - @DrMichael)
    • โšก๏ธ update overview dashboard to fix units for energy consumption (#4048 - @JakobLichterfeld)
    • โšก๏ธ use lfp_battery setting in dashboards & speed up updates dashboard (#4051 - @swiffer)
    ๐ŸŒ Translations
    ๐Ÿ“š Documentation

    complete changelog

  • v1.27.1 Changes

    July 22, 2022

    ๐Ÿ‘Œ Improvements and Bug Fixes

    • โž• Add setting to select tire pressure units
    • ๐Ÿ›  Fix Protocol 'inet_tcp': register/listen error: econnrefused error (#2771)
    • โฌ†๏ธ Bump minimum supported Elixir version to 1.12
    • ๐Ÿ‘Œ Improve handling of invalid API tokens
    Dashboards
    • Charging Stats: Include SuC geofences to calculate charging cost
  • v1.27.0 Changes

    July 15, 2022

    ๐Ÿ”“ Encryption of API tokens

    To ensure that the Tesla API tokens are stored securely, an encryption key must be provided via the ENCRYPTION_KEY environment variable.

    โšก๏ธ If you use a docker-compose.yml file to run TeslaMate, add a line with the ENCRYPTION_KEY to the environment section or check out the updated installation guiddes on docs.teslamate.org:

    services:
      teslamate:
        image: teslamate/teslamate:latest
        environment:
          - ENCRYPTION_KEY=your_secret_encryption_key
          # ...
    

    If no ENCRYPTION_KEY environment variable is provided when running the database migrations a randomly generated key will be set for you to encrypt the tokens. In that case, a warning with further instructions will be displayed.

    ๐Ÿ‘Œ Improvements and Bug Fixes

    • Add charge_current_request and charge_current_request_max MQTT topics
    • โž• Add detection of refresh Model X (2022) (#2455 - @cwanja)
    • Restart streaming API process if token expired
    • Do not start erlang's EPMD service
    • Store vehicle marketing names in the database
    • ๐Ÿ‘ Allow customizing the default geofence via the DEFAULT_GEOFENCE environment variable (#2564)
    • โฌ†๏ธ Bump Grafana to 8.5.6
    Dashboards
    • โž• Add datasource to table and map panels (#2391- @andrewjw)
    • Charge Details: Ensure that battery heater is shown when active during charging (#2527 - @woyteck1)
    • Charging Stats, Charges: Add average cost per kWh to charging stats (#2693 - @yoyostile)
    • Charging Stats, Charging Details: Add Charging curve (#2093 - @ToniA, #2152 - @fmossott)
    • Charging Stats: Add panel with the cost of charges at SuC (#2448 - @carloscuezva)
    • ๐Ÿ‘ Charging Stats: Fix for better "Charge deltas" when the charging process is interrupted and re-started (#2566, #2656 - @nicoladefranceschi)
    • Charging Stats: Set Y-Axis max of heatmap to 100 (#2461 - @DrMichael)
    • โšก๏ธ Charging Stats: Update Charging Stats panel styling (#2481 - @cwanja)
    • Drive Details: Add elevation summary (#2449 - @coreGreenberet)
    • ๐Ÿš€ Drive Details: Record the tire pressure which was made available by Tesla in the 2022.4 SW release (#2706 - @NirKli)
    • Drive Details: Set elevation units on axis
    • โšก๏ธ Drive Stats: Optimize query to estimate mileage calculation (#2464 - @coreGreenberet )
    • Locations: Let the gauge scale up to the maximum value (#2647 - @DrMichael)
    • โšก๏ธ States: Update States top row panels height (#2487 - @cwanja)
    • Timeline: Fix links (#2601 - @DrMichael))
    • Trip: Render Trip piechart legend (#2473 - @cwanja)
    • Migrate dashboards to the new timeseries panels
    • ๐Ÿ”„ Change unit of boolean fields
    ๐ŸŒ Translations
    • โšก๏ธ Update Chinse translation (#2479 - @AemonCao)
    • โž• Add missing Swedish translation (#2731 - @tobiasehlert)
    ๐Ÿ“š Documentation
    • โž• Add ProxyPreserveHost On to the Grafana entries in Apache2 config (#2471 - @DrMichael)
    • Node-RED: Fix typo (#2410 - @baylanger)
    • โšก๏ธ Update to projects page (TeslaMate-ABRP) (#2518 - @fetzu)
    • โšก๏ธ Update HomeAssistant Integration examples for HA 2022.6 (#2704 - @star114)
    • โœจ HomeAssistant Integration: enhance km to mi conversion / add timestamp class to charge time (#2735 - @dcod3d)
    • โž• Add FAQ around Docker timestamp logs (#2655 - @cwanja)
    • โž• Add HomeAssistant notification example (#2712 - @brombomb)
  • v1.26.1 Changes

    January 28, 2022

    ๐Ÿ‘Œ Improvements and Bug Fixes

    • โž• Add link on the TeslaMate overview page to the notateslaapp.com release notes (#2390 by cwanja)
    • ๐Ÿ›  Fix token refresh for Chinese accounts
    Dashboards
    • Charges: Show link if the charge cost is not set (#2380 by carloscuezva)
    • Efficiency: Add min & max values to the Temperature-Efficiency gauge (#2395 by DrMichael)
    • โšก๏ธ Overview / Updates: Fix software version format
    ๐ŸŒ Translations
  • v1.26.0 Changes

    January 25, 2022

    ๐Ÿ‘Œ 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 Changes

    January 12, 2022
    • โฌ†๏ธ Bump app base image to Debian 11 to fix GLIBC_2.29' not found error
    • โฌ†๏ธ Bump Grafana to 7.5.12
  • v1.25.1 Changes

    January 12, 2022

    ๐Ÿณ 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.