TimSoethout / goodwe-sems-home-assistant

Sensor for Home Assistant pulling data from the GoodWe SEMS API for solar panel production metrics.
88 stars 37 forks source link

feat: use Charts import/export to avoid daily spike in Totals #76

Closed Denifia closed 1 year ago

Denifia commented 1 year ago

Totals_buy and Totals_sell (lifetime totals) produce unexpectedly low values for period of time each morning causing a "spike" in the Energy dashboard graphs.

Using Charts_buy and Charts_sell (daily totals) don't have this issue. Each day the values are reset to zero and the graph has no "spike".