Skip to content

Releases: teslamate-org/teslamate

v1.20.1

24 Oct 12:13
Compare
Choose a tag to compare

Enhancements

Dashboards

  • Charge Level: Always show 0% and 100% when state of charge is shown in a diagram (#980 by mbertheau)
  • Charging Stats: Titles/labels now match pie-charts (#998 by roadrash2108)
  • Drive Details: Increase width of odometer panel
  • Efficiency: Set a fixed max value and use LCD gauge
  • Statistics: Add links to other dashboards (#973 by DrMichael)

Translations

Other

  • Display update version in the homescreen update tooltip (#976 by ayonix)
  • Customize Grafana home screen logo (#1004 by gimmespam)
  • Bump Grafana to 7.2.1

Bug Fixes

  • Overview: Fix overlapping timestamps in discrete map (#995 by pmboothby)
  • Fix overlapping timestamps in trip and states dashboard
  • Fix tooltips in car overview being hidden by .card (#975 by ayonix)
  • Make Statistics dashboard compatible with older versions of Postgres
  • Open Statistics dashboard with browser time zone when coming from the TeslaMate UI

v1.20.0

04 Oct 16:42
Compare
Choose a tag to compare

Enhancements

Dashboards

  • Update consumption unit to Watt-hour to match in-car unit (#717 by mattw01)
  • Update dashboards to use the new components from Grafana 7
  • Charges: Show very short charging sessions
  • Charges: Add filter for voltage (#857 by Dulanic)
  • Charging Details: Show kWh even if still charging (#744 by Dulanic)
  • Charging Stats: Visualize % of sum instead of max kWh in charging heat map (#680 by Dulanic)
  • Charging Stats: Show cost per 100 km/mi (Charging Stats)
  • Drives: Update possible values for the "cold" column to be consistent (#702 by Dulanic)
  • Drive Details: Show drive efficiency
  • Mileage: Optimize query to get odometer (#804 by Dulanic)
  • Overview: Add 'total energy added' to chart (#690 by Dulanic)
  • Overview: Hide stale temperatures
  • Overview: Show most recent driver temp setting while driving
  • Overview: Add efficiency (#970 by DrMichael)
  • States: Display all states names (#755 by DrMichael)
  • Updates: Add links to release notes (#797 and #823 by pmboothby)
  • Updates: Show average range and number of chargers per software version to identify if an update had a bigger than expected impact on range (#731 and #762 by Dulanic)
  • Updates: Fix up the version display when it only has a week value and no point release (#925 by pyjamasam)
  • Vampire Drain: Utilize charges as additional anchor points (#769 by tacotran)
  • Add new Statistics dashboard (#965 by DrMichael)
  • Add the "shared crosshair" setting to some of the dashboards (#932 and #962 by Kosta-Github)
  • "Customize" Grafana logo (#890 by https://github.com/fatbasstard)
Note
  • The dashboards require Grafana 7. Make sure you are running the latest version of Grafana if you are not using the Docker installation.

Translations

Documentation

Other

  • Optimize conversion helper functions
  • Allow to set a cost by the minute per geo-fence
  • Allow to set charge cost by minute
  • Allow negative charge costs
  • Periodically store vehicle data while charging
  • Use a more performant HTTP client
  • Try to keep using API tokens if initial refresh at startup fails
  • Tweak streaming timeouts and create a new connection after too many disconnects
  • Change default sleep requirements to not require the car to be locked
  • Use GitHub Actions to build docker images and publish them to DockerHub
  • For those who want to help testing the latest development version: the docker images with the edge tag (teslamate/teslamate:edge and teslamate/grafana:edge) are for you.
  • Allow negative cost_per_unit for geofences (#968 by ayonix)
  • Speed up parsing of CSV files (data import)

Bug Fixes

  • Vampire Drain: Fix duplicate values with multiple cars (#726 by Dulanic)
  • Tooling: Ensure dashboards are restored into the same folder as they currently belong to (#712 by sumnerboy12)
  • Battery Level & Range: fix wrongly displayed values for multiple cars (#843 by lemmerk)
  • Fix handling of locations that cannot be geocoded
  • Show in progress charging sessions
  • Handle API errors during initialization

v1.19.4

04 Jun 16:38
Compare
Choose a tag to compare

v1.19.3

03 May 11:38
Compare
Choose a tag to compare

Enhancements

Translations

Dashboards

  • Overview: Update battery gauge thresholds (#651 by wooter)
  • Drives: Add column header for reduced range (#662 by Dulanic)
  • Charging Stats: Show map with frequently used chargers (#666 by Dulanic)
    • Manual install: requires Grafana plugin grafana-map-panel
      grafana-cli --pluginUrl https://github.com/panodata/grafana-map-panel/releases/download/0.9.0/grafana-map-panel-0.9.0.zip plugins install grafana-worldmap-panel-ng

Other

  • Add option HTTP_BINDING_ADDRESS to control the bound IP address (#665 by dyxyl)
  • Docker image: Pre-install Grafana plugins
  • Drop unused indexes

Bug Fixes

  • Fix an issue that could cause a missed firmware update not to be logged retroactively
  • Fix an issue where the vehicle process could crash when logging was suspended manually
  • Improve error message for an invalid tokens table
  • Fix min. distance per drive on Efficiency dashboard to filter correctly in miles (#672 by Dulanic)

v1.19.2

26 Apr 08:38
Compare
Choose a tag to compare

Enhancements

Translations

Dashboards

  • Updates: Show update duration and time since last update (#632 by Dulanic)
  • Charging Stats: Show kWh at non-decimal level and MWh at the 3 decimal point level (#642 and #646 by Dulanic)

Bug Fixes

  • Do not publish NULL or incorrect values to MQTT topics if TeslaMate is restarted while the car is asleep

v1.19.1

20 Apr 14:27
Compare
Choose a tag to compare

Enhancements

Translations

Bug Fixes

  • Fix an issue where the map tiles would disappear when editing a geofence
  • Fix a few things in the docs (#611 by tobiasehlert)

v1.19.0

19 Apr 17:19
Compare
Choose a tag to compare

Enhancements

Streaming API

As the first and only Tesla logging app out there, TeslaMate now use the Tesla streaming API! This brings the following improvements:

  • High precision drive data. Rather than active polling, the streaming API allows for passive consumption of a high frequency data stream with the most important drive data (position, heading, speed, power, elevation etc.).
  • Actual elevation above sea level. Up until now TeslaMate used satellite terrain data to get the elevation. Driving through tunnels or across bridges therefore resulted in inaccurate recordings. This is no longer the case!
  • Bluetooth hints are no longer needed! Using the streaming API does not prevent the vehicle from falling asleep, thus enabling continuous monitoring. This allows the car to fall asleep more quickly (no more idle timer) and we don't miss up to 21 minutes of driving because of halted polling.

Many thanks to everyone who participated in testing this release and contributed improvements!

Translations

Other enhancements:

  • Send credentials with manifest request (#555 by MaxG88)
  • Add option to change the language of the web interface
  • Reduce docker image size
  • Display an arrow instead of a generic marker to indicate in which direction the vehicle is heading
  • Show spinner before the map is initialized
  • Wait until the doors/trunk/frunk are closed before attempting to fall asleep
  • Inform if a new TeslaMate update is available
  • Add icons to navbar items
  • Add 'About' section to the settings page
  • Publish only those values via MQTT that have actually changed
  • Improve detection of available vehicle software updates

New MQTT Topics

  • teslamate/cars/$car_id/elevation
  • teslamate/cars/$car_id/trunk_open
  • teslamate/cars/$car_id/frunk_open

Documentation

The docs were revised (once again). You can find them at docs.teslamate.org.

Bug Fixes

  • Display vampire drain range loss per hour in the correct units (#543 by ograff).
  • Trip dashboard: Add title to the drives table to allow sorting (#592 by MaxG88)
  • Add tini as the init process for the TeslaMate Docker container to avoid zombie processes (#606 by dbussink)
  • Sort "Drives" table properly by drive date (#595 by Dulanic)
  • Fix flashing modal on the geofence page
  • Publish an MQTT message when the health check succeeds again
  • Handle various invalid API responses that could previously cause problems
  • Fix an issue where ambiguous dates could cause the TeslaFi import to fail
  • Terminate an in progress drive when the car is put into service mode

Changed

  • Increase the minimum Elixir version to 1.10

Removed

  • Remove sleep mode requirements that are no longer needed
  • Remove option to disable sleep mode

v1.18.2

28 Mar 14:44
Compare
Choose a tag to compare

Bug Fixes

  • Fix an issue that could cause charging sessions not to be properly recorded if the API reported incomplete charge data
  • Fix a problem that could cause the TeslaFi import to fail

v1.18.1

23 Mar 19:08
Compare
Choose a tag to compare

Bug Fixes

v1.18.0

21 Mar 14:54
Compare
Choose a tag to compare

Enhancements

  • Add Swedish translation (#485 and #522 by tobiasehlert)
  • Add Norwegian translation (#500 by spacecosmos)
  • Add Spanish translation (#519 by alceasan)
  • Overview: Add states panel (#520 by DrMichael)
  • Immediately display the current car software version after restarting TeslaMate
  • Add mileage to the summary page
  • Add option to calculate charging costs retroactively
  • Allow to enter total cost or cost per KWh used
  • Indicate if any of the doors are open
  • Add support for session fees
  • Store more vehicle config attributes (exterior_color, wheel_type, spoiler_type)
  • Bump Grafana to 6.7.1

New MQTT Topics

  • teslamate/cars/$car_id/doors_open
  • teslamate/cars/$car_id/model
  • teslamate/cars/$car_id/trim_badging
  • teslamate/cars/$car_id/exterior_color
  • teslamate/cars/$car_id/wheel_type
  • teslamate/cars/$car_id/spoiler_type

Bug Fixes

  • Drive Stats: Show stats in desired units (#484 by pichalite)
  • Drive Details: Fix odometer units (#487 by pichalite)
  • Update address formatting to avoid showing obscure names instead of towns/cities
  • Charge Details: Hide empty series
  • Suppress Cldr.NoMatchingLocale warnings
  • Trip: Prevent 'division by zero' error
  • Open dashboard links in a new tab to work around Grafana regression
  • Use the maximum kWh to calculate the charge cost