Skip to content

v2.24.0

Compare
Choose a tag to compare
@pkuehnel pkuehnel released this 06 Jan 02:26
· 1306 commits to master since this release
d16bb07

Important information

Teslas Fleet API is now used as the default API. So, you'll need to log in to your Tesla account. You will be guided to do this after starting TSC in version 2.24.0 or higher. You must use the same Tesla account you use in TeslaMate; otherwise, issues might arise. You must allow access to all selectable scopes; otherwise, the TSC won't work anymore. Note: TSC and all other apps you allow access to your car, like TeslaFi, Tronity, TeslaMate,.. always had access to everything you read (and even more). It is now just a different API where Tesla tries to explain what the apps can do.
The scopes are already reduced to the ones you need to allow. Every scope you do not need is not selectable.

What's Changed

Features

  • Merge charging slots to reduce charge starts and stops when being on Spot Price charge mode by @AMichaelSuess in #1036, @pkuehnel in #1039
  • Replace multiple Third party UI elements with MudBlazor elements by @pkuehnel in #1041, #1047
  • Added note in version update issue that updates may take longer than usual due to database conversions by @pkuehnel in #1043
  • Added UI to backup and restore complete TSC installations by @pkuehnel in #1044
  • Auto backup all files on each update by @pkuehnel in #1045
  • Fleet API is now used as the default API. If you want to use the old owners API, add UseFleetApi=false as an environment variable by @pkuehnel in #1054

Bugfixes

  • API counter was not increased when using Fleet API by @pkuehnel in #1025
  • Issues during startup are now catched. Even if the application has issues during startup, the UI will come up to display an error message. by @pkuehnel in #1046

Dependency updates

  • updated solution to .NET8 and updated nuget packages accordingly by @pkuehnel in #1033
  • build(deps): Bump xunit from 2.6.3 to 2.6.4 by @dependabot in #1038
  • build(deps): Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6 by @dependabot in #1037
  • build(deps): Bump MudBlazor from 6.11.2 to 6.12.0 by @dependabot in #1050

New Contributors

Full Changelog: v2.23.1...v2.24.0