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%