Releases: pkuehnel/TeslaSolarCharger
Releases · pkuehnel/TeslaSolarCharger
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
v2.6.0
What's Changed
Features
- Instead of waking up the car everytime TeslaMate is restarted, the latest known SocValues are now updated from the database by @pkuehnel in #276
- If plugged in without solar power, charging is stopped in first cycle and not waiting until configured waiting time is over by @pkuehnel in #279
- Home charging power is now updated directly over MQTT and it is not waited until next cycle by @pkuehnel in #293
- If home battery is not setup completly a issue with a more detailed solution is displayed by @pkuehnel in #294
- PayPal Donate button added (sorry for that but I had been asked by various people how they could donate. This shouldn't be an issue!) by @pkuehnel in #303
- Solar values can now be consumed via MQTT by @pkuehnel in #285
- You now have the option to configure your charge price (solar and grid). Note: these values are only updated 9 minutes after a completed charge. The charging costs in your TeslaMate database are also updated accordingly, so the charging costs displayed in the TeslaMate Grafana Dashboards are the actual costs of your charges. by @pkuehnel in #280 #289 #301 #306
Bugfixes
- Setting decimal points for Correction factors was not possible when hosted on systems with
,
instead of.
as decimal separator by @pkuehnel in #287 - If no overage value was available the home battery power was not displayed also by @pkuehnel in #295
- If the car did not use all available current the requested current was not updated by @pkuehnel in #304
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
Features
- If existing, configuration issues including possible solutions are now displayed on the main page above the power values. Note: Issues displayed with red background colour can result in unespected behaviour of the whole application by @pkuehnel in #268
An example of how an issue can look like:
Note: This is the first iteration of showing issues, there will be more detailed issue descriptions in future updates.
Bugfixes
- As issues can now be displayed the automated wakeups on missing values are disabled by @pkuehnel in #268
Full Changelog: v2.4.3...v2.5.0
v2.4.3
What's Changed
Features
Bugfixes
- Do not allow Minimum SoC to be set higher than chargeLimit by @pkuehnel in #263
- Only update charging values if TeslaMate Mqtt Client is connected by @pkuehnel in #265
Full Changelog: v2.4.2...v2.4.3
v2.4.2
v2.4.1
v2.4.0
What's Changed
Features
- Home battery support for details see README - Home Battery by @pkuehnel in #235
- Show version number at the bottom of overview by @pkuehnel in #240
Bufixes
- Use correct grid power correction factor on new installations by @pkuehnel in #232
- SolarEdge power was only accurate to 1000 Watt by @pkuehnel in #239
Full Changelog: v2.3.2...v2.4.0
v2.3.3
Merge pull request #232 from pkuehnel/fix/CurrentPowerFactorDefault-1 fix(BaseConfigurationConverter): use 1 when invert values not true
v2.3.3
Merge pull request #232 from pkuehnel/fix/CurrentPowerFactorDefault-1 fix(BaseConfigurationConverter): use 1 when invert values not true