Skip to content

fix: advisor wording 'Charging battery' → 'Battery below reserve' (v1.14.1) - #19

Merged
cm-makes merged 1 commit into
mainfrom
fix/battery-reserve-wording
Jul 16, 2026
Merged

fix: advisor wording 'Charging battery' → 'Battery below reserve' (v1.14.1)#19
cm-makes merged 1 commit into
mainfrom
fix/battery-reserve-wording

Conversation

@cm-makes

Copy link
Copy Markdown
Owner

What

The battery_charging decision/reason display labels claimed the battery is actively charging. AURUM doesn't measure that — the mode means SOC ≤ min_soc, devices paused. Spotted in a live session: BYD at 2 % on a July morning, banner said "Batterie lädt" while the battery was idle.

  • EN: "Charging battery – devices paused" → "Battery below reserve – devices paused"
  • DE: "Batterie lädt – Geräte pausiert" → "Akku unter Reserve – Geräte pausiert"
  • Same for the per-device reason line ("battery charging" → "battery below reserve" / "Akku unter Reserve")

Display strings only (strings.json, translations en/de, panel fallback STRINGS). The machine-readable codes (battery_charging) are unchanged — no breaking change for automations.

Testing

Full suite green (189 passed), node --check OK.

🤖 Generated with Claude Code

https://claude.ai/code/session_01QLgEATa2NRuvft5vU4D5N3

…1.14.1)

MODE_CHARGING means "SOC <= min_soc, devices paused" - AURUM does not
measure whether the battery is actually charging, so the label claimed
an activity that may not be happening. Display strings only (EN/DE,
sensor state + panel); machine-readable codes unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QLgEATa2NRuvft5vU4D5N3
@cm-makes
cm-makes merged commit 8da22ad into main Jul 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant