Hello,
I am very new to HA, and have setup the energy menu that is integrated into HA.
Now i would like to create a second one with current use (like every 5 seconds for example)
I maneged to get this far:
But the example I found wich i would like to make looks like this:
I just cant get it done, also the example screen looks fullscreen and mine is very small.
Here is my config so far:
type: vertical-stack
cards:
- type: horizontal-stack
cards:
- type: custom:mini-graph-card
entities:
- entity: sensor.solaredge_energy_today
line_color: green
line_width: 4
font_size: 80
- type: custom:mini-graph-card
entities:
- entity: sensor.power_consumption
line_color: orange
line_width: 4
font_size: 80
- type: custom:mini-graph-card
entities:
- entity: sensor.power_production
line_color: red
line_width: 4
font_size: 80
- type: custom:mini-graph-card
name: Title
entities:
- entity: sensor.solaredge_current_power_kwh
name: Zonne Panelen
color: green
- entity: sensor.power_consumption
name: Stroom verbruik
color: orange
- entity: sensor.power_production
color: red
line_width: 3
font_size: 100
show:
labels: true
labels_secondary: true
Also, i have some as W and some as kW, all at W would look better I think.
Can someone maybe help me with this?
1 post - 1 participant