Visualize your solar power distribution with an intuitive, real-time bar chart. Perfect for monitoring production, consumption, exports, and EV charging at a glance!
- Adjacent bars layout - Battery and solar bars side-by-side with proportional widths
- Proportional sizing - Bar widths based on battery capacity vs inverter size
- Visual SOC indicator - Battery bar fills from left showing state of charge
- Flexible configuration - Single sensor or dual charge/discharge sensors
- Animated flow lines - Shows charging/discharging direction with particles
- Smart stats tiles - Maximum 4 tiles with single-line headers
- Compact legend - Short labels to prevent wrapping
- Daily energy tracking - Connect your daily import/export energy sensors
- Net position indicator - Green dot = net exporter, red dot = net importer for the day
- Second line on tiles - Shows daily kWh totals on import/export tiles
- Perfect for template sensors - Works with Utility Meter helpers or custom templates
- Up to 2 additional sensors - Add custom sensors to the header bar
- Spread layout - Title, sensors, and weather evenly distributed across header
- Flexible formatting - Custom icons (emoji or MDI), labels, and units
- Click for history - All header sensors are clickable to show entity history
- Color-coded bar showing real-time power allocation
- Green for solar self-consumption
- Orange for EV charging (solar + grid split)
- Red/Coral for grid import
- Grey dashed for potential EV charging capacity
- Semi-transparent for unused inverter capacity
- Yellow dotted line for solar forecast
- Grid icon dynamically changes ๐ข green when exporting, ๐ orange when importing
- 6 beautiful preset palettes with soft pastel colors:
- ๐ Classic Solar - Bright, traditional solar colors
- ๐ธ Soft Meadow - Gentle pastels with spring vibes
- ๐ Ocean Sunset - Warm sunset meets cool ocean
- ๐ฟ Garden Fresh - Natural greens and soft tones
- ๐ Peachy Keen - Warm peach and lavender blend
- โ๏ธ Cloudy Day - Soft, cloudy sky palette
- Custom color overrides - Override any individual color while keeping the palette
- Color picker integration in the UI editor
- Well-organized sections with emoji visual grouping:
- โ๏ธ Basic Settings - Inverter capacity
- ๐ Entity Configuration - Power sensors
- ๐ EV Charger - EV-related settings
- ๐ฎ Forecast - Solcast and custom forecast
- ๐จ Appearance & Colors - Palette, header, weather
- ๐๏ธ Display Options - Stats, legend, bar options
- Visual palette selector with emoji icons
- Clear section headers in helper text for easy navigation
- Automatically detects when solar system is in standby mode
- Shows "Solar system in standby mode" message
- Prevents displaying stale data overnight
- Smart power flow visualization - Automatically splits EV charging into solar (green) vs grid (orange)
- EV Ready Indicator - Shows โก๐ icon when excess solar can power your charger (half/full charge detection)
- Potential capacity display - Shows additional charging capacity available (grey dashed bar)
- Active charging detection - Displays actual charging power with proper color coding
- Dynamic weather icons (โ๏ธ sunny, ๐ง๏ธ rainy, โ๏ธ stormy, etc.)
- Supports both weather entities and temperature sensors
- Displays in top-right corner
- Integration with Solcast (auto-detection)
- Support for custom forecast sensors
- Visual lightning bolt indicator on bar
Toggle any component on/off:
- Header with title
- Individual power statistics (4 tiles)
- Power distribution label
- Color-coded legend with values
- Weather/temperature display
- Bar segment values
- Tick marks with scale labels
- Adapts to Sections view
- Works in Masonry view
- Dynamic card sizing
- Mobile-friendly
- Open HACS in your Home Assistant instance
- Click on Frontend
- Click the โฎ menu and select Custom repositories
- Add repository URL:
https://github.com/0xAHA/solar-bar-card - Category: Lovelace
- Click Install
- Restart Home Assistant
- Download
solar-bar-card.jsandsolar-bar-card-palettes.jsfrom latest release - Copy both files to
<config>/www/ - Add resource to dashboard:
resources: - url: /local/solar-bar-card.js type: module
- Restart Home Assistant
Note: Both .js files are required as of v1.0.8 for the color palette system.
type: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
import_entity: sensor.grid_import_powertype: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
import_entity: sensor.grid_import_power
color_palette: ocean-sunset
show_legend: truetype: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
import_entity: sensor.grid_import_power
color_palette: garden-fresh
show_header: true
header_title: "Solar Power"
show_weather: true
weather_entity: weather.home
show_stats: true
show_legend: true
show_legend_values: true
show_bar_values: true
ev_charger_sensor: sensor.ev_charger_power
car_charger_load: 7.4
use_solcast: true| Option | Type | Default | Description |
|---|---|---|---|
inverter_size |
number | 10 |
๐ Maximum solar system capacity (kW) |
production_entity |
string | null |
โ๏ธ Solar production power sensor (required) |
self_consumption_entity |
string | null |
๐ Home power consumption sensor (required) |
grid_power_entity |
string | null |
โก Combined grid sensor (positive=export, negative=import) - overrides separate import/export sensors. (optional/alternative) |
invert_grid_power |
boolean | false |
โก Inverts grid_power_entity sensor import/export value. (optional) |
export_entity |
string | null |
โก Grid export power sensor (optional/alternative) |
import_entity |
string | null |
๐ฅ Grid import power sensor (optional/alternative) |
ev_charger_sensor |
string | null |
๐ Active EV charger power sensor (optional) |
car_charger_load |
number | 0 |
๐ EV charger capacity in kW (for potential display) |
use_solcast |
boolean | false |
โ๏ธ Auto-detect Solcast forecast sensor |
forecast_entity |
string | null |
๐ Solar forecast power sensor |
color_palette |
string | "classic-solar" |
๐จ Preset color scheme (see Color Palettes section) |
custom_colors |
object | {} |
๐จ Override individual colors (see Color Palettes section) |
show_header |
boolean | false |
๐ Display card title |
header_title |
string | "Solar Power" |
๐ท๏ธ Custom title text |
show_weather |
boolean | false |
๐ก๏ธ Display current temperature |
weather_entity |
string | null |
๐ค๏ธ Weather or temperature sensor |
header_sensor_1 |
object | null |
๐ First header sensor {entity, name, icon, icon_color, unit} |
header_sensor_2 |
object | null |
๐ Second header sensor {entity, name, icon, icon_color, unit} |
import_history_entity |
string | null |
๐ Daily grid import energy sensor (kWh) |
export_history_entity |
string | null |
๐ Daily grid export energy sensor (kWh) |
show_net_indicator |
boolean | true |
๐ด๐ข Show net import/export indicator on tiles |
show_stats |
boolean | false |
๐ Display power statistics tiles |
show_legend |
boolean | true |
๐จ Display color-coded legend |
show_legend_values |
boolean | true |
๐ข Show kW values in legend |
show_bar_label |
boolean | true |
๐ท๏ธ Show power distribution label above bar |
show_bar_values |
boolean | true |
๐ Show kW values on bar segments |
The card includes 6 carefully designed soft pastel color palettes:
| Palette | Icon | Description | Best For |
|---|---|---|---|
classic-solar |
๐ | Bright, traditional solar colors | Clear, professional dashboards |
soft-meadow |
๐ธ | Gentle pastels with spring vibes | Light, airy themes |
ocean-sunset |
๐ | Warm sunset meets cool ocean | Balanced, harmonious displays |
garden-fresh |
๐ฟ | Natural greens and soft tones | Eco-friendly, natural aesthetics |
peachy-keen |
๐ | Warm peach and lavender blend | Warm, inviting interfaces |
cloudy-day |
โ๏ธ | Soft, cloudy sky palette | Subtle, minimal designs |
custom |
๐จ | Define your own colors | Complete customization |
Simply specify the palette key:
type: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
color_palette: ocean-sunsetOverride specific colors while keeping the palette base:
type: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
color_palette: classic-solar
custom_colors:
solar: '#FFA500' # Override just solar to orange
ev_charge: '#FF6347' # Override just EV to tomato redUse the custom palette and define all colors:
type: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
color_palette: custom
custom_colors:
solar: '#FFE082'
export: '#A5D6A7'
import: '#FFAB91'
self_usage: '#B39DDB'
ev_charge: '#81D4FA'| Color Key | Used For | Example Hex |
|---|---|---|
solar |
Solar production, forecast indicator | #FFE082 |
export |
Grid export (blue bar) | #A5D6A7 |
import |
Grid import (coral/red bar) | #FFAB91 |
self_usage |
Solar self-consumption (green bar), EV ready icon | #B39DDB |
ev_charge |
EV charging (orange bar), EV ready icon half-power | #81D4FA |
In the Home Assistant UI editor:
- Add or edit the Solar Bar Card
- Expand the ๐จ Appearance & Colors section
- Select a palette from the dropdown (shows emoji + name)
- Optionally expand Custom Color Overrides to tweak individual colors
- Use the color picker for visual selection
| Color | Meaning | When Shown |
|---|---|---|
| ๐ขGreen | Solar self-consumption | Solar power used by your home (excluding EV) |
| ๐ Orange | EV charging | EV power from solar (bright) or grid (darker) |
| ๐ดCoral/Red | Grid import | Power imported from grid (home usage) |
| ๐ตBlue | Grid export | Power sent to the grid |
| โฌLight Grey Dashed | EV potential | Additional charger capacity available |
| ๐ณSemi-transparent | Unused capacity | Available inverter capacity |
| โกYellow dotted line | Solar forecast | Predicted solar production |
| โก๐EV Ready Icon | Excess solar ready | Appears when excess solar can power EV (green/orange glow) |
v2.0.1 Solar Bar Visualization:
- When solar output < consumption: Dashed outline shows total demand, solid shaded section shows actual solar contribution
- Grid import no longer appears on solar bar (keeps it focused on solar performance)
- Grid icon dynamically changes: ๐ข green when exporting, ๐ orange when importing
The card intelligently splits power consumption to show you exactly where your energy is coming from:
- Home consumption from solar (green) - Your house running on sunshine
- Home consumption from grid (coral) - Grid power for your house
- EV consumption from solar (bright orange) - Your car charging on sunshine
- EV consumption from grid (darker orange) - Grid power for your car
This gives you instant visibility into how much of your consumption (home + EV) is solar-powered vs grid-powered!
show_weather: true
weather_entity: weather.homeSupported weather states:
- โ๏ธ Sunny
- โ Partly cloudy
- โ๏ธ Cloudy
- ๐ฆ๏ธ Rainy
- ๐ง๏ธ Pouring
- โ๏ธ Thunderstorm
- ๐จ๏ธ Snowy
- ๐ซ๏ธ Fog
- ๐จ Windy
- ๐ Clear night
show_weather: true
weather_entity: sensor.outdoor_temperatureWhen you have an active EV charger sensor, the card automatically splits the EV charging power into solar vs grid:
ev_charger_sensor: sensor.ev_charger_power
car_charger_load: 7.4What you see:
- Bright orange segment - EV power coming from solar
- Darker orange segment - EV power coming from grid
- Green segment - Home consumption from solar (excluding EV)
- Coral segment - Home consumption from grid (excluding EV)
This gives you instant visibility into whether your EV is charging on sunshine or grid power!
When excess solar is available and you're not currently charging:
- Orange โก๐ - Excess solar can cover 50%+ of your EV charger capacity
- Green โก๐ - Excess solar can fully power your EV charger
Perfect for knowing when to plug in!
Shows additional charging capacity available beyond current export:
car_charger_load: 7.4The grey dashed bar intelligently shows only the additional power needed. For example:
- Currently exporting 2kW
- Charger capacity is 7.4kW
- Grey bar shows: 5.4kW (the extra power needed)
use_solcast: trueAutomatically finds Solcast forecast sensors like:
sensor.solcast_pv_forecast_power_nowsensor.solcast_forecast_power_nowsensor.solcast_power_now
Note: The forecast indicator only appears when the forecasted power exceeds your current production.
forecast_entity: sensor.your_forecast_power_sensorThe forecast appears as a yellow vertical dotted line with lightning bolt (โก) showing predicted solar production.
- Clear browser cache:
Ctrl+Shift+R(Windows) orCmd+Shift+R(Mac) - Verify resource: Developer Tools โ Resources
- Check console: F12 โ Console tab for errors
- Ensure both files are present: Both
solar-bar-card.jsandsolar-bar-card-palettes.jsmust be in/config/www/
- Clear browser cache - Color changes require a hard refresh
- Verify both files are installed - The palette system needs both
.jsfiles - Check palette name - Must match exactly (e.g.,
ocean-sunsetnotocean_sunset) - Inspect custom_colors format - Must use hex format
#RRGGBB
- Check Home Assistant version - Requires HA 2023.9 or later
- The visual editor needs the
type: "expandable"fields to render properly - You can still configure via YAML without the UI sections
- โ Ensure sensors report in W or kW units
- โ Card automatically converts W โ kW
- โ Verify entity IDs are correct
- โ
Check that
production_entityis a power sensor (not energy/kWh) - โ Import sensor is optional but recommended for accurate grid import display
If your inverter only provides total energy sensors, create derivative helpers:
- Settings โ Devices & Services โ Helpers
- Create Helper โ Derivative
- Configure:
- Input sensor: Your cumulative sensor
- Time window: 5 minutes
- Unit time: Hours
- Use the derivative sensor in your card config
This converts kWh accumulation โ instantaneous kW power!
type: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
color_palette: cloudy-day
show_legend: false
show_bar_label: false
show_bar_values: falsetype: custom:solar-bar-card
inverter_size: 13.2
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
import_entity: sensor.grid_import_power
color_palette: garden-fresh
show_header: true
header_title: "๐ก Home Solar"
show_weather: true
weather_entity: weather.forecast_home
show_stats: true
show_legend: true
show_legend_values: true
show_bar_values: true
ev_charger_sensor: sensor.wallbox_power
car_charger_load: 11
use_solcast: truetype: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_load
export_entity: sensor.grid_export
import_entity: sensor.grid_import
color_palette: peachy-keen
show_header: true
header_title: "โก Solar + EV"
ev_charger_sensor: sensor.ev_charger_power
car_charger_load: 7.4
show_legend: true
show_stats: true
show_bar_values: true
custom_colors:
ev_charge: '#FF6B35' # Make EV charging stand outtype: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
color_palette: ocean-sunset
show_header: true
header_title: "โ๏ธ Ocean Power"
show_weather: true
weather_entity: weather.home
show_legend: true
show_bar_label: trueTrack your daily energy balance with net position indicator:
type: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
grid_power_entity: sensor.grid_power
show_stats: true
show_legend: true
# Daily energy sensors (create with Utility Meter helper)
import_history_entity: sensor.daily_grid_import
export_history_entity: sensor.daily_grid_export
show_net_indicator: trueResult: Import/Export tiles show:
- Current power (e.g., "1.2 kW")
- Daily total (e.g., "+4.2 kWh" or "-3.1 kWh")
- Green/red indicator showing net position
Add custom sensors like electricity price or forecast to the header:
type: custom:solar-bar-card
inverter_size: 10
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
export_entity: sensor.grid_export_power
show_header: true
header_title: "Solar"
show_weather: true
weather_entity: weather.home
header_sensor_1:
entity: sensor.solcast_forecast_today
name: "Forecast"
icon: "mdi:solar-power" # MDI icon
unit: "kWh"
header_sensor_2:
entity: sensor.electricity_price
name: "Rate"
icon: "๐ฐ" # Emoji also works
unit: "ยข/kWh"Result: Header shows spread layout with both MDI icons and emoji:
โ๏ธ Solar ๐ Forecast: 12.5kWh ๐ฐ Rate: 8.5ยข/kWh โ๏ธ 72ยฐF
Icon Options:
- Emoji: Use any emoji like "โก", "๐ฐ", "๐", etc.
- MDI Icons: Use Material Design Icons like "mdi:solar-power", "mdi:car-electric", "mdi:cash", etc.
Icon Color Options:
- Direct color:
icon_color: "#ff5722"oricon_color: "red" - Entity state:
icon_color: "state"(uses the entity's state value as the color) - Entity attribute:
icon_color: "attributes.rgb_color"(uses an attribute from the entity)- For RGB arrays like
[255, 87, 34], it automatically converts torgb(255, 87, 34)
- For RGB arrays like
Advanced Examples:
# Static color
header_sensor_1:
entity: sensor.solar_power
name: "Solar"
icon: "mdi:solar-power"
icon_color: "#ff9800" # Orange
unit: "kW"
# Dynamic color from entity state
header_sensor_1:
entity: sensor.dynamic_color # Entity state is "#ff5722"
name: "Status"
icon: "mdi:information"
icon_color: "state" # Uses the entity's state as color
# Color from entity attribute (like RGB lights)
header_sensor_1:
entity: light.rgb_light
name: "Light"
icon: "mdi:lightbulb"
icon_color: "attributes.rgb_color" # Uses light's RGB attribute
unit: ""
# Using template sensor for dynamic colors
header_sensor_1:
entity: sensor.electricity_price
name: "Price"
icon: "mdi:cash"
icon_color: "attributes.icon_color" # Template sensor sets color based on price
unit: "ยข/kWh"Create a template sensor for dynamic colors:
template:
- sensor:
- name: "Electricity Price with Color"
state: "{{ states('sensor.electricity_price') }}"
unit_of_measurement: "ยข/kWh"
attributes:
icon_color: >
{% set price = states('sensor.electricity_price') | float %}
{% if price < 10 %}
#4caf50
{% elif price < 20 %}
#ff9800
{% else %}
#f44336
{% endif %}type: custom:solar-bar-card
inverter_size: 13.2
production_entity: sensor.solar_production_power
self_consumption_entity: sensor.home_consumption
grid_power_entity: sensor.grid_power
color_palette: garden-fresh
show_header: true
header_title: "๐ก Solar"
show_weather: true
weather_entity: weather.home
header_sensor_1:
entity: sensor.daily_solar_yield
name: "Today"
icon: "โ๏ธ"
unit: "kWh"
show_stats: true
show_legend: true
show_legend_values: true
show_bar_values: true
import_history_entity: sensor.daily_grid_import
export_history_entity: sensor.daily_grid_export
show_net_indicator: true
ev_charger_sensor: sensor.wallbox_power
car_charger_load: 11
use_solcast: trueContributions welcome! Feel free to:
- ๐ Report bugs
- ๐ก Suggest features
- ๐จ Submit new color palettes
- ๐ง Submit pull requests
Please open an issue for discussion first.
Want to contribute a new color palette? Edit solar-bar-card-palettes.js:
export const COLOR_PALETTES = {
'my-awesome-palette': {
name: 'My Awesome Palette',
icon: 'โจ',
description: 'Your amazing color scheme',
colors: {
solar: '#XXXXXX',
export: '#XXXXXX',
import: '#XXXXXX',
self_usage: '#XXXXXX',
ev_charge: '#XXXXXX'
}
},
// ... existing palettes
};Submit a PR with your palette for consideration!
MIT License - see LICENSE file for details
- Inspired by the pool-monitor-card
- Built for the Home Assistant community
- Maintained by @0xAHA
v2.1.1 (Current)
- ๐ Card Transparency Fix - Fixed issue where card would become transparent when using Home Assistant themes
- ๐จ Theme Compatibility - Card now properly respects theme background colors
v2.1.0
- ๐ Net Import/Export History - Track daily energy with import/export history sensors
- ๐ด๐ข Net Position Indicator - Green/red dot on tiles showing if you're a net exporter or importer
- ๐ Daily Totals on Tiles - Second line showing daily kWh on import/export tiles
- ๐ Header Sensors - Add up to 2 custom sensors to the header bar
- ๐ฏ Spread Layout - Header items evenly distributed (title, sensors, weather)
- ๐ฑ๏ธ Clickable Sensors - Header sensors open entity history on click
v2.0.8
- โ๏ธ Bar Width - Fixed bar width when battery bar hidden
- ๐จ More Colours! - Added more diverse profiles to the colour palette
v2.0.6
- โ๏ธ Decimal Precision - Added configurable decimal places (1, 2 or 3 decimal places)
v2.0.5
- ๐ Battery Flow Animation - Fixed misaligned flow animation between battery and solar bars
- ๐ฏ Smoother Animation - Improved flow animation with bigger particles and better overlap for mobile visibility
- ๐ท๏ธ Solar Text Overlap - Fixed "Solar" label overlapping with kW values when bar values are shown
v2.0.4
- ๐ Battery SoC - Fixed battery SoC value showing too many decimal places - now just one!
- ๐ฆ More-Info - Clicking any of the card elements now shows the more-info (history graph) for the related entity
v2.0.3
- ๐ Grid Power display Bugfix - Fixed incorrect grid import display when battery is charging
v2.0.2
- ๐ Battery Display Bugfix - Battery showing on solar bar when charging from grid
v2.0.1
- ๐ Battery Discharge Bugfix - Fixed battery discharge incorrectly showing as solar import
- ๐ฆ Smart Grid Icon - Separated import/export icons (๐ข green when exporting, ๐ orange when importing)
- ๐ Improved Solar Visualization - Dashed line shows full consumption demand, shaded portion shows actual solar output
- โ๏ธ Better Balance - Battery section capped at 30% card width to keep solar as the hero
- ๐จ Cleaner Grid Logic - Solar export shows on solar bar, grid import no longer clutters it
v2.0.0
- ๐ Battery Integration - Side-by-side adjacent bars layout with proportional widths
- ๐ Proportional Bar Sizing - Battery and solar bars sized based on capacity ratios
- ๐ Flexible Battery Configuration - Single sensor with optional invert OR dual charge/discharge sensors
- โก Animated Flow Lines - Visual charging/discharging indicators between bars
- ๐ Optimized Stats Tiles - Limited to 4 tiles with single-line headers (Solar, Import/Export, Usage, Battery/EV)
- ๐ท๏ธ Compact Labels - Shortened legend labels to prevent wrapping (Solar, Import, Export, Usage, Batt, EV)
- ๐จ Battery Bar Color - Added to all 7 color palettes
- ๐ฑ Mobile-Friendly - Battery label shows just percentage on small screens
- ๐จ Clean Config UI - Removed emojis, organized sections with clear separators
v1.0.9
- โจ Improved Configuration UI - Well-organized sections with emoji visual grouping
- ๐จ Fixed Color Palette Selector - Color palette is now clearly visible and accessible
- ๐ Better Organization - Entity, EV Charger, Forecast, Appearance, and Display sections with emoji icons (โ๏ธ ๐ ๐ ๐ฎ ๐จ ๐๏ธ)
- โ Universal Compatibility - Works across all Home Assistant versions
- โ Full Backward Compatibility - Existing configs work without changes
v1.0.8
- ๐จ 6 Beautiful Color Palettes - Soft pastel themes with visual selector
- ๐จ Custom Color Overrides - Fine-tune individual colors while keeping palettes
- ๐ Color Picker Integration - Visual color selection in UI
- ๐ฆ Separate Palette File - Clean architecture with
solar-bar-card-palettes.js - โ Full Backward Compatibility - Existing configs work without changes
v1.0.7
- โจ Invert Grid Power Values - Enable if your grid sensor reports from meter perspective (positive=import, negative=export) - for Enphase, Powerly, etc.
v1.0.2
- โจ Manual entity configuration (removed Growatt auto-detection)
- ๐ฅ Added grid import sensor support
- ๐ Idle/standby state detection
- ๐จ Softer color scheme (amber EV charging)
- ๐ Toggle for bar segment values
- ๐งฎ Smart EV potential calculation (accounts for export)
- โก Improved Solcast integration (uses power_now sensor)
- ๐ Tighter vertical spacing for better layout
- ๐ง Refined stats tiles (shows either import OR export)
v1.0.0
- โจ Initial release
- ๐ EV charger support
- ๐ค๏ธ Weather integration
- ๐ Solar forecast display
- ๐จ Fully customizable display
None currently! ๐
Report issues at: https://github.com/0xAHA/solar-bar-card/issues
Made with โ๏ธ for the Home Assistant community

