[[FieldMap]]
dateTime = Time, unix_epoch
usUnits =
interval =
pressure = pressure, inHg
outTemp = outTemp, degree_F
outHumidity = outHumidity, percent
windSpeed = WindSpeed, mile_per_hour
windDir = WindDir, degree_compass
windGust = WindGust, mile_per_hour
windGustDir = WindGustDir, degree_compass
rainRate = rain, inch_per_hour
rain = DailyRain, inch
supplyVoltage = supplyVoltage, volt
radiation = lightLevel, watt_per_meter_squared
I did not previously have a Label_map section int he weewx.conf file, but added it after your suggestion. It is:
[[FieldMap]]
dateTime = Time, unix_epoch
usUnits =
interval =
pressure = pressure, inHg
outTemp = outTemp, degree_F
outHumidity = outHumidity, percent
windSpeed = WindSpeed, mile_per_hour
windDir = WindDir, degree_compass
windGust = WindGust, mile_per_hour
windGustDir = WindGustDir, degree_compass
rainRate = rain, inch_per_hour
rain = DailyRain, inch
supplyVoltage = supplyVoltage, volt
radiation = lightLevel, watt_per_meter_squared
It just appears to me that the fileparse is getting out of synch in that it confuses labels for values and vice versa as in the example above where the value that is sees for 'wind' is actually the partial label for windSpeed. There are no blank values in the data file.
Any other ideas?