Skip to content

Releases: marq24/ha-evcc

Removed hardcoded area 'Basement'

03 Jan 21:36
Compare
Choose a tag to compare

No clue why I implement HA integration stuff during the Dart-WM final... Go Luke!

In previous releases the 'Area' was hardcoded to Basement - this new build allow you to configure/select the area - as requested in #57

€/kWh max limits set to 2.5€ [and for none € countries to 25.0]

02 Jan 13:51
Compare
Choose a tag to compare

First of all HappyNewYear to you all...

I was made aware, that the current implemented cost limit number selectors have the limitation, that they will only work for € (some sort of) - So the BATTERYGRIDCHARGELIMIT and the SMARTCOSTLIMIT Sensors will come with a max value of 2,50€ - and for none € countries the limit will be 10 times higher.

Added BatteryBoost switch [per Loadpoint] (working)

30 Dec 13:26
Compare
Choose a tag to compare

The initial implementation of the new switch did not work with the 'latest' release of evcc https://github.com/evcc-io/evcc/releases/tag/0.132.0 cause of a tiny bug in evcc that will be fixed with the PR evcc-io/evcc#17951.

But instead of waiting for the next evcc release (which will be available for sure quite soon), I have implemented a simple workaround (using 0 & 1 instead of true & false at the API endpoint).

All the best for the new year!

Added BatteryBoost switch [per Loadpoint]

29 Dec 16:27
Compare
Choose a tag to compare

The implementation of the switch does not work with the current 'latest' release of evcc https://github.com/evcc-io/evcc/releases/tag/0.132.0 cause of a tiny bug in evcc that have been fixed with the PR evcc-io/evcc#17951 - Once this change will make it into the next evcc release, you can make use of the switch in HA.

Bugfix release

09 Dec 22:49
Compare
Choose a tag to compare

Fixing #48 - checking for None value

Remove smart cost limit via button

03 Nov 10:23
Compare
Choose a tag to compare

Button to delete current smart cost limit setting. Please note, that you must 'activate' the new button in the Integration settings before it become visible the UI

Solving issue #43

Bugfix for upcoming HA2024.11.x

31 Oct 07:23
Compare
Choose a tag to compare

Please update the integration before updating to HA2024.11.x

Support for multiple PV power values

30 Oct 12:55
Compare
Choose a tag to compare

If you have configured multiple PV sources in your evcc, in previous versions only the overall sum was available. In the new release an additional sensor (1-4) have been implemented in order to provide PV Power per configured source (up to 4 - let me know, if you need more).

Please note, that the new Entities are disabled by default and need to be manually activated once.

Added Vehicle Odometer (& ClimaterActive, WelcomeActive)

26 Oct 06:47
Compare
Choose a tag to compare

Thanks @mpw96 for providing this feature (I just two other diagnostic values that I haven't implemented/saw when I made the initial implementation)

Fix for Duration values (v0.131.1) related

25 Oct 14:04
Compare
Choose a tag to compare

API provide data is seconds - added preferred display unit minutes (get rid of factor)...

#33

Thanks @d3ni3 for your report