Luc

The driver seems to be working fine.  What I notice that identical values 
are being written into extraTemp1 and rxCheckPercent columns of the archive 
database.  Even though I'm mapping only "rxCheckPercent" value, it appears 
in both the "Temperature1" and "Signal Quality" fields of the Seasons skin. 
Do I need to REM anything else out in rtldavis.py?

rtldavis mapping:

DEFAULT_SENSOR_MAP = {
  'windSpeed': 'wind_speed',
  'windDir': 'wind_dir',
  'outTemp': 'temperature',
  'outHumidity': 'humidity',
# To use a rainRate calculation from this driver that closely matches
# that of a Davis station, uncomment the rainRate field then specify
# rainRate = hardware in section [StdWXCalculate] of weewx.conf
  'rainRate': 'rain_rate',
  'radiation': 'solar_radiation',
  #'UV': 'uv',
  'rxCheckPercent': 'pct_good',
  'txBatteryStatus': 'bat_iss'
}

weewx sensor map:

[[sensor_map]]
    
        outTemp = temperature
        outHumidity = humidity
        windSpeed = wind_speed
        windDir = wind_dir
        rainRate = rain_rate
        radiation = solar_radiation
        txBatteryStatus = bat_iss
        rxCheckPercent = pct_good

Thanks
Rich

Reply via email to