Files
esc/lovelace_card.yaml

50 lines
1.4 KiB
YAML

# Easee Solar Charging — Dashboard Card
#
# Entity IDs follow the pattern: esc_{charger_id}_{key}
# Replace CHARGER_ID with your charger serial (e.g. ehxt9pqp).
#
# How to add to your dashboard:
# Edit dashboard → Add Card → Manual card → paste this YAML
type: vertical-stack
cards:
- type: glance
title: Easee Solar Charging
columns: 2
show_name: true
show_icon: true
show_state: true
entities:
- entity: sensor.esc_CHARGER_ID_solar_production
name: Production
icon: mdi:solar-power
- entity: sensor.esc_CHARGER_ID_house_load
name: House Load
icon: mdi:home-lightning-bolt
- entity: sensor.esc_CHARGER_ID_ev_charging
name: EV Power
icon: mdi:car-electric
- entity: sensor.esc_CHARGER_ID_solar_excess
name: Surplus
icon: mdi:lightning-bolt-circle
- entity: sensor.esc_CHARGER_ID_target_current
name: Target
icon: mdi:lightning-bolt
- entity: sensor.esc_CHARGER_ID_charger_current
name: Actual
icon: mdi:current-ac
- entity: sensor.esc_CHARGER_ID_charger_status
name: Status
icon: mdi:ev-station
- type: entities
entities:
- type: section
label: Controls
- entity: switch.esc_CHARGER_ID_solar_charging
name: Solar Charging
icon: mdi:solar-power
- entity: switch.esc_CHARGER_ID_stop_grace
name: Stop Grace
icon: mdi:timer-pause