This commit is contained in:
Björn Stormwall
2026-06-06 18:42:30 +02:00
commit 108d154b3d
15 changed files with 1203 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# 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_excess
name: Solar Excess
icon: mdi:solar-power
- entity: sensor.esc_CHARGER_ID_target_current
name: Target Current
icon: mdi:lightning-bolt
- entity: sensor.esc_CHARGER_ID_charger_current
name: Charger Current
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