dkruyt / ginlong-scraper

A python script that scrapes PV statistics from the Ginlong monitor pages and outputs it to influxdb, pvoutput or mqtt
GNU General Public License v3.0
48 stars 29 forks source link

Temperature sent to pvoutput is inverter temperature #4

Closed JeroenEeuwes closed 3 years ago

JeroenEeuwes commented 4 years ago

The temperature sent to pvoutput is the inverter temperature, but I'm pretty sure that field is meant as the outside temperature. Am I wrong or is this on purpose?

craigcurtin-dev commented 3 years ago

Pretty sure you are wrong on this one - the inverters only report their own temperatures - no outside temp probes etc

Craig

JeroenEeuwes commented 3 years ago

Yes, but my point is that pvoutput can use the temperature field to calculate things like the "Insolation Temperature Coefficient" or it can automatically add the temperature for a system if you tell which weather station to use. This implies that the temperature in pvoutput is either the outside temperature (or perhaps the solar panel temperature). They are not really explicit about it, that's true.

craigcurtin-dev commented 3 years ago

Aah right – now I see what you are getting at.

I just have the local BOM (Australian Weather station setup as my location temperature monitor) in PVOutput

There would be no way to get the solar panel temperature unless you had a smart panel that reported it back (I do not think any of them do yet) – so it would be external temp – but with the bigger inverters you would really need to mount the temperature probe remotely so it was not effected by the inverter itself

I think the temp out is just for you to monitor your inverter to make sure it is performing as you expect

From: Jeroen Eeuwes notifications@github.com Sent: Tuesday, October 6, 2020 5:08 PM To: dkruyt/ginlong-scraper ginlong-scraper@noreply.github.com Cc: Craig Curtin craigc@prosis.com.au; Comment comment@noreply.github.com Subject: Re: [dkruyt/ginlong-scraper] Temperature sent to pvoutput is inverter temperature (#4)

Yes, but my point is that pvoutput can use the temperature field to calculate things like the "Insolation Temperature Coefficient" or it can automatically add the temperature for a system if you tell which weather station to use. This implies that the temperature in pvoutput is either the outside temperature (or perhaps the solar panel temperature). They are not really explicit about it, that's true.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/dkruyt/ginlong-scraper/issues/4#issuecomment-704050397, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AM6OST2SN5SQOXWO3SW63JTSJKX2ZANCNFSM4QJE4YKA.

dkruyt commented 3 years ago

Yes, my mis interpretation, has been removed in the docker version now, thanks for reporting.