Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] TOTAL power generation combined from all panels #63

Open
fencing49 opened this issue Nov 1, 2023 · 2 comments
Open
Assignees

Comments

@fencing49
Copy link

fencing49 commented Nov 1, 2023

could we get another sensor built into the integration that would add all of the values from all of the optimizers?

for me personally - my solar provider doesn't want to add me as a site admin so i have no way of getting data about my system into HA without web scraping like what this integration does - which is awesome by the way.

i'd just like to get an additional sensor that adds all power or power and voltages (though i'm not sure that info would be useful)

i made a template as well that should work by adding all of the entities together - i'm not sure if this would help
solarpowertotal:
value_template: "{{ states.sensor | selectattr('object_id', 'search', '^power_1_') | map(attribute='state') | select('is_number') | map('float') | sum }}"

@ProudElm
Copy link
Owner

Best use a template sensor in HA to get the total.

@ProudElm ProudElm self-assigned this Mar 28, 2024
@ian-morgan99
Copy link

Could you not do this with the other SolarEdge integration to the inverter rather than to the optimizers?
I use that for the totals and this for the individuals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants