Page 1 of 1

HTTP Data Log Protocol does not return Evapotranspiration

Posted: Wed Sep 19, 2012 9:58 pm
by YJB
I'm trying to get the evapotranspiration values (derived value) using the HTTP Data Logging Protocol:

Code: Select all

http://meteohub/meteolog.cgi?mode=data&start=20120919140000&sensor=sol4
20120919140019 sol4 624.0
20120919140121 sol4 624.0
20120919140224 sol4 624.0
20120919140326 sol4 624.0
20120919140427 sol4 624.0
20120919140453 sol4 197.0
20120919140555 sol4 197.0
20120919140636 sol4 615.0
20120919140727 sol4 626.0
20120919140817 sol4 621.0
But as one can see it only returns the solar radiation.

Looking at the raw values I see the calculated Evapotranspiration for each hour:

Code: Select all

20120919140019 sol4 624 57
20120919140121 sol4 624 65
20120919140224 sol4 624 65
20120919140326 sol4 624 65
20120919140427 sol4 624 65
20120919140453 sol4 197 65
20120919140555 sol4 197 65
20120919140636 sol4 615 65
20120919140727 sol4 626 65
20120919140817 sol4 621 65
Is there a way to update the data loggin protocol to return this value as well?

Thanks

Re: HTTP Data Log Protocol does not return Evapotranspiratio

Posted: Sun Sep 23, 2012 7:46 pm
by admin
I will have a look at this. I guess I just overlooked bringing that to the data logger protocol when adding the values for raw data logging.