Skip to content

0.3.0 - Stacked Bar Chart / Untracked Consumption

Choose a tag to compare

@github-actions github-actions released this 03 Jan 17:51

New Features

📊 Chart Type Selection

Choose between Line and Stacked Bar chart types to visualize your energy data in the way that works best for you!

  • Line Charts (Default): Perfect for detailed analysis with smooth curves showing power and energy trends over time
    • Uses 5-minute data aggregation for smooth, detailed visualization
    • Ideal for tracking precise consumption patterns
  • Stacked Bar Charts: Great for comparing total consumption and seeing the breakdown of tracked vs untracked power
    • Uses hourly data aggregation for larger, easier-to-read bars
    • Perfect for understanding overall energy distribution
type: custom:area-energy-card
area: living_room
chart:
  chart_type: stacked_bar # Options: 'line' (default) or 'stacked_bar'

🔍 Untracked Power Visualization

New feature to visualize power consumption that isn't tracked by individual entities!

  • How it works: Specify a "Total Power Entity" in the entities section of the card editor
  • The card automatically calculates the difference between total power and the sum of all tracked power entities
  • Untracked power appears as a gray bar stacked on top of tracked power in bar charts
  • Example: If your total power is 50W and tracked entities add up to 40W, you'll see 10W displayed as "untracked" power
  • Untracked power is also shown in the legend with its current value
type: custom:area-energy-card
area: living_room
chart:
  total_power_entity: sensor.total_power # Your total power entity ID

Note: Untracked power visualization only works with stacked bar charts (chart_type: stacked_bar).

Bar


What's Changed

  • chore: yarn (deps): bump the all-dependencies group with 3 updates by @dependabot[bot] in #12
  • Stacked Bar Chart / Untracked Consumption by @warmfire540 in #13

Full Changelog: 0.2.0...0.3.0