HTTP Data Log Protocol does not return Evapotranspiration
Posted: Wed Sep 19, 2012 9:58 pm
I'm trying to get the evapotranspiration values (derived value) using the HTTP Data Logging Protocol:
But as one can see it only returns the solar radiation.
Looking at the raw values I see the calculated Evapotranspiration for each hour:
Is there a way to update the data loggin protocol to return this value as well?
Thanks
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
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 65Thanks