Open GoogleCodeExporter opened 9 years ago
Hi,
Thanks for reporting the problem. It is indeed strange.
I assume that you have a datalogger attached to the Davis Station (serial or
USB?). I wrote the driver but do not have a datalogger. I have a direct cable
hack. The protocol is supposed to be the same with or without the datalogger.
I'll take a look at the raw strings.
Original comment by jordi.pu...@gmail.com
on 19 Sep 2013 at 9:02
Original comment by jordi.pu...@gmail.com
on 19 Sep 2013 at 9:02
The raw strings seem ok. I mean, the CRC is good and the other fields seem Ok.
Could you check the VantagePro console for errors?. I remember there is a way
to check all errors directly on the console. It could be a sensor error which
is being sent as is (the LOOP command sends data as it comes, not from the
datalogger).
Original comment by jordi.pu...@gmail.com
on 19 Sep 2013 at 9:20
Hi,
thank you for your reply.
Yes, I have a serial data-logger but I don't have the VantagePro console. I
only use the weather station connected to the data logger.
Maybe this is useful: I have also checked with Davis Weatherlink software if
there were the same issues, but it seems not to record such values (e.g. it
shows average values, but also max and min are stored, so I guess they would be
written in these fields in case of values out of range coming from the weather
station).
Original comment by lucapil...@gmail.com
on 23 Sep 2013 at 1:33
Hi,
I've checked Davis documentation and I think I found the answer: 0x7FFF and
0xFF indicate that the corresponding sensor has invalid data. Check page 38 of
the following document:
http://www.davisnet.com/support/weather/downloads/software_dllsdk.asp
http://www.davisnet.com/support/weather/download/VantageSerialProtocolDocs_v261.
pdf
IMO WeatherLink just ignores these values.
I'll leave the issue open so that when time allows, something is done when
these values are received. Of course, any contribution is welcome!
Jordi.
Original comment by jordi.pu...@gmail.com
on 23 Sep 2013 at 1:55
Original issue reported on code.google.com by
lucapil...@gmail.com
on 18 Sep 2013 at 3:19Attachments: