Enphase Solar Array metrics from all solar panel's

With Enphase Envoy integration does anyone created a Solar Array (Will my pannels) to show how much each Solar panel produced in a day?

I want to go back in time by picking from the date from the calender to see how much these panels produce all together?

I was able to create something to show the current production by panel.

type: vertical-stack
cards:
  - type: markdown
    content: North_side
  - type: grid
    cards:
      - type: gauge
        entity: sensor.inverter_XXXX1
        min: 0
        max: 385
        name: p1
        needle: true
        severity:
          green: 100
          yellow: 10
          red: 0
      - type: gauge
        entity: sensor.inverter_XXXX2
        min: 0
        max: 385
        name: p2
        needle: true
        severity:
          green: 100
          yellow: 10
          red: 0
      - type: gauge
        entity: sensor.inverter_XXXX3
        min: 0
        max: 385
        name: p3
        needle: true
        severity:
          green: 100
          yellow: 10
          red: 0
    square: false
    columns: 3


1 Like