Ok... I may have figured-out as the following:

1) '*rain*' sensors in Acurite Atlas as acquired by Interceptor driver

identifiers: {}
raw data: ID=KNYCLIFT14&PASSWORD=XXXX&
softwaretype=myAcuRite&dateutc=now&action=updateraw&realtime=1&rtfreq=35&baromin=30.05&UV=0&humidity=78&tempf=75.1&windspeedmph=3&winddir=291&windgustmph=4&windgustdir=55&dewptf=67.8&
*dailyrainin*=0.06&*rainin*=0.06
raw packet: {'wind_speed': 3.0, 'barometer': 30.05, 'wind_gust': 4.0, 
'dewpoint': 67.8, 'humidity_out': 78.0, 'uv': 0.0, '*rain*': None, 
'dateTime': 1564448985, 'temperature_out': 75.1, 'wind_dir': 291.0, '
*rain_total*': 0.06, 'wind_gust_dir': 55.0, 'usUnits': 1}
mapped packet: {'barometer': 30.05, 'dewpoint': 67.8, 'outHumidity': 78.0, 
'UV': 0.0, '*rain*': None, 'dateTime': 1564448985, 'windDir': 291.0, 
'outTemp': 75.1, 'windSpeed': 3.0, 'windGust': 4.0, 'usUnits': 1, 
'windGustDir': 55.0}

That is "dailyrainin", "rainin", "rain", "rain_total". Not exactly clear 
which one is what, but may have info overlap.

2) "rainin" in Interceptor driver
Previous postings mention "rainin" error and not recognized, which was 
puzzling some as "rainin" at Interceptor.py listed as 'IGNORED_LABELS'.

That gave a hint from Developers that "rainin" might be overlap info, and 
should be ignored. 
While "rainin" in IGNORED_LABELS section, was still generating error... and 
the reason is the IGNORED_LABELS shows twice in Interceptor.py (one with 
"rainin", the other without "rainin").

        IGNORED_LABELS = ['realtime', 'rtfreq', 'action', 'ID', 'PASSWORD', 
'dateutc', 'softwaretype']

        IGNORED_LABELS = ['rainin', 'dewptf', 'realtime', 'rtfreq', 
'action', 'ID', 'PASSWORD', 'dateutc', 'updateraw', 'sensor', 'mt', 'id', 
'probe', 'check', 'water']

Once 'rainin' is added to the first IGNORED_LABEL instance, the msg error 
is gone, while still may provide the correct Rain data correlation.

Best,
Xant

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a542e366-3ef6-4532-a13e-83cc1fc04c1c%40googlegroups.com.

Reply via email to