Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:apexcharts-card
- header:
- show: true
- title: Solar Inverter Data - 7 Days
- show_states: true
- colorize_states: true
- series:
- - entity: sensor.total_solar_energy
- color: green
- fill_raw: last
- - entity: sensor.emerald_daily_energy
- color: rgb(0, 150, 255)
- apex_config:
- stroke:
- width: 1.5
- curve: smooth
- yaxis:
- - title:
- text: Total Energy Gen'd
- color: green
- min: 42000
- max: 43000
- tickAmount: 2
- decimalsInFloat: 0
- - title:
- text: Energy Imported Today
- color: rgb(0, 150, 255)
- opposite: true
- tickAmount: 8
- decimalsInFloat: 0
- y_axis_precision: 0
- graph_span: 7d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement