Releases: marq24/ha-evcc
Removed hardcoded area 'Basement'
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]
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)
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]
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
Fixing #48 - checking for None
value
Remove smart cost limit via button
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
Please update the integration before updating to HA2024.11.x
Support for multiple PV power values
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)
Thanks @mpw96 for providing this feature (I just two other diagnostic values that I haven't implemented/saw when I made the initial implementation)