2

DC Output from PV export to CSV file

Hello,

I have an OpenStudio house model and I have added the measure "Add Rooftop PV" from BLC measures.

This what I'm trying to do is to find out how could I export the DC output from the PVs in an CSV file (I already used for Ideal Loads Cooling/Heating and exported all these to CSV files) but I don't know what is the correct variable name to copy from the eplusout.rdd file.

I want only the DC output from solar panels in CSV every hour, it would be better the values to be before the inverter. Is it possible?

I'm attaching my .rdd file here: http://www.mediafire.com/file/zjd05y6...

Thank you in advance!

kkotenidisGRtuc's avatar
67
kkotenidisGRtuc
asked 2020-02-21 09:55:33 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-02-21 10:22:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

I believe the BCL "Add Rooftop PV" measure adds a Generator:Photovoltaic with a 'simple' performance type. From the .rdd you have provided and from the energyplus input output reference for this object's outputs, the 'Generator Produced DC Electric Power' and 'Generator Produced DC Electric Energy' would give you what you are looking for. You would request this from Openstudio by including these Output:Variable objects in your model. Hope this helps!

gokul's avatar
684
gokul
answered 2020-02-24 17:17:40 -0500
edit flag offensive 0 remove flag delete link

Comments

1

@gokul thank you a lot! I was confused with all these variables. Finally it was so simple. Thank you again

kkotenidisGRtuc's avatar kkotenidisGRtuc (2020-02-24 17:55:31 -0500) edit
1

no problem, happy to help!

gokul's avatar gokul (2020-02-24 18:01:35 -0500) edit
add a comment see more comments