Matthew
Now the while thing makes sense - there appears to be an inexplicable delay
(approx 30 seconds) between the observation timestamp and the time that it
sends the data to the driver. The driver receives and packages the data
correctly, but weewx waits until the first package with the timestamp after
the archive_delay setting is received to start the StdArchive. Not a big
deal, just good to understand why it happens.
I have to admit that
*Sep 4 17:06:56 webserver weewx[9697]: interceptor: MainThread: ignored
parameter dateutc=2016-9-5%200:6:35*
in the log confused me. But checking the timestamp of the decoded package
showed me that Interceptor uses the actual observation time stamp
Thanks for the help.
PS. If there is a way to modify the driver to make the Observer think it
is talking to WU, ie. so that the "Server" light is illuminated, it would
be appreciated.
On Monday, 5 September 2016 18:17:15 UTC-7, mwall wrote:
>
>
> here is a breakdown of one part of the log.
>
> 1473033995 = Mon, 05 Sep 2016 00:06:35 GMT
>
> the timestamp is, in fact, using the time from the station (not the
> computer). for example, assuming that the station and computer clocks are
> synchronized, the series below shows that the station sent data at 17:06:56
> on 04sep, and those observations have a timestamp of 06:35. so there was
> already a 21 second delay from when the station recorded the data and when
> the station actually sent it to weewx.
>
> Sep 4 17:06:56 webserver weewx[9697]: interceptor: ServerThread: GET:
> ID=IBRITISH472&PASSWORD=XXXX&tempf=66.0&humidity=52&dewptf=48.0&windchillf=66.0&winddir=212&windspeedmph=0.00&windgustmph=0.00&rainin=0.00&dailyrainin=0.04&weeklyrainin=0.30&monthlyrainin=0.30&yearlyrainin=10.98&solarradiation=106.88&UV=1&indoortempf=71.1&indoorhumidity=56&baromin=28.67&lowbatt=0&dateutc=2016-9-5%200:6:35&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5
>
> Sep 4 17:06:56 webserver weewx[9697]: interceptor: MainThread: raw data:
> ID=IBRITISH472&PASSWORD=xxxx&tempf=66.0&humidity=52&dewptf=48.0&windchillf=66.0&winddir=212&windspeedmph=0.00&windgustmph=0.00&rainin=0.00&dailyrainin=0.04&weeklyrainin=0.30&monthlyrainin=0.30&yearlyrainin=10.98&solarradiation=106.88&UV=1&indoortempf=71.1&indoorhumidity=56&baromin=28.67&lowbatt=0&dateutc=2016-9-5%200:6:35&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5
>
> Sep 4 17:06:56 webserver weewx[9697]: interceptor: MainThread: raw
> packet: {'rain_total': 10.98, 'windchill': 66.0, 'txBatteryStatus': 0.0,
> 'outTemp': 66.0, 'outHumidity': 52.0, 'UV': 1.0, 'radiation': 106.88,
> 'rain': 0.0, 'dateTime': 1473033995, 'windDir': 212.0, 'pressure': 28.67,
> 'windSpeed': 0.0, 'inHumidity': 56.0, 'inTemp': 71.1, 'windGust': 0.0,
> 'dewpoint': 48.0, 'usUnits': 1}
>
>
--
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].
For more options, visit https://groups.google.com/d/optout.