Skip to content

Commit 6814f89

Browse files
committed
release: jvdd build 9.6.2-jvdd.1
Combines two pending upstream PRs into a local fork build so the AC-coupled installation can use them before they land on johanzander/main: - johanzander#164: extend Nordpool area hints to NL/BE/DE/FR/AT/PL - johanzander#167: external_solar_mode for AC-coupled PV setups
1 parent ce39ca0 commit 6814f89

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to BESS Battery Manager will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [9.6.2-jvdd.1] - 2026-06-24
8+
9+
Local fork build pulling in two pending upstream PRs ahead of merge.
10+
11+
### Added (jvdd fork)
12+
13+
- **`external_solar_mode`** battery setting for AC-coupled PV setups (upstream PR #167 / issue #162). When enabled, `SOLAR_STORAGE` periods use `grid_charge=True` so the battery can AC-charge from surplus solar that returns through the meter. Default `false` — DC-coupled installs see no change.
14+
15+
### Fixed (jvdd fork)
16+
17+
- Nord Pool currency auto-detect now covers continental day-ahead areas (NL/BE/DE/FR/AT/PL) — upstream PR #164 / issue #163. Without this, NL setups got locked to SEK because the Settings UI shows Currency as `readOnly` "Auto-detected…" and the discover map only knew SE/NO/DK/FI/EE/LT/LV/GB.
18+
719
## [9.6.1] - 2026-06-21
820

921
### Fixed

bess_manager/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "BESS Manager"
22
description: "Battery Energy Storage System optimization and management"
3-
version: "9.6.1"
3+
version: "9.6.2-jvdd.1"
44
slug: "bess_manager"
55
image: "ghcr.io/johanzander/bess-manager-{arch}"
66
init: false

0 commit comments

Comments
 (0)