v2.33.0
What's Changed
Features
- All car values (Location, soc, battery temp,...) are now logged to the database. This helps restore missing data if Tesla shuts down the Owner API resulting in TeslaMate not working anymore. For these data to actually help, you need to enable
Use Fleet Telemetry
andUse Fleet Telemetry For Location Data
for each car in theCar Settings
page by @pkuehnel in #1609 - You can now click on the timestamp of each charging process to get a diagram regarding the battery temperatures during this charging process. This is just for demo purposes, I would appreciate it if anyone from the community could expand the TeslaMate Grafana dashboards. Then the battery temperature could be displayed directly in the TeslaMate Driving and Charging Dashboards @pkuehnel in #1611
- Removed configurability of API refresh interval for the cars as this lead to many confusions and ran cars into the rate limits by @pkuehnel in #1652
- If Fleet Telemetry Location log is enabled, gear and speed are now also logged to be able to restore data for TeslaMate if needed by @pkuehnel in #1659
Bugfixes
- updating the power buffer value on the homepage did not update it in the settings page by @pkuehnel in #1605
- Various breaking change fixes due to update to MudBlazor 7.0 by @pkuehnel in #1610, #1629
- Fleet Telemetry data is now used to improve detection when the car is at home and plugged in. This helps, especially if you do not use TeslaMate as Data Source. by @pkuehnel in #1628
- On forced disconnects by your internet service provider under certain circumstances, TSC did not reconnect to Fleet Telemetry, resulting in data loss by @pkuehnel in #1665
Dependency updates
- build(deps): bump FluentAssertions from 6.12.1 to 6.12.2 by @dependabot in #1612
- build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.10 to 8.0.11 by @dependabot in #1613
- build(deps): bump Microsoft.AspNetCore.Mvc.NewtonsoftJson and Newtonsoft.Json by @dependabot in #1623
- build(deps): bump Microsoft.AspNetCore.Components.Forms and Microsoft.Extensions.Logging.Abstractions by @dependabot in #1626
- build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.Server from 8.0.10 to 8.0.11 by @dependabot in #1618
- build(deps): bump Microsoft.Extensions.Configuration.Abstractions from 8.0.0 to 9.0.0 by @dependabot in #1627
- build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.10 to 9.0.0 by @dependabot in #1633
- build(deps): bump Microsoft.Extensions.Logging.Debug from 8.0.1 to 9.0.0 by @dependabot in #1622
- build(deps): bump Swashbuckle.AspNetCore from 6.8.1 to 7.0.0 by @dependabot in #1620
- build(deps): bump System.Runtime.Caching from 8.0.1 to 9.0.0 by @dependabot in #1615
- build(deps): bump Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.2 to 9.0.0 by @dependabot in #1616
Full Changelog: v2.32.1...v2.33.0