Skip to content

Releases: pkuehnel/TeslaSolarCharger

v2.30.0

07 Jul 17:36
67a8bfb
Compare
Choose a tag to compare

What's Changed

Features

  • Number of Tesla API calls is now logged for each car and separated by categories. This data is now reset every day and can be displayed by opening the Car Detail section on the TSC home page. Note: Various data is now transmitted to my backend to help me to optimize Tesla API calls regarding rate limits. Details about that can be found here. The data transfer for now cannot be configured, but will be configurable in the future. If you do not want the data being transmitted, do not update to this version. by @pkuehnel in #1341
  • It is not possible to set a BLE API URL for each car separately by @pkuehnel in #1348
  • Additional info can now be displayed in TSC which is loaded every 24 hours from my backend by @pkuehnel in #1352

Bugfixes

Dependency updates

Full Changelog: v2.29.2...v2.30.0

v2.29.2

17 Jun 21:39
9a38dc5
Compare
Choose a tag to compare

What's Changed

Features

  • As rate limit issues regarding TeslaMate seem to be gone again you can now set Use TeslaMate as car data source in your Base Configuration by @pkuehnel in #1329

Full Changelog: v2.29.1...v2.29.2

v2.29.1

16 Jun 22:24
679c7f7
Compare
Choose a tag to compare

What's Changed

Features

  • Add default charge price valid from 1/1/2020 until the first manually configured charge price by @pkuehnel in #1325

Bugfixes

  • When a car was detected as offline, the current was not set to 0 by @pkuehnel in #1322
  • BLE requests now have a timeout. For this to work properly an update of the BLE container is highly recommended by @pkuehnel in #1324

Full Changelog: v2.29.0...v2.29.1

v2.29.0

15 Jun 19:38
368a551
Compare
Choose a tag to compare

What's Changed

Warrning

Due to TeslaMate having issues updating the cars values due to Tesla ratelimiting the Owners API, TSC now pulls the cars data from Tesla directly. As only 200 pulls are allowed per car per day, by default every 500 seconds all car values are updated. Note: For this release to work properly, you must not stop an ongoing charging process when you plug in the car. Also you must not have a sheduled charge in your Tesla. The reason for that is, that TSC cannot determine if the car is at home while the car is asleep.
If you do not have any issues with TeslaMate do not update as this is a highly untested release.

Features

Bugixes

Dependency updates

  • build(deps): bump Serilog.Sinks.Console from 5.0.1 to 6.0.0 by @dependabot in #1314

New Contributors

Full Changelog: v2.28.3...v2.29.0

v2.28.3

09 Jun 23:27
16c7fee
Compare
Choose a tag to compare

What's Changed

Features

  • BLE Base URL can now be set in the BaseConfiguration. If nothing set there, the set Environment Variable is used by @pkuehnel in #1309
  • New BLE keys can only start/stop charging and change the charging current. Until now, the keys had full access (including unlocking and starting the car). To limit the key access, you have to update the BLE container as well and delete the existing keys from the Docker volume to force a key recreation by @pkuehnel in #1311

Documentation

Full Changelog: v2.28.2...v2.28.3

v2.28.2

09 Jun 18:56
e584cd4
Compare
Choose a tag to compare

What's Changed

  • BLE error messages were not displayed by @pkuehnel in #1307
    Note: You need to update the BLE API as well.

Full Changelog: v2.28.1...v2.28.2

v2.28.1

09 Jun 08:52
85349c7
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v2.28.0...v2.28.1

v2.28.0

08 Jun 20:23
fe30f13
Compare
Choose a tag to compare

What's Changed

I highly recommend not installing the update it is a very dirty fix and there are probably tons of edge cases which are not covered right now.

Features

Full Changelog: v2.27.7...v2.28.0

v2.27.7

07 Jun 17:58
2751af8
Compare
Choose a tag to compare

What's Changed

Features:

  • Rate limit error message is displayed for each car by @pkuehnel in #1297

Dependency updates:

  • build(deps): bump Serilog.Settings.Configuration from 8.0.0 to 8.0.1 by @dependabot in #1295

Full Changelog: v2.27.6...v2.27.7

v2.27.6

06 Jun 18:55
4f5f1b4
Compare
Choose a tag to compare

What's Changed

Features

  • Charges from now on do not only record energy consumed from solar and from the grid but also from your home battery. Note: The icon only appears after the first charging process with energy consumed out of your home battery by @pkuehnel in #1285

Bugfixes

  • Power from home battery was calculated as grid power instead of solar power (fixed with new feature) by @pkuehnel in #1285

Dependency updates

Full Changelog: v2.25.5...v2.27.6