Advertisement
Guest User

ApexChtEnergy

a guest
Feb 4th, 2024
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. type: custom:apexcharts-card
  2. header:
  3. show: true
  4. title: Solar Inverter Data - 7 Days
  5. show_states: true
  6. colorize_states: true
  7. series:
  8. - entity: sensor.total_solar_energy
  9. color: green
  10. fill_raw: last
  11. - entity: sensor.emerald_daily_energy
  12. color: rgb(0, 150, 255)
  13. apex_config:
  14. stroke:
  15. width: 1.5
  16. curve: smooth
  17. yaxis:
  18. - title:
  19. text: Total Energy Gen'd
  20. color: green
  21. min: 42000
  22. max: 43000
  23. tickAmount: 2
  24. decimalsInFloat: 0
  25. - title:
  26. text: Energy Imported Today
  27. color: rgb(0, 150, 255)
  28. opposite: true
  29. tickAmount: 8
  30. decimalsInFloat: 0
  31. y_axis_precision: 0
  32. graph_span: 7d
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement