raw format of the solar sensor
Posted: Sat Nov 13, 2010 8:19 pm
I'm finishing setting up my Vantage prd with Solar sensor. In order to support this "new" sensor type in mysql I will need to create another table. To make sure that I'm using the righ field types I was looking at the meteohub manual to determine the raw fields:
Appendix C: Format of Raw Data
solar sol# radiation [W/qm]
So, if I read this correctly there will be only one data field, not sure what the maximum size will be, but that's another question.
Looking at the raw data I see 2 data fields:
20101113180133 sol4 0 4
20101113180235 sol4 0 4
20101113180337 sol4 0 5
20101113180438 sol4 0 5
20101113180539 sol4 0 5
20101113180641 sol4 0 5
20101113180743 sol4 0 5
Can somebody explain both fields to me?
Thanks!
Appendix C: Format of Raw Data
solar sol# radiation [W/qm]
So, if I read this correctly there will be only one data field, not sure what the maximum size will be, but that's another question.
Looking at the raw data I see 2 data fields:
20101113180133 sol4 0 4
20101113180235 sol4 0 4
20101113180337 sol4 0 5
20101113180438 sol4 0 5
20101113180539 sol4 0 5
20101113180641 sol4 0 5
20101113180743 sol4 0 5
Can somebody explain both fields to me?
Thanks!