Skip to content

Earnie 2.0.0

Choose a tag to compare

@JochenTCC JochenTCC released this 16 Jul 14:52

Earnie 2.0.0

First numbered 2.0 release after the live cutover (1.99): legacy data model removed; stabilized entity/scenario model on the production path.

Highlights

  • Real 2.0 baseline — post-migration data model (no runtime legacy fallbacks)
  • README / Anwender-Einstieg refreshed (Monitor & What-if snapshots)
  • Proxmox LXC deployment path (docker/compose/proxmox.yml, bootstrap)
  • Scenario Explorer / backtesting improvements (cost comparison, tariffs, feed-in)
  • aWATTar spot surcharge handling in the tariff catalog

Docker images

  • ghcr.io/jochentcc/earnie-energy:2.0.0
  • ghcr.io/jochentcc/earnie-energy:latest
  • Legacy aliases: ghcr.io/jochentcc/ernie-energy:2.0.0 / :latest

Multi-arch: linux/amd64 (Synology / Proxmox) · linux/arm64 (LoxBerry).

Deploy: docs/einrichtung/container.md · Proxmox: docs/einrichtung/proxmox-lxc.md

docker compose --project-directory . -f docker/compose/synology.yml pull
docker compose --project-directory . -f docker/compose/synology.yml up -d

(Same pattern for loxberry.yml / proxmox.yml.)

Known issues

  • EV FertigUm (config path) — fix is implemented; live verification still pending (house-profile EV with daily_target_source=config).
  • Weekend ready-by 12:00 — open check whether Start/End-SOC constraints misbehave when time-to-be-ready is noon on weekends.

See backlog/Backlog-Bugfixes.md.