Hi,
I use the following code in a statistics card in the lovelace to display the power consumption for today of the individual phases. Now I would like to display the total power consumption (L1+L2+L3) for today.
How could I do that?
title: Stromverbrauch heute
type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: statistic
entity: sensor.shellyem3_485519dbf224_channel_a_energy
period:
calendar:
period: day
stat_type: change
name: L1
- type: statistic
entity: sensor.mystrom_energy_consumption_l1
period:
calendar:
period: day
stat_type: change
name: L1 PV
- type: horizontal-stack
cards:
- type: statistic
entity: sensor.shellyem3_485519dbf224_channel_b_energy
period:
calendar:
period: day
stat_type: change
name: L2
- type: statistic
entity: sensor.mystrom_energy_consumption_l2
period:
calendar:
period: day
stat_type: change
name: L2 PV
- type: horizontal-stack
cards:
- type: statistic
entity: sensor.shellyem3_485519dbf224_channel_c_energy
period:
calendar:
period: day
stat_type: change
name: L3
- type: statistic
entity: sensor.mystrom_energy_consumption_l3
period:
calendar:
period: day
stat_type: change
name: LVP 3