HTTP Data Log Protocol does not return Evapotranspiration

Discussion of the Meteohub software package

Moderator: Mattk

Post Reply
User avatar
YJB
Platinum Boarder
Platinum Boarder
Posts: 387
Joined: Thu Feb 19, 2009 5:53 pm
Location: Venhuizen, Netherlands
Contact:

HTTP Data Log Protocol does not return Evapotranspiration

Post 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
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7878
Joined: Mon Oct 01, 2007 10:51 pm

Re: HTTP Data Log Protocol does not return Evapotranspiratio

Post 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.
Post Reply