Hi,

I'm running a Vantage Pro 2, and there have been four occurrences so far 
this year where it has failed to log an outTemp and outHumidity value in 
the database for a period of several archive intervals.

If I run a query like this:

select 
dateTime,barometer,inTemp,outTemp,inHumidity,outHumidity,windSpeed,windDir,windGust,windGustDir,rain,rainRate,rxCheckPercent,txBatteryStatus,consBatteryVoltage
 
from archive where outTemp IS NULL;

The station is logging everything normally except outTemp and outHumidity.  
This is going to format terribly but it may help:

dateTime    barometer   inTemp      outTemp     inHumidity  outHumidity 
 windSpeed   windDir     windGust    windGustDir  rain        rainRate   
 rxCheckPercent  txBatteryStatus  consBatteryVoltage
----------  ----------  ----------  ----------  ----------  ----------- 
 ----------  ----------  ----------  -----------  ----------  ---------- 
 --------------  ---------------  ------------------
1688358000  29.879      76.9                    42.0                     
0.0                     0.0                      0.0         0.0         
99.4375         0.0              4.79
1688358300  29.875      76.7                    42.0                     
0.0                     0.0                      0.0         0.0         
99.4375         0.0              4.79
1688358600  29.873      76.7                    42.0                     
0.0                     0.0                      0.0         0.0         
99.4375         0.0              4.79
1688358900  29.875      76.6                    42.0                     
0.0                     0.0                      0.0         0.0         
100.0           0.0              4.79
1688359200  29.872      76.5                    42.0                     
0.0                     0.0                      0.0         0.0         
99.4375         0.0              4.79

First, I wonder if there is a problem with my station's sensor.  I'll have 
to investigate that.  Three occurrences of this happened over the winter, 
and just last night was the first time it's happened in months.  Any tips 
here are appreciated, but I know that's well outside the scope of the forum 
:)

But for whatever reason, this also messes up the rainRate records.  As you 
can see there's no strange rain data in the archive, so I'm not sure how 
it's causing the rainRate records to have that value (FFFF in hex).  All 
the other values and tables aside from archive are generated by Weewx, 
right?

Any help is appreciated.  I've just been deleting these bad records from 
archive and rebuilding the daily tables, but let me know if there's 
something I else I should be doing.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2dbc9618-d9f1-4533-80fc-f642d8e4f5aan%40googlegroups.com.

Reply via email to