Skip to content

Releases: MattJeanes/TeslaMateAgile

Release v1.14.0

09 Apr 18:08
Compare
Choose a tag to compare

Changes since v1.13.0:

  • Add ability to specify Tibber home id with Tibber__HomeId (#53)
  • Update internal dependencies

Full Changelog: v1.13.0...v1.14.0

Release v1.13.0

08 Jan 09:37
Compare
Choose a tag to compare

Changes since v1.12.1:

  • Upgrade to .NET 8 runtime
  • Update internal dependencies

Full Changelog: v1.12.1...v1.13.0

Release v1.12.1

04 Sep 23:04
Compare
Choose a tag to compare

Changes since v1.12.0:

  • Fixed an issue that would give a missing price data error when the charge date exactly lines up with the end of the charge (fixes #44)
    • Note: This was most likely to happen with the new Home Assistant provider due to it's implementation
  • Update internal dependencies

Full Changelog: v1.12.0...v1.12.1

Release v1.12.0

22 Jul 04:52
Compare
Choose a tag to compare

Changes since v1.11.3:

  • Added Home Assistant provider
    • This allows users to provide their own data from anywhere for more advanced scenarios, see README for more info
  • Added TeslaMate__LookbackDays option to configure lookback days for finding charges
    • This is useful when you only want to calculate recent charges or if your provider has a rolling data range (e.g. Home Assistant)
  • Added TeslaMate__Phases option to manually specify electricity phases
    • This works around the known issue where very short charges are not calculated as phases cannot be auto-detected
  • Breaking change: App will now crash immediately rather than continue when invalid configuration is detected
  • Updated Helm chart to support Energinet and Home Assistant providers
  • Various documentation improvements including new FAQ section
  • Update internal dependencies
  • Various internal code improvements

Full Changelog: v1.11.3...v1.12.0

Release v1.11.3

04 Apr 23:45
Compare
Choose a tag to compare

Changes since v1.11.2:

  • Fixed an issue with the Energinet provider where not all cost data would be retrieved if a charging session started or ended within the first minute of the hour (#40)
  • Update internal dependencies

Release v1.11.2

13 Jan 00:42
ab7b3c5
Compare
Choose a tag to compare

Changes since v1.11.1:

  • Update internal dependencies

Note: This release is designed to test new automatic release workflows hence why there are only dependency updates.

Release v1.11.1

10 Jan 21:13
Compare
Choose a tag to compare

Changes since v1.11.0:

  • Fix UTC timezone handling in Energinet provider
  • Make VAT option on Energinet provider actually optional
  • Breaking change: Add required option Currency on Energinet provider

As noted above there is a breaking change in this patch release but I have decided not to increase the minor or major versions as this is a brand new provider and this release fixes critical issues where it would not have worked properly before anyway.

Release v1.11.0

10 Jan 00:56
Compare
Choose a tag to compare

Changes since v1.10.1:

  • Added Energinet provider by @marval in #34
  • Removed Barry provider as company no longer exists
  • Update internal dependencies

I want to give a huge thank you to @marval for working on the Energinet provider which will help provide a replacement for the now-removed broken Barry provider and help support many more people in Europe 🙂

Release v1.10.1

14 Nov 21:51
Compare
Choose a tag to compare

Changes since v1.10.0:

  • Upgrade Postgres database dependency from a pre-release RC to a release version for stability

Release v1.10.0

09 Nov 04:26
Compare
Choose a tag to compare

Changes since v1.9.1:

  • Upgrade from .NET 6.0 to .NET 7.0
  • Upgrade all dependencies