Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2025

This PR contains the following updates:

Package Update Change
teslamate/teslamate major 1.28.5 -> 2.1.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

teslamate-org/teslamate (teslamate/teslamate)

v2.1.1

Compare Source

As always, there have been many improvements. We now use the latest version of Grafana (12.1.1) and have enhanced the database migration process to include the new ascent and descent values, allowing successful migration even when entries are faulty. Previously, this prevented the migration from succeeding for some users. This highlights the importance of user feedback. Such cases never occurred in our testing.

Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
Translations
Documentation

v2.1.0

Compare Source

As always, there are many improvements. We have introduced new database fields to store the total ascent and descent of a drive, which can be used in the drives and efficiency dashboards. This is a valuable addition for users who wish to analyze their driving patterns and performance in hilly areas, and it enhances the efficiency metrics.
The database will be migrated automatically to include these new fields. Depending on your host and the size of your database, this process may take some time. Please be patient and wait for the process to finish (depending on your host, it takes a few seconds to about a minute on a Raspberry Pi 3B+ with a 1 GB database).

We now use the latest Grafana 12.0.1, and you can now open a Google Maps link for the car's current location by clicking on the location marker icon in the webview to quickly navigate to your car's location, without having to open the Tesla app.
Additionally, we have fixed some issues with the consumption for drives with a positive SOC difference, and we have aligned the usage of time-range filters to resolve consumption gross issues in some edge cases.
The charging stats are now even more consistent. We now detect consecutive charges and exclude them from the charge / discharge stats (PV surplus charging: we've got you covered).

Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
  • fix: new image on home dashboard as old got removed from Tesla mediaserver (#​4702 - @​JakobLichterfeld, @​swiffer)
  • feat: update image on home dashboard to juniper and back to dark (#​4742 - @​swiffer)
  • fix: consumption for drives with positive soc diff (#​4746 - @​swiffer)
  • fix: align usage of time-range filters to fix consumption gross issues in some edge cases (#​4787 - @​swiffer)
  • feat(dashboards-Charging-Stats): align query conditions and introduce a min duration filter applied to all panels to ensure consistent charging stats (#​4791 - @​swiffer)
  • feat(dashboards): reliably calculate charging costs per 100 km for shorter periods and align across trip, statistics and charging stats dashboards (#​4791 - @​swiffer)
  • feat(dashboards): detect consecutive charges and exclude from Charge / Discharge Stats (#​4791 - @​swiffer)
  • feat(dashboards): introduce slope-adjusted efficiency metric in drives dashboard (#​4798 - @​swiffer)
Translations
Documentation

v2.0.0

Compare Source

This is a breaking change release: TeslaMate uses PostgreSQL as database, this is an external dependency and needs to be updated by yourself. We now require PostgreSQL 16.7 or 17.3 or higher as we are upgrading the bundled earthdistance extension to v1.2. TeslaMate will now fail to start if you are using an older version. Ensure to upgrade your database before upgrading TeslaMate. To upgrade PostgreSQL, you need to follow these instructions:

Note for user which revoked permissions: If the SUPERUSER privilege has been revoked after the initial (manual) installation, it must be temporarily granted for pending earthdistance migrations to succeed. The privilege can then be safely revoked.

As always, there are also many improvements. The webview now shows the TPMS values in the low pressure tooltip. We use the latest Grafana 11.6.1 and have improved the battery health dashboard and aligned the range calculation through the dashboards. Additionally time zone handling has been improved and the date formats are now based on the browser locale.

Enjoy it.

Note for contributors: The default branch was renamed to main. Please update your local repository accordingly (see GitHub hint when visiting teslamate-org/teslamate or GitHub documentation for more information).

Breaking Changes
  • feat: check Postgres version on startup, require 16.7 / 17.3, update earthdistance extension (#​4648 - @​swiffer)
New features
Improvements and bug fixes
Build, CI, internal
Dashboards
  • fix: improve calc for usable (now) in battery health dashboard (#​4644 - @​swiffer)
  • feat: make use of car filter, add timefilter in locations dashboard (#​4647 - @​swiffer)
  • fix: use same rated range calculation in updates dashboard as in battery health dashboard (#​4682 - @​swiffer)
  • fix: explicitly set height of home dashboard background image based on current layout & grafana css (#​4681 -@​swiffer)
  • fix: set $__timezone explicitly in dashboards to ensure truncation is done with respect to the Grafana timezone (#​4684 - @​swiffer)
  • fix: issues when using browser locale for date formats (#​4662 - @​swiffer)
  • fix: widens Date Columns to fully show date strings formatted in US locale (#​4662 - @​swiffer)
  • feat: add duration time to charges details dashboard (#​4677 - @​jheredianet)
Translations
Documentation

v1.33.0

Compare Source

As always, there are many improvements.

We now use Grafana 11.6.0 which was release the last days, improved the logging and state transitions, added a new dashboard for database information and improved other dashboards. We also added a new section to the documentation about the Entity Relationship Model (ERM) of TeslaMate. This is a great help for developers who want to understand the data model of TeslaMate and how to extend it.

Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
  • build(deps): bump castore from 1.0.9 to 1.0.10 (#​4414)
  • build(deps): bump @​docusaurus/preset-classic from 3.5.2 to 3.6.3 in /website (#​4412)
  • build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /website (#​4424)
  • build(deps): bump crate-ci/typos from 1.27.0 to 1.28.1 (#​4411)
  • build(deps): bump tesla from 1.13.0 to 1.13.2 (#​4416)
  • build(deps): bump postgrex from 0.19.1 to 0.19.3 (#​4415)
  • build(nix): switch to nixos-24.11 (#​4420 - @​brianmay)
  • build(deps): update flake.lock (#​4427)
  • fix: update mix deps hash to fix build error on recent NixOS 24.11 update (#​4428)
  • build(deps): bump path-to-regexp and express in /website (#​4433)
  • build(deps): update flake.lock (#​4440)
  • build(deps): bump actions/cache from 4.1.2 to 4.2.0 (#​4465)
  • build(deps): bump phoenix from 1.7.14 to 1.7.18 (#​4462)
  • build(deps-dev): bump dialyxir from 1.4.4 to 1.4.5 (#​4460)
  • build(deps): bump ex_cldr from 2.40.1 to 2.40.2 (#​4461)
  • build(deps): bump crate-ci/typos from 1.28.1 to 1.29.0 (#​4464)
  • ci: update actions/cache to v4.2.0 (79107d5 - @​JakobLichterfeld)
  • build(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 (#​4515)
  • build(deps): bump actions/stale from 9.0.0 to 9.1.0 (#​4516)
  • build(deps): bump crate-ci/typos from 1.29.0 to 1.29.5 (#​4514)
  • build(deps-dev): bump excoveralls from 0.18.3 to 0.18.5 (#​4524)
  • build(deps-dev): bump credo from 1.7.8 to 1.7.11 (#​4523)
  • build(deps): bump @​docusaurus/preset-classic from 3.6.3 to 3.7.0 in /website (#​4518)
  • build(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /website (#​4548)
  • build(deps): update flake.lock (#​4455)
  • style(markdownlint): allow 'details', 'summary', and 'TabItem' elements (d5b1a55 - @​JakobLichterfeld)
  • style(environment_variables): remove multiple whitespaces (603ff82 - @​JakobLichterfeld)
  • style(docs): fix line length fenced-code-style, no bare url links, multiple whitespaces, alt text, header style (1972584 - @​JakobLichterfeld)
  • build(deps): bump actions/cache from 4.2.0 to 4.2.2 (#​4564)
  • build(deps): bump crate-ci/typos from 1.29.5 to 1.30.0 (#​4563)
  • build(deps): bump castore from 1.0.11 to 1.0.12 (#​4565)
  • build(deps): bump plug_cowboy from 2.7.2 to 2.7.3 (#​4566)
  • build(deps): bump prismjs from 1.29.0 to 1.30.0 in /website (#​4582)
  • build(deps): bump @​babel/runtime from 7.26.0 to 7.26.10 in /website (#​4589)
  • build(deps): bump @​babel/helpers from 7.26.7 to 7.26.10 in /website (#​4588)
  • build(deps): bump @​babel/runtime-corejs3 in /website (#​4587)
  • build(deps): update flake.lock (#​4562)
Dashboards
Translations
Documentation

v1.32.0

Compare Source

As always, there are many improvements. The focus has been on quality of life improvements and standardization across all dashboards. Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
Translations
Documentation

docs: add contributing guidelines link for GitHub (#​4345 - @​JakobLichterfeld)
docs: update Home Assistant integration documentation with configuration URL and model name hints (#​4359 - @​JakobLichterfeld)
docs: Remove availability from Home Assistant MQTT sensors, as it can be misleading and prevent sensors from receiving updated values (#​4362 - @​longzheng)
docs: Introducing TeslaMate Guru on Gurubase.io (#​4390 - @​kursataktas)

v1.31.1

Compare Source

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
Translations
Documentation

v1.31.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Apr 26, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.36s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.74s
⚠️ YAML prettier 1 1 2 0.41s
❌ YAML yamllint 1 1 0 0.62s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/cluster-0-teslamate-teslamate-2.x branch from 8abb17f to 4b6d115 Compare May 27, 2025 22:27
@renovate renovate bot force-pushed the renovate/cluster-0-teslamate-teslamate-2.x branch from 4b6d115 to 5b1ef92 Compare July 21, 2025 13:01
@renovate renovate bot changed the title feat(container)!: Update image teslamate/teslamate ( 1.28.5 → 2.0.0 ) feat(container)!: Update image teslamate/teslamate ( 1.28.5 → 2.1.0 ) Jul 21, 2025
| datasource | package             | from   | to    |
| ---------- | ------------------- | ------ | ----- |
| docker     | teslamate/teslamate | 1.28.5 | 2.1.1 |
@renovate renovate bot force-pushed the renovate/cluster-0-teslamate-teslamate-2.x branch from 5b1ef92 to 14378b2 Compare August 16, 2025 08:32
@renovate renovate bot changed the title feat(container)!: Update image teslamate/teslamate ( 1.28.5 → 2.1.0 ) feat(container)!: Update image teslamate/teslamate ( 1.28.5 → 2.1.1 ) Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants