0.314.4
evcc-io/evcc0.314.4Aug 27, 2026by andig
AI Summary
This release was incorrectly tagged on the wrong branch. It is identical to version 0.313.3 and does not contain the intended changes for the 0.314 line.
Key Highlights
- Tagged on the wrong branch (points to 0.313.3)
- Backported fixes for Bender, SolarEdge Hybrid, Shelly, and core nil pointer panic
- Guard added to prevent similar tagging errors in the future
Full Release Notes
> [!WARNING] > **This release was tagged on the wrong branch. Do not use it — use [0.314.5](https://github.com/evcc-io/evcc/releases/tag/0.314.5).** > > Tag `0.314.4` points at the same commit as [0.313.3](https://github.com/evcc-io/evcc/releases/tag/0.313.3), so its binaries, packages and docker images are 0.313.3 builds carrying the 0.314.4 version string. They contain none of the changes of 0.314.0 – 0.314.3, and none of the fixes that were meant to ship as 0.314.4. > > [0.314.5](https://github.com/evcc-io/evcc/releases/tag/0.314.5) carries those fixes and continues the 0.314 line. The guard that rejects such a tag is [#33232](https://github.com/evcc-io/evcc/pull/33232). ## Changelog This build is identical to 0.313.3, whose changelog is reproduced below. It is **not** the changelog of the 0.314 line. ### Other Changes ☀️ * fbcea37f615cc7760ba6e9ef324f35be5505721f Bender: skip Mennekes 4You/4Business unsupported registers 730/740 [0.313 backport] (#32593) ### Bug Fixes 🐞 * ec8c5ec8ea7d44d8474b570db107419dc72bd139 Meter (SolarEdge Hybrid): fix stale battery power register in pv formula [0.313 backport] (#32724) * e0192a0e42e01d050b17438588c8652811b1772b Shelly: fix PV energy for devices with reverse power measurement enabled [0.313 backport] (#32643) * 12958e1b04f0a7a0c2b9a24173233ecbd8b96982 core: fix nil pointer panic when deleting active grid meter [0.313 backport] (#32621)