• v1.5.1 0958d9a2e9

    v1.5.1 — cost Summary reports real kWh
    docker-image / build-and-push (push) Successful in 1m37s
    frontend / frontend (push) Successful in 10m24s
    pytest / test (push) Successful in 11m57s
    Stable

    tliu93 released this 2026-08-06 22:22:20 +02:00 | 58 commits to main since this release

    Fix: the Energy Costs Summary labelled its Import/Export cards "(kWh)" while
    displaying monetary totals, so today's page read "Import 1.339 kWh" when the
    meter had imported 4.188 kWh.

    GET /api/energy/costs/summary now additionally returns metered_import_kwh and
    metered_export_kwh (Σ d1+d2 / Σ r1+r2 over non-degraded periods). The cards
    show kWh as the headline figure with the monetary equivalent as a sub-line.

    Additive API change; the Home Assistant outbound sensors read only the existing
    money fields and are unaffected.

    Downloads