Page 1 of 1

Download solar radiation data from meteobridge Nano SD. **solved**

Posted: Sat Mar 20, 2021 6:10 pm
by Simo94
Hi to everyone!

I have a meteobridge NANO SD to collect datas from my Davis Vantage Pro 2 in the city of Verona, Italy.
I was trying to figure out how to download, in txt or csv file, the daily average data of solar radiation but I couldn't. I found all the other parameters such as temperatures, humidity etc through the NOAA reports but not the solar radiations

Can anyone help me?

Thanks so much,
Simone

Re: Download solar radiation data from meteobridge Nano SD

Posted: Mon Mar 22, 2021 11:30 am
by Gyvate
Does [sol0rad-davg:1] not work ?
That would be the expression to choose as per the wiki (- templates).
You can verify the result by adding the hourly average values which are not equal 0 from the history of the sol0rad selector at a given day and divide them by the same number of hours where there are occurrences (values) greater than 0.
E.g. if from 08:00 - 18:00 you have values in the history of the sol0rad selector different from zero, add the average values (1st line) and divide the result by 11.
The result should be +/- the same as the value from [sol0rad-davg:1] in a template export.

Re: Download solar radiation data from meteobridge Nano SD

Posted: Mon Mar 22, 2021 12:39 pm
by Simo94
I probably can't download because I'm not very experienced with meteobridge, sorry for that :D
If I go on edit data I see solOrad (fig 1). When I go on export data (fig 2) I see only the "classical" NOAA and there isn't the solar radiation inside the file.

Image

Image

Re: Download solar radiation data from meteobridge Nano SD

Posted: Mon Mar 22, 2021 7:34 pm
by Gyvate
you need to create your own customized export
below you find an example composed by me for almost all available sensors

You can save the example between the -------------- as a normal text file in the Meteobridge ../data/template directory under the name
all-sensors-iso-mod.exp

then you can select it and use it / test it
the result will be in the ../data/export directory

you can also remove the headers and sensors which you don't need and save the remaining ones under a different name in the same directory, too
----------------------------------
# modified Standard CSV template with data in metric units
#
$# date, time, temperature[C], humidity[%], dew point[C], sealevel pressure[hPa], avg wind speed[m/s], gust speed[m/s], winddir, rainfall[mm], Solar [W/m2], PM25(1) [ug/m3], PM25(2), extra-temp1 [°C], extra-hum1 [%], extra-temp2 [°C], extra-hum2 [%], extra-temp3 [°C], extra-hum3 [%], extra-temp4 [°C], extra-hum4 [%],soil moisture (1) [%], soil moisture (2) [%], soil moisture (3) [%], soil moisture (4) [%], soil moisture (5) [%], lightning total, lightning distance, lightning energy
[YYYY]-[MM]-[DD],[hh]:[mm],[th0temp-avg:],[th0hum-avg.0:],[th0dew-avg.1:],[thb0seapress-avg.1:],[wind0avgwind-avg.1:],[wind0wind-max.1:],[wind0dir-avg.0:],[rain0total-sum.1:], [sol0rad-avg.2:], [air1!0pm-avg.1:], [air1pm-avg.1:], [th1temp-avg.1:], [th1hum-avg.1:], [th2temp-avg.1:], [th2hum-avg.1:], [th3temp-avg.1:], [th3hum-avg.1:], [th4temp-avg.1:], [th4hum-avg.1:],[th20hum-avg.0:], [th21hum-avg.0:], [th22hum-avg.0:], [th23hum-avg.0:], [th24hum-avg.0:], [lgt0total-avg.0:], [lgt0dist-avg.0:], [lgt0energy-avg.0:]
--------------------------------

Re: Download solar radiation data from meteobridge Nano SD

Posted: Tue Mar 23, 2021 4:36 pm
by Simo94
It works! Thank you very much :D