This release introduces a major visual overhaul with the new Core Reactor layout, designed for a modern, high-tech monitoring experience.
🚀 New Features
⚛️ Core Reactor Layout
A brand new dashboard layout featuring:
- Central Reactor Ring: prominently displays State of Charge (SOC) and remaining capacity.
- Neon Aesthetic: Dark theme with vibrant green (charging) and blue (discharging) accents.
- Animated Flow Lines: Dynamic energy flow paths that animate based on the actual direction of current (Grid → Battery vs Battery → Load).
📈 Live Sparklines
Real-time mini charts have been added to the data panels:
- Metrics Tracked: Total Voltage, Current, MOS Temperature, and Delta Voltage.
- Live Updates: Charts update immediately as new data arrives from Home Assistant.
- Smart Scaling: Variance < 2.0 units is dampened to prevent visual noise during idle periods.
- Space Efficient: Charts are rendered as subtle backgrounds behind the values.
🔋 Enhanced Cell Monitoring
- Visual Progress: Individual cell voltages now feature a background fill bar indicating their level relative to working range (2.8V - 3.65V).
- Auto-Highlighting: Automatically identifies and highlights the lowest (orange) and highest (blue) voltage cells.
⚙️ Configuration
To use the new layout, update your card configuration:
type: custom:jk-bms-card
layout: core-reactor
# ... existing config
**Full Changelog**: https://github.com/Pho3niX90/jk-bms-card/compare/v1.1.8...v1.2.0