-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fronius Symo Advanced 17.5-3-M missing #2145
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
Comments
Do you mean this one? https://github.com/NREL/SAM/blob/1555ed5bdf259c2f373a61d34bd5033e37c6e2c9/deploy/libraries/CEC%20Inverters.csv#L562 Just so you know, pvlib-python only provides some databases distributed by the project above and some others. If the inverter is not there, you will need to wait until some lab characterizes it. Two things:
Maintainers, have any of you came across this error? I read long time ago you modify the databases before distributing them through pvlib. |
This is the "old" model - further below are inverters from the latest "Advanced" series but specifically the 17.5 is missing. I had reported this elsewhere and was redirected here. I will now open an issue with SAM directly. Thanks for the hint. |
Unfortunately, SAM will not be able to help with this either. pvlib distributes the tables from SAM, but SAM is also merely distributing them from another source -- the California Energy Commission (CEC). See here: https://www.energy.ca.gov/programs-and-topics/programs/solar-equipment-lists This may also be helpful: https://pvlib-python.readthedocs.io/en/stable/user_guide/faq.html#the-cec-table-doesn-t-include-my-module-or-inverter-what-should-i-do |
@echedey-ls you have to use the "raw" file URL, like this: retrieve_sam(path="https://raw.githubusercontent.com/NREL/SAM/patch/deploy/libraries/CEC%20Inverters.csv") |
@andreas-bulling you could also check older versions of the SAM database. Sometimes older devices get removed from the database, so older versions may have the device you're looking for. In any case, this is not really a pvlib problem, so I will close this issue. We already have #1345 to track the general issue of pvlib's tables being out of date. |
@andreas-bulling if you can get the required information (perhaps digitize the CEC efficiency curves from the spec sheet), you can use |
@andreas-bulling I think the data you need are at the link you posted. I am not certain of the DC voltages used for the European efficiency values, but those look very similar to the CEC's measurement protocol. |
@cwhanse Thanks for your reply/help. I don't actually want to use the library directly. I want to use EMHASS (https://github.com/davidusb-geek/emhass-pvlib-database) but noticed that I can't because this inverter is missing. The EMHASS author recommended to open an issue here. |
I haven't. Sometimes the SAM team changes the format of that table between releases, and pvlib has to adapt. This whole process (CEC tables -> model fitting -> SAM tables -> pvlib distributions) needs to be re-engineered for the benefit of both SAM and pvlib users. The SAM team has been open to cooperating. |
Piggy-backing this discussion, I noticed that the cached version of the CEC tables is more than 5 years old |
I suppose we should update those cached files. I don't see a re-engineering of the CEC-SAM-pvlib parameter process on the horizon, unfortunately. #1345 #769 are relevant. |
the above inverter is missing in the database
https://www.fronius.com/de/solarenergie/installateure-partner/technische-daten/alle-produkte/wechselrichter/fronius-symo-advanced/symo-advanced-17-5-3-m
The text was updated successfully, but these errors were encountered: