baggins wrote:Not knowing how the Davis VP2 data logger and Console plus Meteoplug work as a whole I was even wondering if at the end of the month that maybe the "annual rain figure" would get updated via the meteoplug data anyway?....mmmmmmm....hey ho!
No.
Meteoplug is just seeing "current" data, which for a rain gauge is three values (one of which is just a dummy!):
rain rain# rain rate [mm/h] (or 1/10 mm/h when number has leading 0)
rain fall yesterday [mm] ** not supported **
rain fall total [1/10 mm] (since beginning of recording)
In an importable raw format, an indivudual record looks like this:
That line means a reading from around 09:37 on 13th July 2010, at which point it wasn't raining (rate is zero) and the bucket total was 431.2mm
Meteoplug "sees" rainfall when there is a change in the bucket total (though if there is a
very big increase it is assumed to be a 'reset' of the total rather than an impossibly big downpour).
With a VP2 I think the bucket total is the year to date total (it certainly seems to be so with my VP2). So what I had in mind was a file something like:
Code: Select all
20100101000000 rain0 0 0 0
20100131235959 rain0 0 0 1000
20100228235959 rain0 0 0 2000
and so on. I believe that file would give 100mm rainfall in both January and February 2010.
Perhaps Boris could comment on that?