Sections in the Article
Elsempel på Dashoard med Watts Live data.
Vær opmærksom på indryk i script afsnittet, der skal være 2 mellemrum indryk i hver afsnit.
Dashboardet kræver også at man har HACS addon installeret og apexcharts-card til at vise grafer, HACS kan installeres under devices & services og apex kan findes som et HACS add-on.
views:
- title: TODAY
icon: mdi:radio-tower
subview: true
badges: []
cards:
- type: entity
entity: sensor.watts_live_[SERIE_NUMMER]_positive_active_power
name: POWER TOTAL
- show_name: true
show_icon: true
show_state: true
type: glance
entities:
- entity: sensor.watts_live_[SERIE_NUMMER]_positive_active_power_l1
name: L1
- entity: sensor.watts_live_[SERIE_NUMMER]_positive_active_power_l2
name: L2
- entity: sensor.watts_live_[SERIE_NUMMER]_positive_active_power_l3
name: L3
state_color: false
- type: statistic
name: Elforbrug i dag
entity: sensor.watts_live_[SERIE_NUMMER]_positive_active_energy
period:
calendar:
period: day
offset: 0
stat_type: change
icon: mdi:lightning-bolt
- type: custom:apexcharts-card
graph_span: 12h
header:
show: true
title: Sidste 12 timer MAX power
span:
end: hour
offset: '-0d'
series:
- entity: sensor.watts_live_[SERIE_NUMMER]_positive_active_power
type: column
statistics:
type: max
period: 5minute
group_by:
func: max
start_with_last: true
duration: 5min
- show_name: true
show_icon: true
show_state: true
type: glance
entities:
- entity: sensor.watts_live_[SERIE_NUMMER]_current_l1
name: Strøm L1
- entity: sensor.watts_live_[SERIE_NUMMER]_current_l2
name: Strøm L2
- entity: sensor.watts_live_[SERIE_NUMMER]_current_l3
name: Strøm L3
- entity: sensor.watts_live_[SERIE_NUMMER]_voltage_l1
name: Volt L1
- entity: sensor.watts_live_[SERIE_NUMMER]_voltage_l2
name: Volt L2
- entity: sensor.watts_live_[SERIE_NUMMER]_voltage_l3
name: Volt L3
state_color: false
columns: 3
- title: Sidste uge
path: sidste-uge
icon: mdi:road
badges: []
cards:
- type: custom:apexcharts-card
graph_span: 7d
header:
show: true
title: Sidste 7 dages elforbrug
span:
end: day
offset: '-1d'
series:
- entity: sensor.watts_live_[SERIE_NUMMER]_positive_active_energy
type: column
statistics:
type: sum
period: day
group_by:
func: diff
start_with_last: true
duration: 1d