mletenay / home-assistant-goodwe-inverter

Experimental version of Home Assistant integration for Goodwe solar inverters
https://discord.gg/TaXyWXT
MIT License
149 stars 43 forks source link

HA energy panel not working with Goodwe integration #84

Closed Simanias closed 2 years ago

Simanias commented 3 years ago

When I try to add my solar panels to the home assistant energy panel, the panels do not show. The integration is working and giving the correct information. Maybe it has something to do with:

You’re configuring a statistic but you couldn’t find your source in the dropdown? That’s caused by a bug in the integration providing the entity. Integrations need to configure their entities correctly so Home Assistant knows that we need to track statistics for it and how. Open an issue with the author of the integration and link them to https://developers.home-assistant.io/docs/core/entity/sensor#long-term-statistics.

mletenay commented 3 years ago

The integration works fine with energy panel, I believe with all inverter types. Once I noticed it was not possible to add PV sensors to it when energy panel was initially created, but it was always possible to add it to existing energy panel via Configure menu. (And even that was I guess some HA glitch).

Any kWh reporting sensor should be selectable in Energy panel.

GIJOE-SA commented 3 years ago

In order to get my numbers more in line with SEMS Portal I added my own sensors for house consumption and PV Output. Still not 100% but as close as I could get it. It is also difficult to compare near real time value with and hourly based number Any additional input and suggestions welcome.

image image

SEMS Portal Load Consumption = Solar + Grid Consumption

and

utility_meter: house_consump_daily: source: sensor.house_consumption_sum cycle: daily house_consump_monthly: source: sensor.house_consumption_sum cycle: monthly pv_gen_daily: source: sensor.pv_generation_sum cycle: daily pv_gen_monthly: source: sensor.pv_generation_sum cycle: monthly