Skip to content

Releases: jtubb/Pylontech-Battery-Card

v3.0.8

Choose a tag to compare

@jtubb jtubb released this 18 Jan 17:30

Changes

  • Move time estimate to dedicated row in system overview
  • Relocate estimate from cramped stats row to full-width row above voltage/power/status/cycles
  • Add system-stats-row wrapper for better layout organization
  • Improve layout to prevent text overflow on narrow displays

Full Changelog

v3.0.6...v3.0.8

v3.0.6 - ISA-101 Redesign

Choose a tag to compare

@jtubb jtubb released this 18 Jan 04:08

ISA-101 Redesign

Complete rewrite following ISA-101 Human Machine Interface standards for optimal readability and situational awareness.

Screenshot

Features

  • Industrial Color Palette - Neutral grays with status colors (gray/blue/amber/red)
  • Flat Design - Minimal border radius for clean industrial appearance
  • Two-Row Pack Layout - Horizontal SOC analog bar with separate stats row
  • Configurable Thresholds - Set custom warning/alarm levels for SOC, temperature, and delta-V
  • ISA-101 Heatmap Colors - Blue-gray → gray → amber-red gradient
  • Fahrenheit Support - Temperature thresholds correctly convert F to C

Configuration Options

type: custom:pylontech-battery-overview
entity_prefix: sensor.sok_rack_1
pack_count: 6
soc_warning: 30      # SOC % for warning (amber)
soc_alarm: 15        # SOC % for alarm (red)
temp_warning: 40     # Temperature °C for warning
temp_alarm: 50       # Temperature °C for alarm
delta_v_warning: 30  # Delta-V mV for warning
delta_v_alarm: 50    # Delta-V mV for alarm

Breaking Changes

  • end_index config option replaced with pack_count
  • Visual appearance significantly changed to ISA-101 style

v2.1.1

Choose a tag to compare

@jtubb jtubb released this 12 Nov 18:59
7f023aa

Post HACS Validation

Simplified Card Release

Choose a tag to compare

@jtubb jtubb released this 12 Nov 16:45

Removed battery card and only include Overview card.

Initial Public Release

Choose a tag to compare

@jtubb jtubb released this 12 Nov 16:05

Homeassistant Lovelace Card to accompany the Pylontech BMS Integration