All Versions
75
Latest Version
Avg Release Cycle
23 days
Latest Release
643 days ago

Changelog History
Page 5

  • v1.15.0 Changes

    January 23, 2020

    โœจ Enhancements

    • โž• Add charge cost interface
    • Display usable SOC and show snowflake icon on summary page (#338 by ctraber)
    • โšก๏ธ Log missed software updates
    • โž• Add tooltip with the estimated range at 100%
    • โœ‚ Remove software version commit hash
    • Format remaining charge time
    • โž• Add option to use a custom namespace for MQTT topics
    • Periodically store vehicle data while online
    • ๐Ÿ‘‰ Use the Accept-Language HTTP header get the locale (Supported languages: English, German)
    • โž• Add setting to change the preferred language of OpenStreetMap results
    • ๐Ÿ‘‰ Show spinner while fetching vehicle data
    • โž• Add dropdown with dashboard links to the navigation bar

    ๐Ÿ†• New MQTT Topics

    • teslamate/cars/$car_id/usable_battery_level

    Dashboards

    • Projected Range: Use usable_battery_level to calculate the projected range and add more panels (#338, #367 by ctraber)
    • โž• Add tesla tag (#369 by TechForze)
    • Vampire Drain: show SOC difference and โ„ (reduced range)
    • Charging Stats: Show share of AC/DC charging
    • Charging Stats: Show top charging stations by cost
    • Overview dashboard: Use the preferred range
    • โœ… Overview dashboard: Always show latest voltage and power while charging
    • โž• Add Charge Level dashboard
    • โž• Add Drive Stats dashboard
    • Revamp Drives/Drive Details and Charges/Charge Details dashboards

    ๐Ÿ“š Documentation

    • โž• Add docs for an advanced Docker install with Apache2 (#361 by DrMichael)
    • โž• Add docs for backup and restore (#361 by DrMichael)
    • โšก๏ธ Update the macrodroid docs (#359 by markusdd)
    • โž• Add docs for manually fixing data
    • โž• Add docs for updating Postgres

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix tooltips in Safari (iOS)
    • Always publish the shift state via MQTT
    • ๐Ÿ›  Fix an issue where he charge location was not be displayed
    • ๐Ÿ›  Fix an issue that could cause the added charge kWh to be shown as 0

    ๐Ÿฑ โš ๏ธ Please note: Due to internal changes, all addresses will be recalculated on first startup. Depending on the amount of data, this process may take up to 30 minutes or longer.


    TeslaMate is open source and completely free for everyone to use.
    
    If you like this project and want to support further development, please consider making a donation.
    
  • v1.14.3 Changes

    January 06, 2020

    โœจ Enhancements

    • Locations dashboard: Visualize cities and states with the most stored addresses

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue where a broken rear window sensor could cause the windows to always be displayed as open
    • โž• Address an issue where a charge wouldn't be properly logged if the Tesla API reported invalid charge data
    • ๐Ÿ›  Fix a bug that could cause the geo-fence form to become unresponsive
  • v1.14.2 Changes

    January 03, 2020

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue where invalid or revoked tokens could cause the application to crash after startup
    • โšก๏ธ Change default time range in the 'Updates' dashboard
  • v1.14.1 Changes

    December 24, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue where the database migrations would not succeed if there were charges without any data points
  • v1.14.0 Changes

    December 22, 2019

    โœจ Enhancements

    ๐Ÿ“š Documentation

    ๐Ÿ“š @gundalow has revamped the docs (#292, #314). The new documentation is available here: teslamate.readthedocs.io

    Automatic phase correction

    The phase correction is now applied automatically.

    โšก๏ธ Background: some vehicles incorrectly report 2 instead of 1 or 3 phases when charging. This led to an incorrect calculation of the 'kWh used'. Furthermore, the calculation did not work reliably in three-phase networks with e.g. 127/220V. Therefore it was necessary in the past to manually activate a phase correction for specific geo-fences. With this update the correction is now applied automatically.

    Other enhancements

    • ๐Ÿ”จ Refactored API module
    • Increased polling frequency in asleep state
    • ๐Ÿ†• New OSM aliases
    • ... and other minor improvements

    ๐Ÿ› Bug Fixes

    • Efficiency Dashboard: convert km/h to mph in the temperature efficiency table
    • ๐Ÿ›  Fix an issue where the application could crash because the database pool was too small
    • ๐Ÿ›  Fix an issue where a drive/charge could be split into two parts due to API timeouts

    TeslaMate is open source and completely free for everyone to use.
    
    If you like this project and want to support further development, please consider making a donation.
    
  • v1.13.2 Changes

    December 07, 2019

    โœจ Enhancements

    • Enable the time range control in the "Charging Stats" dashboard (#278 by @nnoally)
    • ๐Ÿ“„ Various docs improvements (#285 by @gundalow)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix issue where on a brand new installation suspending logging would only work after a restart
    • ๐Ÿ›  Fix the elevation scale in the Drive Details
  • v1.13.1 Changes

    November 26, 2019

    โœจ Enhancements

    โž• Add a database column that will allow tracking charge costs:

    • โž• Merge 20191117042320_add_cost_field_to_charges.exs (Charge Cost field) (#258 by @ngardiner)
    • Grafana Dashboard Integration for Charge Cost (#273 by @ngardiner)

    Note: There is no charging cost interface either manual or automatic at this point but there will be in the future.

    ๐Ÿ› Bug Fixes

    • โฌ‡๏ธ Downgrade the Grafana docker image to v6.3.7 because there are still issues with ARM-compatible images
    • ๐Ÿ›  Fix an issue where the selected car was not displayed when opening the drive or charging details
  • v1.13.0 Changes

    November 25, 2019

    ๐Ÿ†• New Features

    • Display link "Dashboards" inside the navigation bar (it becomes visible after clicking an address in one of the Grafana dashboards. Alternatively the Grafana URL can be added manually on the settings page)
    • Enable or disable the sleep mode depending on the location. For example, the car can be allowed to sleep at home or work, but nowhere else.
    • Extend Charge Stats Dashboard with discharge stats, a charge delta graph and a charge heatmap (#270 by @marcogabriel)

    โœจ Enhancements

    • ๐Ÿ”ง Make sleep mode separately configurable for each car
    • โฌ‡๏ธ Reduce default "Time to try sleeping" to 12 minutes for newer vehicles
    • โšก๏ธ The "States" dashboard now includes software updates
    • Automatically repair trips and charges with missing addresses (e.g. because OpenStreetMap was temporarily unavailable)
    • โšก๏ธ Update thresholds of the battery level gauge (#256 by @marcogabriel)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix issue where consumption values were displayed as 0
    • ๐Ÿ›  Fix issue where installing a software update when charging would produce an incomplete charge record

    TeslaMate is open source and completely free for everyone to use.
    
    If you like this project and want to support further development, please consider making a donation.
    
  • v1.12.2 Changes

    November 06, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix an issue where the "states" graph would not show every drive/charge
    • ๐Ÿ›  Fix an issue where the application would not start if the vehicle was parked at a place with poor reception
    • โœ‚ Remove duplicate table row "Remaining Time"
  • v1.12.1 Changes

    November 03, 2019

    โœจ Enhancements

    • Display remaining time while charging

    ๐Ÿ†• New MQTT Topics

    • teslamate/cars/$car_id/heading

    ๐Ÿ› Bug Fixes

    • Consistent language for label of charging events (#299)
    • Cap charging efficiency to 100%