Skip to content
EN | DE

Highlights: Release Process, Optimizer, Customizing

Highlights Banner

Just four weeks after the last highlights post we are back. In the past, our posts were usually several months apart. We are planning to change this. In this blog post, we give an overview of what is new in evcc: the new release process, optimizer progress, config UI improvements, interface customisation and more.

Until now, we published releases at regular intervals. After each release, we held back bigger changes and new features for a while to see whether urgent bugfixes or regressions would come up. Then we gave the bigger changes some time in the nightly to collect feedback. That caused problems whenever we had to release quickly, e.g. because a vehicle manufacturer had reworked its API. Then we either had to temporarily revert unfinished features, or they went out to you with a little less maturity than intended 🙈.

Our new model solves this: we now explicitly distinguish between bugfixes that should roll out quickly and bigger features that go into the next feature release. This lets us properly implement semantic versioning:

  • Feature releases like 0.314.0 arrive every two to four weeks.
  • Bugfix releases like 0.314.1 are easy for us to ship in between.
  • The nightly like 0.315.0-dev+4cc75b1a4 still always contains the current state of the master branch, i.e. all features and bugfixes.

All development still happens on master. New is a /backport command on GitHub that picks individual pull requests for the next bugfix release. A Claude-based agent takes care of the process and resolves any conflicts.

With the optimizer, we are working on optimising the behaviour of your entire energy system for the next days, based on consumption and production forecasts as well as the electricity price curve. We already mentioned it in the last highlights post. The optimizer is still experimental. Right now, the calculated plan is only displayed: as a recommendation on the loadpoint, on the battery page and on the reworked optimizer page. The next step is for the optimizer to actually take over control of battery and loadpoints; the pull request for this is in preparation.

New in this release: the optimizer takes the charging plans’ data into account and optimises multiple charging plans together; until now, each plan was only considered on its own. Beyond that, a lot has happened:

Optimizer page with charging plan and state-of-charge projection

Give it a try: enable experimental features under Configuration → Experimental and then switch on the optimizer. Check the optimizer view and see if the resulting plan looks plausible to you. We would love to hear your feedback.

Browser-based configuration keeps getting more polished:

The interface can now be customised: logo, brand name, website, support email and phone number. This is interesting e.g. for electricians and installers who deploy evcc in customer projects. With a custom support email configured, problem reports from the UI are sent to your support address instead of GitHub. The white label page explains which options are available and how to style the interface to your liking with your own CSS.

About dialog with custom branding

We have changed the format in which forecast and tariff data is published via the API and MQTT. Instead of verbose objects, the data now comes as compact arrays with unix timestamps, and MQTT publishes one message per forecast type. The result: much smaller payloads, faster loading and less bandwidth, which you especially notice in the app and on slow connections.

This is a breaking change. A huge thank you to all maintainers of evcc integrations who adapted their projects ahead of the release: marq24 and mkshb (Home Assistant), Newan (ioBroker), rdvnit (Homey), TheNinth7 (Garmin) and the team behind the openHAB binding. Seeing such an active ecosystem around evcc is wonderful.

We have added a new Smart Home section to the documentation navigation that covers these integrations. On the More Awesome Projects page, we also collect smaller community projects, from Grafana dashboards to an e-ink display and a menu bar app. If you have built a small tool, helper or integration around evcc, feel free to propose it for the list via pull request so others can find it.

Wallboxes: NEcharge Pro (OCPP), Youliq One, plus improvements for Atmoce and Voltie

Meters, Solar & Battery Systems: Socomec Countis E3x/E4x, Ferroamp, Fronius Argeno and Smart Meter IP, SunEnergyXT 500, Victron GX AC load meter, Tesla Powerwall via Fleet API, and battery control for FoxESS H3 and Solplanet

Curtailment (§ 9 EEG): Goodwe, Fronius Gen24, Huawei EMMA and Huawei SmartLogger can now be curtailed

Of course, there have also been many bugfixes and improvements to existing integrations. Details can be found in the release notes.


💚 Big thank you to everyone who moves the project forward: through code, ideas, testing, discussions and financial support, without which the project would not be possible in this form.

We wish you a sunny late summer.

Best regards
The evcc Team
Michael, Andi & Uli