Skip to content

Releases: pkuehnel/TeslaSolarCharger

v2.8.2

27 Oct 10:00
77b9aea
Compare
Choose a tag to compare

What's Changed

Bufixes:

Full Changelog: v2.8.0...v2.8.2

v2.8.0

26 Oct 18:13
e2397a4
Compare
Choose a tag to compare

What's Changed

Features

  • Version is now logged on on startup by @pkuehnel in #384
  • It is now possible to read values from modbus input registers (in addition to holding registers) by @pkuehnel in #388
  • Validation errors on BaseConfiguration page are now displayed directly above the submit button instead of on top of the page by @pkuehnel in #390
  • Modbus Creation tool is now available for home battery URLs as well + more datatypes can be read, new drop down field added for that by @pkuehnel in #391

Bugfixes

  • Full Charge at was displayed even if car was not charging by @pkuehnel in #386
  • Should start/stop charging since times were not resetted if car is unplugged while one of these values are present by @pkuehnel in #387

Dependency updates

Full Changelog: v2.7.8...v2.8.0

v2.7.8

18 Oct 17:45
3dd388b
Compare
Choose a tag to compare

What's Changed

Features

  • It is now possible to get uint16 and uint32 from modbus registers by @pkuehnel in #382

Full Changelog: v2.7.7...v2.7.8

v2.7.7

16 Oct 02:07
c0edb0e
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • After a Mosquitto restart a charge start was not possible when car is asleep by @pkuehnel in #377

Full Changelog: v2.7.6...v2.7.7

v2.7.6

14 Oct 21:53
8c0867d
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

  • If Mosquitto was restarted, the car never got woken up, as plugged in state is unknown. If charging cable connection is unknown, now a connection is assumed, resulting in waking up the car if all other conditions are met (enough solar power, car within specified geofence, soc at least 3% lower than soc limit) by @pkuehnel in #366

Dependency updates

  • build(deps): bump Microsoft.Extensions.Logging.Abstractions from 6.0.1 to 6.0.2 by @dependabot in #360
  • build(deps): bump Serilog.Settings.Configuration from 3.3.0 to 3.4.0 by @dependabot in #359
  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.7 to 6.0.9 by @dependabot in #357
  • build(deps): bump MQTTnet from 4.0.2.221 to 4.1.1.318 by @dependabot in #355
  • build(deps): bump MinVer from 4.1.0 to 4.2.0 by @dependabot in #348
  • build(deps): bump AutoMapper from 11.0.1 to 12.0.0 by @dependabot in #347
  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.7 to 6.0.9 by @dependabot in #361
  • build(deps): bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.2 by @dependabot in #351
  • build(deps): bump Serilog.Sinks.Console from 4.0.1 to 4.1.0 by @dependabot in #346
  • build(deps): bump Npgsql.EntityFrameworkCore.PostgreSQL from 6.0.6 to 6.0.7 by @dependabot in #354
  • build(deps): bump Quartz from 3.4.0 to 3.5.0 by @dependabot in #353
  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.Server from 6.0.7 to 6.0.9 by @dependabot in #358
  • build(deps): bump Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.16.1 to 1.17.0 by @dependabot in #352
  • build(deps): bump FluentModbus from 3.2.2 to 5.0.0 by @dependabot in #356
  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.9 to 6.0.10 by @dependabot in #370
  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly.Server from 6.0.9 to 6.0.10 by @dependabot in #374
  • build(deps): bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.9 to 6.0.10 by @dependabot in #371

Full Changelog: v2.7.5...v2.7.6

v2.7.5

03 Oct 21:32
aa54110
Compare
Choose a tag to compare

What's Changed

Features

  • If Home battery soc/charging power is not configured an issue is displayed by @pkuehnel in #343

Bugfixes

Full Changelog: v2.7.4...v2.7.5

v2.7.4

03 Oct 10:08
5f69c46
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Modbus Client can now recover from broken connections by @pkuehnel in #340

Full Changelog: v2.7.3...v2.7.4

v2.7.3

30 Sep 15:58
136b733
Compare
Choose a tag to compare

What's Changed

Features

  • Logging is reduced by default. To generate as detailed logs as before add Serilog__MinimumLevel__Default=Verbose as environment variable by @pkuehnel in #338

Full Changelog: v2.7.2...v2.7.3

v2.7.2

27 Sep 15:42
b471ef0
Compare
Choose a tag to compare

What's Changed

Features

  • Immediate charge stop when not enough solar power is now based on configured min Ampere for each car. Note: "Immediate" means 25 seconds + configured Car Power Adjustment Intervall. This is due to delays in Tesla's API and can not be reduced by @pkuehnel in #333

Full Changelog: v2.7.1...v2.7.2

v2.7.1

25 Sep 13:43
fda41d9
Compare
Choose a tag to compare

What's Changed

Features

  • PayPal Donation button located at the bottom of the page and opening new tab by @pkuehnel in #327
  • SolarMqtt passwords now possible with all Unicode characters @pkuehnel in #329

Bugfixes

  • Min updated intervall was not the same as displayed in hint by @pkuehnel in #326

Full Changelog: v2.7.0...v2.7.1