klatremis / esphome-for-deye

Esphome component for Deye 3 phase inverters for Home Assistant
131 stars 31 forks source link

Home Assistant Energy Dashboard Error #7

Closed linuxdep closed 1 year ago

linuxdep commented 1 year ago

Hi, nice project, many thanks.

I wanted to insert the total PV production in the Energy Dashboard, but this fails because there seems to be no parameter "last_reset" for it. How can I adjust this so that the data arrives in the dashboard?

grafik

gmidohan commented 1 year ago

Maybe this is helpful: different device same problem https://community.home-assistant.io/t/energy-dashboard-last-reset-missing/406733

gplex83 commented 1 year ago

change state_class: "measurement" to state_class: "total_increasing"

linuxdep commented 1 year ago

thanks