Skip to content

Releases: pkuehnel/TeslaSolarCharger

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

v2.7.0

25 Sep 12:03
d998674
Compare
Choose a tag to compare

What's Changed

Features

  • If a MQTT connection breaks down due to network issues or broker restart, it is now tried to reconnect automatically every minute by @pkuehnel in #312
  • PayPal donation button size is reduced by 50% by @pkuehnel in #317
  • It is now possible to add username and password for connection to Solar MQTT brokers. Note: Currently it is only possible to use non special characters (List of ASCII character) as password. This will be resolved in a future release. by @pkuehnel in #320
  • Add help text for Car update Intervall by @pkuehnel in #323
  • Rename label AutoSetAmp to Use TeslaSolarCharger in car settings section by @pkuehnel in #324

Bugixes

  • If date of chargeprices has been changed the corresponding chargeprices where not updated accordingly by @pkuehnel in #318
  • Euro sign is removed as there are users with other currencies (and it was not displayed properly anyway) by @pkuehnel in #322

Full Changelog: v2.6.1...v2.7.0

v2.6.1

22 Sep 08:57
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • It was tried to access BaseConfig.json before creating it with new installations.

Full Changelog: v2.6.0...v2.6.1