Releases: pkuehnel/TeslaSolarCharger
Releases · pkuehnel/TeslaSolarCharger
v2.7.8
v2.7.7
v2.7.6
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
v2.7.4
v2.7.3
v2.7.2
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
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
Full Changelog: v2.7.0...v2.7.1
v2.7.0
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
toUse 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
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