Skip to content

feat(container)!: Update image teslamate/teslamate ( 1.28.5 → 3.0.0 )#5602

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cluster-0-teslamate-teslamate-3.x
Open

feat(container)!: Update image teslamate/teslamate ( 1.28.5 → 3.0.0 )#5602
renovate[bot] wants to merge 1 commit intomainfrom
renovate/cluster-0-teslamate-teslamate-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
teslamate/teslamate major 1.28.53.0.0

Warning

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


Release Notes

teslamate-org/teslamate (teslamate/teslamate)

v3.0.0

Compare Source

Let's start with a quote: "Why do programmers like dark mode? Because light attracts bugs.". Yes, you read that right. TeslaMate Webview now has a dark mode.

As always, lots of improvements have been made. Memory usage has been reduced, while performance has been increased — it sounds too good to be true, but it's the reality.
Battery heating is now also shown on the overview dashboard, and the drives dashboard now always shows the consumption.
To make your TeslaMate experience even better, we have also made more than 52 other improvements.

Enjoy!

📄 License Change Notice

As of PR #​5131, TeslaMate has transitioned from the MIT License to the GNU Affero General Public License v3.0 (AGPLv3).

What does this mean for you?

  • For Private Users: Nothing changes. You can continue to use, host, and modify TeslaMate for your personal use for free, just as before.
  • For the Community: This change ensures that TeslaMate remains open and free. It prevents companies from taking the community's hard work and turning it into a closed-source commercial service without giving back.
  • For Developers: If you modify or use TeslaMate, you must now share your source code modifications under the same license.

We believe this step is necessary to protect the project from exploitation and to ensure its long-term sustainability.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
  • feat(overview): show battery heating on overview dashboard as well (#​5090 - @​kaistian)
  • feat: optimize reduced_range query and always show consumption kwh in drives dashboard (#​5089 - @​swiffer)
Translations
Documentation

v2.2.0

Compare Source

As always, there have been many improvements. We now support a proxy for the OpenStreetMap API. If you live in a geo-blocked location, this could simplify your setup. Your tokens are now more secure.
We use the latest dependencies and support PostgreSQL 18 (To update, back up your data and follow the guide Please note: Volume mounts have changed in PostgreSQL18, see point 4 of the guide.).
We also avoid memory bloat on misconfigured Docker hosts. If your host has limited hardware, this will greatly improve your experience.
The dashboards have been improved in terms of performance, and all dashboards now function as expected when set to miles.

Enjoy it.

New features
Improvements and bug fixes
Build, CI, internal
Dashboards
  • fix: charging stats now correctly calculate cost when set to miles (#​4983 - @​DrMichael)
  • perf: Optimize Grafana query for trip view to leverage indexes more effectively (#​4964 - @​jaypark0006)
  • feat: add shared buffers size to db info dashboard (#​4989 - @​swiffer)
  • fix: cast to numeric instead of integer when converting from km to miles to avoid rounding issues in all dashboards (#​4986 - @​swiffer)
  • fix: correctly determine charging phases in charge detail dashboard (#​4988 - @​swiffer)
Translations
  • i18n: add spanish car location translation (#​4892 - @​jpizquierdo)
  • i18n: add missing italian translations, correct the gender of some words and use more uniform translations (#​4920 - @​giovaorama)
  • i18n: add thai car location translation (#​4956 - @​tomzt)
  • i18n: update Traditional Chinese translations with missing translations and to avoid PRC terms and ensure consistency across UI strings (#​4995 - @​occultsound)
Documentation

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 - [@​JakobLichter

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.

| datasource | package             | from   | to    |
| ---------- | ------------------- | ------ | ----- |
| docker     | teslamate/teslamate | 1.28.5 | 3.0.0 |
@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Feb 28, 2026

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.45s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.85s
⚠️ YAML prettier 1 1 2 0.44s
❌ YAML yamllint 1 1 0 0.73s

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

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