Skip to content

Releases: JochenTCC/Earnie

Earnie 2.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:31

Earnie 2.3.1

Docker images

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

Deploy: docs/einrichtung/container.md

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

Earnie 2.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 08:09

Earnie 2.3.0

Docker images

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

Deploy: docs/einrichtung/container.md

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

Earnie 2.3.0-alpha.3

Earnie 2.3.0-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:29

Earnie 2.3.0-alpha.3

Pre-release (community test)

This is not an official release. Do not use :latest — pin the version tag.

Docker images

  • ghcr.io/jochentcc/earnie-energy:2.3.0-alpha.3
  • Legacy alias: ghcr.io/jochentcc/ernie-energy:2.3.0-alpha.3

Deploy: docs/einrichtung/container.md

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

Earnie 2.3.0-alpha.1

Earnie 2.3.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:52

Earnie 2.3.0-alpha.1

Pre-release (community test)

This is not an official release. Do not use :latest — pin the version tag.

Docker images

  • ghcr.io/jochentcc/earnie-energy:2.3.0-alpha.1
  • Legacy alias: ghcr.io/jochentcc/ernie-energy:2.3.0-alpha.1

Deploy: docs/einrichtung/container.md

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

Earnie 2.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 04:04

Earnie 2.2.0

Official 2.2.0 after the community alpha line (2.2.0-alpha.*). Focus: Streamlit Community Cloud / greenfield demos, clearer configuration UX, and live-path hardening.

Highlights

  • Streamlit Community Cloud — Szenario-Explorer as a web app; per-session greenfield (EARNIE_CLOUD_DEMO); live_environment UI mode
  • Banner der Wahrheit — attribution that survives forks (Layer A + light B)
  • Sidebar / navigation — Konfiguration vs Live-Cockpit; Info with version, contact form, manual link; Live-Konfiguration removed (Szenarieneditor owns scenarios)
  • SE / tariffs — >5% Verbrauch vs Live-Referenz hint; tariff parameter display in Scenario Editor; shared OeMAG reference in tariffs.json; Land filter for export tariffs
  • Ops — productive/alpha compose split; branching/hotfix playbook; CONTRIBUTING (DE); README Streamlit badge

Docker images

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

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

Deploy: docs/einrichtung/container.md

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

(Same pattern for loxberry_productive.yml / proxmox_productive.yml.)

Carry-over

  • German user-doc polish continues under backlog 2.3.0
  • Feature work continues in 2.3 (tariffs / consumer cost viz) and 2.4 (SAM connectors)

See backlog/Backlog.md · backlog/Backlog-Bugfixes.md.

Earnie 2.2.0-alpha.9

Earnie 2.2.0-alpha.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:35

Earnie 2.2.0-alpha.9

Pre-release (community test)

This is not an official release. Do not use :latest — pin the version tag.

Docker images

  • ghcr.io/jochentcc/earnie-energy:2.2.0-alpha.9
  • Legacy alias: ghcr.io/jochentcc/ernie-energy:2.2.0-alpha.9

Deploy: docs/einrichtung/container.md

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

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.