Is there a way to trace the temperature data going tow underground? I have an outdoor sensor mapped as my temperature instead of the higher temperature from my 5 in 1. My webpage on my Pi and PWS Weather is showing the correct temperature but underground is still showing the higher one.Jim
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1b2b2ec8-3643-499e-97b2-cbfa5acb03de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/32b1760d-01f1-4d17-b9fb-99391f70905c%40googlegroups.com.
Jul 13 06:24:04 raspberrypi weewx[29012]: interceptor: MainThread: mapped packet: {'txBatteryStatus': 0, 'dateTime': 1563013445, 'pressure': 28.09, 'windSpeed': 0.0, 'rxCheckPercent': 75.0, 'usUnits': 1}
and the tower:
Jul 13 06:24:05 raspberrypi weewx[29012]: interceptor: MainThread: mapped packet: {'outHumidity': 90.0, 'outTemp': 61.5, 'usUnits': 1, 'dateTime': 1563013445}
WeeWX is only picking up the temperature from the tower, the 5n1 temperature is being ignored. You could check this is a more user friendly way by running WeeWX directly (http://weewx.com/docs/usersguide.htm#Running_directly), this will show you the loop packets and archive records being received by WeeWX. I expect you will see the correct temperature (only).
Have you confirmed the 5n1 is not sending to WU directly? The raw data received from the 5n1 looks very much like the formatted data sent to WU. Simple check is to disable WeeWX posting to WU. If WU is still getting the wrong data you have your culprit.
Gary
Gary