Skip to content

Releases: pkuehnel/TeslaSolarCharger

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

v2.25.5

02 Jun 10:45
341e231
Compare
Choose a tag to compare

What's Changed

Features

  • Improve logging in Modbus value execution service by @pkuehnel in #1278
  • When updating a charge price, the cost for all charges are updated in the background now by @pkuehnel in #1280
  • All charge costs can be updated to use the spot price, even for charges before the feature was introduced in early 2023 by @pkuehnel in #1280

Bugfixes

  • Modbus values were converted even if no old config was using Modbus by @pkuehnel in #1283
  • Could not save new REST value config when using Headers by @pkuehnel in #1284
  • Was unable to update charge prices when using Spot Price under certain circumstances by @pkuehnel in #1280

Dependency updates

  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly from 8.0.5 to 8.0.6 by @dependabot in #1276

Full Changelog: v2.25.4...v2.25.5

v2.25.4

29 May 15:23
78334e6
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Fixes conversion of Home Battery Power Inversion URL (only relevant for Sungrow) by @pkuehnel in #1275

Dependency Updates

  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.5 to 8.0.6 by @dependabot in #1272
  • build(deps): bump Microsoft.AspNetCore.OpenApi from 8.0.5 to 8.0.6 by @dependabot in #1269
  • build(deps): bump Microsoft.AspNetCore.Components.Forms from 8.0.5 to 8.0.6 by @dependabot in #1267
  • build(deps): bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 8.0.5 to 8.0.6 by @dependabot in #1266
  • build(deps): bump MQTTnet from 4.3.5.1141 to 4.3.6.1152 by @dependabot in #1263
  • build(deps): bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 by @dependabot in #1262
  • build(deps): bump xunit from 2.8.0 to 2.8.1 by @dependabot in #1261
  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.Server from 8.0.5 to 8.0.6 by @dependabot in #1265

Full Changelog: v2.25.3...v2.25.4