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] Support multiple arrays #17

Open
FredericMa opened this issue Jun 11, 2024 · 4 comments
Open

[Feature request] Support multiple arrays #17

FredericMa opened this issue Jun 11, 2024 · 4 comments

Comments

@FredericMa
Copy link

Hi,

First of all; thanks a lot for your awesome work!

I was wondering if it would be possible to support multiple arrays/inverters?
In my case we have one inverter with two strings.
One string of 12 panels with a 45° inclination and a second string of 6 panels with a 15° inclination.
Both do have the the same azimuth but I can imagine that there are people that have even more strings or multiple inverters with different orientations and inclinations.

Thanks!

Greetings,
Frederic

@FredericMa
Copy link
Author

Now I think about it, am I supposed to create two config entries in my case?
I was comparing with the Solcast integration which exposes one set of sensors in one config entry, even if you have multiple rooftops configured in the Solcast portal.
Looking at Forecast solar, it also requires you to create multiple config entries for multiple arrays.

On the other hand it can also give incorrect results since it will also assume you have multiple inverters, which is not the case in my setup.
I have a 5 kW inverter and a total of 7.02 kWp so clipping occurs in my setup.

@rany2
Copy link
Owner

rany2 commented Jun 11, 2024

For now, you will need to create two config entries and a template sensor (working examples are in the forum thread) to combine the data but in the future I will add support for it via configuration.yaml.

@ChirpyTurnip
Copy link

I second this - I have two inverters with two strings each, pointing in different directions. North + East to one inverter, North + West to a second inverter. Like FredericMa my inverters are 5kW and will clip the solar panel output....

I really need to be able to combine the two strings, then set a maximum to clip the forecast. The forecast though is in the attribute data, rather than the state so it's not easy. What would be ideal is to be able to define the integration to match the real world - that is, specify the inverter limit and efficiency, and then add string definitions (as per the current setup). There's a lot of twin string inverters, but very very few that have more than four strings....and from an integration perspective it probably doesn't make big difference whether a user specifies one or four strings - just forecast for each supplied string and then spit out the sum of each period (or the inverter max, whichever is less).

@iainJersey
Copy link

Mind you - I have a 6kw SolarEdge inverter with one string (in the usual sense of the word)
That single string however has 4 distinct ‘segments’ - different roofs different azimuths, different angles, so I currently have them set up as 4 ‘strings’, and use a group sum helper to add them up. Sub optimal, but useable
Can’t wait for one inverter with separate strings (and I have another inverter with two more ‘real strings’

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

4 participants