ok, here we are:
[email protected] schrieb am Sonntag, 13. Dezember 2020 um 19:10:51 UTC+1:
> I see the problem. It's a subtle bug. Try this version of accum.py.
>
> -tk
>
> On Sun, Dec 13, 2020 at 9:43 AM Vetti52 <[email protected]> wrote:
>
>> ok, this time, I think, I got several loop in. Sorry...
>>
>>
>>
>> [email protected] schrieb am Sonntag, 13. Dezember 2020 um 17:14:26 UTC+1:
>>
>>> OK, looks like the gust direction is not getting added to
>>> the accumulators. Same drill: replace your copy of accum.py with this one.
>>>
>>> Make sure you let it run through the first reporting cycle. In your
>>> first run, you stopped it a bit too early.
>>>
>>> -tk
>>>
>>> On Sun, Dec 13, 2020 at 6:42 AM Vetti52 <[email protected]> wrote:
>>>
>>>> Just to complete the log file, I restarted again using GW1000 driver,
>>>> which I would like to use, as sson as the missing . Looks different.
>>>>
>>>> HTH
>>>>
>>>> --ph
>>>>
>>>> Vetti52 schrieb am Sonntag, 13. Dezember 2020 um 15:27:27 UTC+1:
>>>>
>>>>> Here is the result
>>>>>
>>>>> Thanks
>>>>> -ph
>>>>>
>>>>> BTW, I had a look at the most recent thread, presenting a greek
>>>>> version (
>>>>> https://groups.google.com/g/weewx-user/c/h7nEzNRpNhM/m/tCXM0sgYAgAJ).
>>>>> There seems to be the same problem with N/A for windGustDir.
>>>>> [email protected] schrieb am Samstag, 12. Dezember 2020 um 23:33:28
>>>>> UTC+1:
>>>>>
>>>>>> That tells us that the driver is not emitting windGustDir, but it's
>>>>>> not telling us why it cannot be extracted out of the accumulators by
>>>>>> WeeWX.
>>>>>>
>>>>>> Attached is an instrumented version of accum.py. Swap the version you
>>>>>> have with it. It should be in /usr/share/weewx/weewx/accum.py.
>>>>>>
>>>>>> Set debug=1, restart weewx, then let it run through the first
>>>>>> reporting cycle. Post the log.
>>>>>>
>>>>>> -tk
>>>>>>
>>>>>> On Sat, Dec 12, 2020 at 9:33 AM Vetti52 <[email protected]> wrote:
>>>>>>
>>>>>>> Here a comparison of three outputs, first as GW1000.service , then
>>>>>>> as gw1000 driver and finally the current working ecowitt-client by the
>>>>>>> interceptor driver:
>>>>>>>
>>>>>>> # PYTHONPATH=/usr/share/weewx python3 -m user.gw1000 --test-driver
>>>>>>> Using configuration file /etc/weewx/weewx.conf
>>>>>>> Interrogating GW1000 at 192.168.100.150:45000
>>>>>>> 2020-12-12 17:55:00 CET (1607792100): UV: 0, dateTime: 1607792100,
>>>>>>> dayRain: 0.0, daymaxwind: 7.7, inHumidity: 59, inTemp: 17.7,
>>>>>>> luminosity:
>>>>>>> 0.0, monthRain: 5.7, outHumidity: 93, outTemp: 2.7, pressure: 999.0,
>>>>>>> rain:
>>>>>>> None, rainRate: 0.0, relbarometer: 1003.1, stormRain: 0.0, usUnits: 17,
>>>>>>> uvradiation: 0.1, weekRain: 3.1, wh65_batt: 0, windDir: 70, windGust:
>>>>>>> 2.6,
>>>>>>> windSpeed: 1.0, yearRain: 729.9
>>>>>>>
>>>>>>> # PYTHONPATH=/usr/share/weewx python3 -m user.gw1000 --test-service
>>>>>>> Using configuration file /etc/weewx/weewx.conf
>>>>>>> Interrogating GW1000 at 192.168.100.150:45000
>>>>>>> LOOP: 2020-12-12 17:56:02 CET (1607792162) UV: 0, dateTime:
>>>>>>> 1607792162, dayRain: 0.0, daymaxwind: 7.7, dummyTemp: 96.3, inHumidity:
>>>>>>> 59,
>>>>>>> inTemp: 63.86, luminosity: 0.0, monthRain: 0.22440944881889766,
>>>>>>> outHumidity: 94, outTemp: 36.86, pressure: 29.5004575125, rain: None,
>>>>>>> rainRate: 0.0, relbarometer: 1003.1, stormRain: 0.0, usUnits: 1,
>>>>>>> uvradiation: 0.1, weekRain: 3.1, wh65_batt: 0, windDir: 77, windGust:
>>>>>>> 4.473883703878609, windSpeed: 2.6843302223271652, yearRain:
>>>>>>> 28.736220472440944
>>>>>>> LOOP: 2020-12-12 17:56:12 CET (1607792172) dateTime: 1607792172,
>>>>>>> dummyTemp: 96.3, usUnits: 1
>>>>>>>
>>>>>>> # PYTHONPATH=/usr/share/weewx python3 user/interceptor.py
>>>>>>> --device=ecowitt-client --mode=listen --port=9000
>>>>>>> mapped packet: {'dateTime': 1607792207, 'usUnits': 1, 'pressure':
>>>>>>> 29.492, 'barometer': 29.613, 'outHumidity': 94.0, 'inHumidity': 58.0,
>>>>>>> 'outTemp': 36.9, 'inTemp': 63.9, 'windSpeed': 2.46, 'windGust': 5.82,
>>>>>>> 'windDir': 108.0, 'radiation': 0.0, 'rain': None, 'rainRate': 0.0,
>>>>>>> 'rainEvent': 0.0, 'UV': 0.0, 'txBatteryStatus': 0.0}
>>>>>>>
>>>>>>> The windGustDir does not seem to be emitted. There are two other
>>>>>>> issues: "rainEvent" and "txBatteryStatus" are missing in the GW1000
>>>>>>> data or are not mapped correctly. Thus, Weewx shows no results for Rain
>>>>>>> Event, and indicates a low transmitter battery status. I would like to
>>>>>>> move
>>>>>>> to the GW1000 driver (or better use GW1000.service?), if it would work
>>>>>>> flawlessly. But it would be nice, to know, how to proceed now.
>>>>>>>
>>>>>>> I had GW1000.service activated in parallel to the interceptor
>>>>>>> driver, although this is somewhat nonsense, as both data come from the
>>>>>>> same
>>>>>>> sensors, either "translated" to Ecowitt style by the GW1000, or pulled
>>>>>>> by
>>>>>>> the GW1000.service directly. This I did just for a short time to see,
>>>>>>> if
>>>>>>> there were any errors occuring. Although the raw data seem not to be
>>>>>>> comparable, I could not see any effect. Actually I went back to the
>>>>>>> interceptor driver, so at least rainEvent and the battery status are ok
>>>>>>> again.
>>>>>>> [email protected] schrieb am Samstag, 12. Dezember 2020 um 15:20:29
>>>>>>> UTC+1:
>>>>>>>
>>>>>>>> I do not think your problem is related to the "weighting" problem.
>>>>>>>> It affected only the daily summaries and, even then, only fields that
>>>>>>>> are
>>>>>>>> weighted by the archive length. Wind direction is not one of them.
>>>>>>>>
>>>>>>>> Unfortunately, I am not very familiar with any of the drivers and
>>>>>>>> services you are using. If I understand correctly, the data in
>>>>>>>> question was
>>>>>>>> collected by interceptor.py. I would assume that's where the problem
>>>>>>>> is.
>>>>>>>> Does the driver emit windGustDir on every LOOP packet? Or, does it
>>>>>>>> rely on
>>>>>>>> software record generation to provide it at the end of an archive
>>>>>>>> period?
>>>>>>>>
>>>>>>>> Sorry I cannot be of more help.
>>>>>>>>
>>>>>>>> -tk
>>>>>>>>
>>>>>>>> On Thu, Dec 10, 2020 at 11:29 AM Vetti52 <[email protected]> wrote:
>>>>>>>>
>>>>>>>>> So, I am still not sure, if wee_database --update or --reweight
>>>>>>>>> should
>>>>>>>>> solve the problem. Or do I have to wait for a special fix?
>>>>>>>>>
>>>>>>>>> Vetti52 schrieb am Dienstag, 8. Dezember 2020 um 21:01:56 UTC+1:
>>>>>>>>>
>>>>>>>>>> BTW, there are some values not null in the database after update,
>>>>>>>>>> as seen, when filtering the archive for windGustDir <> null:
>>>>>>>>>> dateTime windGustDir
>>>>>>>>>> 2020-12-08 10:50:00 89.0
>>>>>>>>>> 2020-12-08 05:35:00 95.0
>>>>>>>>>> 2020-12-08 01:25:00 148.0
>>>>>>>>>> 2020-12-07 22:20:00 168.0
>>>>>>>>>> 2020-12-05 01:35:00 120.0
>>>>>>>>>> 2020-12-04 22:00:00 101.0
>>>>>>>>>>
>>>>>>>>>> Vetti52 schrieb am Dienstag, 8. Dezember 2020 um 19:33:13 UTC+1:
>>>>>>>>>>
>>>>>>>>>>> tha update was on 2020-12-04, right.
>>>>>>>>>>>
>>>>>>>>>>> at 1.
>>>>>>>>>>> I am running Weewx on a Raspi4 under buster, installed with
>>>>>>>>>>> apt-get install weewx. My station is a EFWS2500, which is a clone
>>>>>>>>>>> of
>>>>>>>>>>> Ecowitt 2500. The data are collected by a Froggit DS2500, which is
>>>>>>>>>>> a clone
>>>>>>>>>>> of GW1000. Weewx still collects the data from interceptor.py
>>>>>>>>>>> ecowitt-client. Although user.gw1000 is already implemented as a
>>>>>>>>>>> service,
>>>>>>>>>>> I still have not yet replaced interceptor.py.
>>>>>>>>>>>
>>>>>>>>>>> at 2.
>>>>>>>>>>> didn't detect ignore_zero_wind in weewx.conf.
>>>>>>>>>>>
>>>>>>>>>>> at 3.
>>>>>>>>>>> record_generation = software
>>>>>>>>>>>
>>>>>>>>>>> HTH
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>> -ph
>>>>>>>>>>>
>>>>>>>>>>> [email protected] schrieb am Dienstag, 8. Dezember 2020 um
>>>>>>>>>>> 18:42:04 UTC+1:
>>>>>>>>>>>
>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>
>>>>>>>>>>>> I assume you updated on 2020-12-04? There is no value for
>>>>>>>>>>>> "max_dir" (which is where "gust_dir" comes from) in your daily
>>>>>>>>>>>> summaries
>>>>>>>>>>>> since that date.
>>>>>>>>>>>>
>>>>>>>>>>>> Looking through your daily summaries, you are suffering from
>>>>>>>>>>>> issue #623 <https://github.com/weewx/weewx/issues/623> (as are
>>>>>>>>>>>> most V4.2 users). I am working on a fix for this. However, as far
>>>>>>>>>>>> as I
>>>>>>>>>>>> know, this problem should not be affecting max_dir, but I may be
>>>>>>>>>>>> missing
>>>>>>>>>>>> something.
>>>>>>>>>>>>
>>>>>>>>>>>> A few questions:
>>>>>>>>>>>> 1. What kind of hardware?
>>>>>>>>>>>> 2. What is your setting for option ignore_zero_wind, if any?
>>>>>>>>>>>> 3. What is your setting for option record_generation?
>>>>>>>>>>>>
>>>>>>>>>>>> -tk
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Dec 8, 2020 at 8:44 AM Vetti52 <[email protected]>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> It says "N/A".
>>>>>>>>>>>>>
>>>>>>>>>>>>> The output of sqlite:
>>>>>>>>>>>>>
>>>>>>>>>>>>> 2020-12-08
>>>>>>>>>>>>> 00:00:00|1607382000|0.0|1607382032|10.29|1607442892|148.553777777778|211|148.553777777778|211||141.25403836784|8.54431223906981|211|307.861736888889|307.861736888889
>>>>>>>>>>>>> 2020-12-07
>>>>>>>>>>>>> 00:00:00|1607295600|0.0|1607295628|18.34|1607348466|969.075666666667|288|969.075666666667|288||563.975677916051|-355.104682689556|288|4027.90666114815|4027.90666114815
>>>>>>>>>>>>> 2020-12-06
>>>>>>>>>>>>> 00:00:00|1607209200|0.0|1607209233|9.17|1607219761|77.5104166666667|286|77.5104166666667|286||69.480956552117|2.39263945299658|286|132.33436038966|132.33436038966
>>>>>>>>>>>>> 2020-12-05
>>>>>>>>>>>>> 00:00:00|1607122800|0.0|1607123329|12.53|1607140258|550.433333333334|288|550.433333333334|288||357.29020463216|-182.82480166047|288|1638.89117222222|1638.89117222222
>>>>>>>>>>>>> 2020-12-04
>>>>>>>>>>>>> 00:00:00|1607036400|0.0|1607039337|20.58|1607050956|806.906472222223|288|806.906472222223|288||609.110049598142|-419.170693241216|288|2757.25666137114|2757.25666137114
>>>>>>>>>>>>> 2020-12-03
>>>>>>>>>>>>> 00:00:00|1606950000|0.0|1606950381|14.76|1606982936|938.132555555555|286|161542.062333333|52611|136.0|63684.8752720733|-143160.707316072|52611|3367.86934245679|550406.753590012
>>>>>>>>>>>>> 2020-12-02
>>>>>>>>>>>>> 00:00:00|1606863600|0.0|1606863628|10.29|1606933960|298.527702380952|288|89558.3107142857|86400|97.0|42277.4937890549|-72643.1316507023|61200|647.727487337254|194318.246201176
>>>>>>>>>>>>> 2020-12-01
>>>>>>>>>>>>> 00:00:00|1606777200|0.0|1606778615|9.17|1606778252|265.736888888889|288|79721.0666666667|86400|194.0|42931.7123928354|-43844.9965062139|69900|434.78745508642|130436.236525926
>>>>>>>>>>>>> 2020-11-30
>>>>>>>>>>>>> 00:00:00|1606690800|0.0|1606690818|12.53|1606753726|458.85391053391|287|137656.173160173|86100|138.0|-43283.5066028223|-120674.014788181|77100|1142.32670378797|342698.01113639
>>>>>>>>>>>>> 2020-11-29
>>>>>>>>>>>>> 00:00:00|1606604400|0.0|1606604418|5.82|1606650983|50.8892222222223|288|15266.7666666667|86400|309.0|-11596.0986434007|7995.68851878374|24600|54.2518490740741|16275.5547222222
>>>>>>>>>>>>> 2020-11-28
>>>>>>>>>>>>> 00:00:00|1606518000|0.0|1606518015|11.41|1606565426|165.474444444445|287|49642.3333333333|86100|63.0|47302.3988525243|1887.80479760903|28200|423.739858888889|127121.957666667
>>>>>>>>>>>>> 2020-11-27
>>>>>>>>>>>>> 00:00:00|1606431600|0.0|1606431616|4.47|1606483066|9.17855555555556|288|2753.56666666667|86400|131.0|2261.0873478704|-539.506810163124|4200|10.6575301851852|3197.25905555556
>>>>>>>>>>>>> 2020-11-26
>>>>>>>>>>>>> 00:00:00|1606345200|0.0|1606345204|8.05|1606394153|107.788222222222|287|32336.4666666667|86100|259.0|-25803.5675497035|-15488.3625339286|42000|134.601425382716|40380.4276148148
>>>>>>>>>>>>> 2020-11-25
>>>>>>>>>>>>> 00:00:00|1606258800|0.0|1606258804|9.17|1606302300|337.383111111111|288|101214.933333333|86400|189.0|-19895.5174799498|-97556.2211722166|76500|636.16824345679|190850.473037037
>>>>>>>>>>>>> 2020-11-24
>>>>>>>>>>>>> 00:00:00|1606172400|0.0|1606172999|10.29|1606187816|577.891555555556|288|173367.466666667|86400|213.0|-90246.0852000086|-146738.507905923|86400|1319.29265822222|395787.797466666
>>>>>>>>>>>>> 2020-11-23
>>>>>>>>>>>>> 00:00:00|1606086000|0.0|1606086005|10.29|1606137950|368.728555555556|288|110618.566666667|86400|261.0|-97191.5602413715|-50554.3362971601|72300|718.446958555555|215534.087566667
>>>>>>>>>>>>> 2020-11-22
>>>>>>>>>>>>> 00:00:00|1605999600|0.0|1606008451|14.76|1606041552|645.880888888889|288|193764.266666666|86400|245.0|-171272.270757009|-84245.3229881982|73500|2109.85465123457|632956.39537037
>>>>>>>>>>>>> 2020-11-21
>>>>>>>>>>>>> 00:00:00|1605913200|0.0|1605913439|15.88|1605942546|1114.47377777778|288|334342.133333333|86400|191.0|-175428.251363656|-273150.682819638|86400|4553.4892182716|1366046.76548148
>>>>>>>>>>>>> 2020-11-20
>>>>>>>>>>>>> 00:00:00|1605826800|0.0|1605826872|9.17|1605833902|169.842222222222|288|50952.6666666667|86400|238.0|-42329.2825046772|-24698.2615292903|59400|247.763276197531|74328.9828592593
>>>>>>>>>>>>> 2020-11-19
>>>>>>>>>>>>> 00:00:00|1605740400|0.0|1605798095|22.82|1605788229|919.519666666666|288|275855.9|86400|255.0|-208559.830853793|-91789.2604135498|82800|3926.4786627037|1177943.59881111
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> [email protected] schrieb am Dienstag, 8. Dezember 2020 um
>>>>>>>>>>>>> 17:30:54 UTC+1:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> What do you mean by, "there are no longer windDir data in the
>>>>>>>>>>>>>> hi/lo section"? Is there a placeholder? Or, white space? Or, N/A?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It might be worth seeing what is in your database. This
>>>>>>>>>>>>>> assumes your database is located at /var/lib/weewx/weewx.sdb. If
>>>>>>>>>>>>>> you used
>>>>>>>>>>>>>> the setup.py install method, it would be at
>>>>>>>>>>>>>> /home/weewx/archive/weewx.sdb.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *sqlite3 /var/lib/weewx/weewx.sdb*
>>>>>>>>>>>>>> sqlite> *select datetime(dateTime, 'unixepoch',
>>>>>>>>>>>>>> 'localtime'), * from archive_day_wind order by dateTime desc
>>>>>>>>>>>>>> limit 20;*
>>>>>>>>>>>>>> sqlite> *.quit*
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> -tk
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Dec 8, 2020 at 8:15 AM Vetti52 <[email protected]>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Since update to version 4.2.0, I have a curious result in
>>>>>>>>>>>>>>> season skin. Although $current.windDir is properly displayed
>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>> continuously collected, there are no longer windDir data in the
>>>>>>>>>>>>>>> hi/lo
>>>>>>>>>>>>>>> section. Wind Max shows speed correctly, but no direction. I
>>>>>>>>>>>>>>> checked
>>>>>>>>>>>>>>> hilo.inc. There are no changes, compared to the original
>>>>>>>>>>>>>>> version
>>>>>>>>>>>>>>> (hilo.inc.dpkg-dist dated from 2020-04-30).
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Where should I start to trace the bug?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> 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].
>>>>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/bb0a2343-45cf-4885-a7a8-4212c4426592n%40googlegroups.com
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/bb0a2343-45cf-4885-a7a8-4212c4426592n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>>>> .
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>> 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].
>>>>>>>>>>>>>
>>>>>>>>>>>> To view this discussion on the web visit
>>>>>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/38c3e7ba-b73d-4291-a17f-0620c9f80ac7n%40googlegroups.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/38c3e7ba-b73d-4291-a17f-0620c9f80ac7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>>>>>> .
>>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>> 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].
>>>>>>>>>
>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/weewx-user/625e77f0-c4f3-4640-aecf-1128cb2af4abn%40googlegroups.com
>>>>>>>>>
>>>>>>>>> <https://groups.google.com/d/msgid/weewx-user/625e77f0-c4f3-4640-aecf-1128cb2af4abn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>>>> .
>>>>>>>>>
>>>>>>>> --
>>>>>>> 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].
>>>>>>>
>>>>>> To view this discussion on the web visit
>>>>>>> https://groups.google.com/d/msgid/weewx-user/220a3041-b2a2-4b37-a6c2-3c158b60e20bn%40googlegroups.com
>>>>>>>
>>>>>>> <https://groups.google.com/d/msgid/weewx-user/220a3041-b2a2-4b37-a6c2-3c158b60e20bn%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>>>> .
>>>>>>>
>>>>>> --
>>>> 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].
>>>>
>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/weewx-user/83d99b6d-863c-4424-afd6-74c119fd25f7n%40googlegroups.com
>>>>
>>>> <https://groups.google.com/d/msgid/weewx-user/83d99b6d-863c-4424-afd6-74c119fd25f7n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>> 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].
>>
> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/b260aeab-db22-4a65-90a0-20cfa61bf408n%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/weewx-user/b260aeab-db22-4a65-90a0-20cfa61bf408n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/f242a4ec-4759-4eb0-bb84-5374aa9530c9n%40googlegroups.com.
Dec 13 22:18:06 raspbee systemd[1]: Started LSB: weewx weather system.
Dec 13 22:18:06 raspbee weewx[16768] INFO user.interceptor: driver version is
0.53
Dec 13 22:18:06 raspbee weewx[16768] INFO user.interceptor: device type:
ecowitt-client
Dec 13 22:18:06 raspbee weewx[16768] INFO user.interceptor: mode is listen
Dec 13 22:18:06 raspbee weewx[16768] INFO user.interceptor: listen on :9000
Dec 13 22:18:06 raspbee weewx[16768] INFO user.interceptor: sensor map:
{'pressure': 'pressure', 'barometer': 'barometer', 'outHumidity':
'humidity_out', 'inHumidity': 'humidity_in', 'outTemp': 'temperature_out',
'inTemp': 'temperature_in', 'windSpeed': 'wind_speed', 'windGust': 'wind_gust',
'windDir': 'wind_dir', 'windGustDir': 'wind_gust_dir', 'radiation':
'solar_radiation', 'dewpoint': 'dewpoint', 'windchill': 'windchill', 'rain':
'rain', 'rainRate': 'rain_rate', 'rainEvent': 'rain_event', 'UV': 'uv',
'txBatteryStatus': 'wh65_battery', 'extraTemp1': 'temperature_1', 'extraTemp2':
'temperature_2', 'extraTemp3': 'temperature_3', 'extraHumid1': 'humidity_1',
'extraHumid2': 'humidity_2', 'soilTemp1': 'soil_temperature_1', 'soilTemp2':
'soil_temperature_2', 'soilMoist1': 'soil_moisture_1', 'soilMoist2':
'soil_moisture_2', 'soilMoist3': 'soil_moisture_3', 'soilMoist4':
'soil_moisture_4', 'leafWet1': 'leafwetness_1', 'leafWet2': 'leafwetness_2',
'pm2_5': 'pm2_5', 'extraTemp4': 'temperature_4', 'extraTemp5': 'temperature_5',
'extraTemp6': 'temperature_6', 'extraTemp7': 'temperature_7', 'extraTemp8':
'temperature_8', 'extraHumid3': 'humidity_3', 'extraHumid4': 'humidity_4',
'extraHumid5': 'humidity_5', 'extraHumid6': 'humidity_6', 'extraHumid7':
'humidity_7', 'extraHumid8': 'humidity_8', 'soilTemp3': 'soil_temperature_3',
'soilTemp4': 'soil_temperature_4'}
Dec 13 22:18:06 raspbee weewx[16768] DEBUG user.interceptor: start tcp server
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.engine.StdTimeSynch
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.engine.StdTimeSynch
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.cputemp.AddCpuTemp
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.cputemp.AddCpuTemp
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.engine.StdConvert
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.engine: StdConvert target unit
is 0x1
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.engine.StdConvert
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.engine.StdCalibrate
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.engine.StdCalibrate
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.engine.StdQC
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.engine.StdQC
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.wxservices.StdWXCalculate
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.manager: Daily summary version
is 2
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.wxservices.StdWXCalculate
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdWXXTypes
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdWXXTypes
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdPressureCooker
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdPressureCooker
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdRainRater
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdRainRater
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.wxxtypes.StdDelta
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.wxxtypes.StdDelta
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.engine.StdArchive
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.engine: Archive will use data
binding wx_binding
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.engine: Record generation will
be attempted in 'software'
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.engine: Using archive interval
of 300 seconds (software record generation)
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Use LOOP data in
hi/low calculations: 1
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.engine.StdArchive
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.ZambrettiForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: Zambretti:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] DEBUG user.forecast: MainThread:
Zambretti: last forecast issued 2020-12-13 18:50:00 CET (1607881800), requested
2020-12-13 18:50:00 CET (1607881800)
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: Zambretti:
interval=600 max_age=604800 winddir_period=1800 pressure_period=10800
hemisphere=NORTH lower_pressure=950.0 upper_pressure=1050.0
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.ZambrettiForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.NWSForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: NWS:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: NWS:
location ID (lid) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: NWS:
forecast office ID (foid) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: NWS:
forecast will not be run
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.NWSForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.WUForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: WU:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] DEBUG user.forecast: MainThread: WU: last
forecast issued 2020-12-13 21:45:37 CET (1607892337), requested 2020-12-13
21:45:37 CET (1607892337)
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: WU:
interval=10800 max_age=604800 api_key=XXXXXXXXXXXXXXXXXXXXXXXXXXXX09bd
geocode=54.09,10.26
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.WUForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.OWMForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: OWM:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: OWM: API
key (api_key) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: OWM:
forecast will not be run
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.OWMForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.UKMOForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: UKMO:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: UKMO: API
key (api_key) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: UKMO:
forecast will not be run
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.UKMOForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.AerisForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: Aeris:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: Aeris:
client identifier (client_id) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: Aeris:
client secret (client_secret) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: Aeris:
forecast will not be run
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.AerisForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.WWOForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: WWO:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: WWO: API
key (api_key) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: WWO:
forecast will not be run
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.WWOForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.forecast.DSForecast
Dec 13 22:18:06 raspbee weewx[16768] INFO user.forecast: MainThread: DS:
forecast version 3.4.0b11
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: DS: API
key (api_key) is not specified
Dec 13 22:18:06 raspbee weewx[16768] ERROR user.forecast: MainThread: DS:
forecast will not be run
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.forecast.DSForecast
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.restx.StdStationRegistry
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.restx: StationRegistry: Station
will be registered.
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.restx.StdStationRegistry
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.restx.StdWunderground
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.restx: Wunderground: Posting
not enabled.
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.restx.StdWunderground
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.restx.StdPWSweather
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.restx: PWSweather: Posting not
enabled.
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.restx.StdPWSweather
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.restx.StdCWOP
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.restx: CWOP: Posting not
enabled.
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.restx.StdCWOP
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.restx.StdWOW
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.restx: WOW: Posting not enabled.
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.restx.StdWOW
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.restx.StdAWEKAS
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.restx: AWEKAS: Posting not
enabled.
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.restx.StdAWEKAS
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
user.windy.Windy
Dec 13 22:18:06 raspbee /weewxd: windy: version is 0.6
Dec 13 22:18:06 raspbee /weewxd: windy: Data will be uploaded to
https://stations.windy.com/pws/update
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service user.windy.Windy
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.engine.StdPrint
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.engine.StdPrint
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Loading service
weewx.engine.StdReport
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Finished loading
service weewx.engine.StdReport
Dec 13 22:18:06 raspbee weewx[16768] INFO __main__: Starting up weewx version
4.2.0
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.engine: Station does not
support reading the time
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.engine: Using binding
'wx_binding' to database 'weewx.sdb'
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.manager: Starting backfill of
daily summaries
Dec 13 22:18:06 raspbee weewx[16768] INFO weewx.engine: Starting main packet
loop.
Dec 13 22:18:06 raspbee weewx[16768] DEBUG weewx.manager: Daily summary version
is 2
Dec 13 22:18:16 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:18:26 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: POST:
PASSKEY=XXXX&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:18:33&tempinf=67.3&humidityin=67&baromrelin=29.881&baromabsin=29.760&tempf=37.2&humidity=99&winddir=164&windspeedmph=0.22&windgustmph=1.12&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: raw data:
PASSKEY=6F6E456190AE76EF380504954CBDC2F3&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:18:33&tempinf=67.3&humidityin=67&baromrelin=29.881&baromabsin=29.760&tempf=37.2&humidity=99&winddir=164&windspeedmph=0.22&windgustmph=1.12&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:18:34 raspbee weewx[16768] INFO user.interceptor: using 'totalrainin'
for rain_total
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
stationtype=GW1000A_V1.6.3
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
maxdailygust=11.41
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
hourlyrainin=0.000
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
dailyrainin=0.028
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
weeklyrainin=0.028
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
monthlyrainin=0.264
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
yearlyrainin=28.776
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
freq=868M
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
model=GW1000_Pro
Dec 13 22:18:34 raspbee weewx[16768] INFO user.interceptor: skipping rain
measurement of 28.776: no last rain
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: raw packet:
{'dateTime': 1607894313, 'usUnits': 1, 'temperature_in': 67.3, 'humidity_in':
67.0, 'barometer': 29.881, 'pressure': 29.76, 'temperature_out': 37.2,
'humidity_out': 99.0, 'wind_dir': 164.0, 'wind_speed': 0.22, 'wind_gust': 1.12,
'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': 0.0, 'rain_event': 0.0,
'rain_total': 28.776, 'wh65_battery': 0.0, 'rain': None}
Dec 13 22:18:34 raspbee weewx[16768] DEBUG user.interceptor: mapped packet:
{'dateTime': 1607894313, 'usUnits': 1, 'pressure': 29.76, 'barometer': 29.881,
'outHumidity': 99.0, 'inHumidity': 67.0, 'outTemp': 37.2, 'inTemp': 67.3,
'windSpeed': 0.22, 'windGust': 1.12, 'windDir': 164.0, 'radiation': 0.0,
'rain': None, 'rainRate': 0.0, 'rainEvent': 0.0, 'UV': 0.0, 'txBatteryStatus':
0.0}
Dec 13 22:18:44 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:18:54 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:19:04 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: POST:
PASSKEY=XXXX&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:19:06&tempinf=67.3&humidityin=67&baromrelin=29.878&baromabsin=29.757&tempf=37.2&humidity=99&winddir=175&windspeedmph=1.79&windgustmph=2.24&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: raw data:
PASSKEY=6F6E456190AE76EF380504954CBDC2F3&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:19:06&tempinf=67.3&humidityin=67&baromrelin=29.878&baromabsin=29.757&tempf=37.2&humidity=99&winddir=175&windspeedmph=1.79&windgustmph=2.24&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
stationtype=GW1000A_V1.6.3
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
maxdailygust=11.41
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
hourlyrainin=0.000
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
dailyrainin=0.028
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
weeklyrainin=0.028
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
monthlyrainin=0.264
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
yearlyrainin=28.776
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
freq=868M
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
model=GW1000_Pro
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: raw packet:
{'dateTime': 1607894346, 'usUnits': 1, 'temperature_in': 67.3, 'humidity_in':
67.0, 'barometer': 29.878, 'pressure': 29.757, 'temperature_out': 37.2,
'humidity_out': 99.0, 'wind_dir': 175.0, 'wind_speed': 1.79, 'wind_gust': 2.24,
'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': 0.0, 'rain_event': 0.0,
'rain_total': 28.776, 'wh65_battery': 0.0, 'rain': 0.0}
Dec 13 22:19:07 raspbee weewx[16768] DEBUG user.interceptor: mapped packet:
{'dateTime': 1607894346, 'usUnits': 1, 'pressure': 29.757, 'barometer': 29.878,
'outHumidity': 99.0, 'inHumidity': 67.0, 'outTemp': 37.2, 'inTemp': 67.3,
'windSpeed': 1.79, 'windGust': 2.24, 'windDir': 175.0, 'radiation': 0.0,
'rain': 0.0, 'rainRate': 0.0, 'rainEvent': 0.0, 'UV': 0.0, 'txBatteryStatus':
0.0}
Dec 13 22:19:17 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:19:27 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:19:37 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: POST:
PASSKEY=XXXX&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:19:39&tempinf=67.3&humidityin=67&baromrelin=29.887&baromabsin=29.766&tempf=37.2&humidity=99&winddir=177&windspeedmph=0.00&windgustmph=2.24&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: raw data:
PASSKEY=6F6E456190AE76EF380504954CBDC2F3&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:19:39&tempinf=67.3&humidityin=67&baromrelin=29.887&baromabsin=29.766&tempf=37.2&humidity=99&winddir=177&windspeedmph=0.00&windgustmph=2.24&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
stationtype=GW1000A_V1.6.3
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
maxdailygust=11.41
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
hourlyrainin=0.000
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
dailyrainin=0.028
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
weeklyrainin=0.028
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
monthlyrainin=0.264
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
yearlyrainin=28.776
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
freq=868M
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
model=GW1000_Pro
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: raw packet:
{'dateTime': 1607894379, 'usUnits': 1, 'temperature_in': 67.3, 'humidity_in':
67.0, 'barometer': 29.887, 'pressure': 29.766, 'temperature_out': 37.2,
'humidity_out': 99.0, 'wind_dir': 177.0, 'wind_speed': 0.0, 'wind_gust': 2.24,
'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': 0.0, 'rain_event': 0.0,
'rain_total': 28.776, 'wh65_battery': 0.0, 'rain': 0.0}
Dec 13 22:19:40 raspbee weewx[16768] DEBUG user.interceptor: mapped packet:
{'dateTime': 1607894379, 'usUnits': 1, 'pressure': 29.766, 'barometer': 29.887,
'outHumidity': 99.0, 'inHumidity': 67.0, 'outTemp': 37.2, 'inTemp': 67.3,
'windSpeed': 0.0, 'windGust': 2.24, 'windDir': 177.0, 'radiation': 0.0, 'rain':
0.0, 'rainRate': 0.0, 'rainEvent': 0.0, 'UV': 0.0, 'txBatteryStatus': 0.0}
Dec 13 22:19:50 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:20:00 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:20:10 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: POST:
PASSKEY=XXXX&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:20:12&tempinf=67.3&humidityin=67&baromrelin=29.887&baromabsin=29.766&tempf=37.2&humidity=99&winddir=136&windspeedmph=2.91&windgustmph=5.82&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: raw data:
PASSKEY=6F6E456190AE76EF380504954CBDC2F3&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:20:12&tempinf=67.3&humidityin=67&baromrelin=29.887&baromabsin=29.766&tempf=37.2&humidity=99&winddir=136&windspeedmph=2.91&windgustmph=5.82&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
stationtype=GW1000A_V1.6.3
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
maxdailygust=11.41
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
hourlyrainin=0.000
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
dailyrainin=0.028
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
weeklyrainin=0.028
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
monthlyrainin=0.264
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
yearlyrainin=28.776
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
freq=868M
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
model=GW1000_Pro
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: raw packet:
{'dateTime': 1607894412, 'usUnits': 1, 'temperature_in': 67.3, 'humidity_in':
67.0, 'barometer': 29.887, 'pressure': 29.766, 'temperature_out': 37.2,
'humidity_out': 99.0, 'wind_dir': 136.0, 'wind_speed': 2.91, 'wind_gust': 5.82,
'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': 0.0, 'rain_event': 0.0,
'rain_total': 28.776, 'wh65_battery': 0.0, 'rain': 0.0}
Dec 13 22:20:13 raspbee weewx[16768] DEBUG user.interceptor: mapped packet:
{'dateTime': 1607894412, 'usUnits': 1, 'pressure': 29.766, 'barometer': 29.887,
'outHumidity': 99.0, 'inHumidity': 67.0, 'outTemp': 37.2, 'inTemp': 67.3,
'windSpeed': 2.91, 'windGust': 5.82, 'windDir': 136.0, 'radiation': 0.0,
'rain': 0.0, 'rainRate': 0.0, 'rainEvent': 0.0, 'UV': 0.0, 'txBatteryStatus':
0.0}
Dec 13 22:20:23 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:20:33 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:20:43 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: POST:
PASSKEY=XXXX&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:20:45&tempinf=67.3&humidityin=67&baromrelin=29.881&baromabsin=29.760&tempf=37.2&humidity=99&winddir=153&windspeedmph=1.34&windgustmph=5.82&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: raw data:
PASSKEY=6F6E456190AE76EF380504954CBDC2F3&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:20:45&tempinf=67.3&humidityin=67&baromrelin=29.881&baromabsin=29.760&tempf=37.2&humidity=99&winddir=153&windspeedmph=1.34&windgustmph=5.82&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
stationtype=GW1000A_V1.6.3
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
maxdailygust=11.41
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
hourlyrainin=0.000
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
dailyrainin=0.028
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
weeklyrainin=0.028
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
monthlyrainin=0.264
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
yearlyrainin=28.776
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
freq=868M
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
model=GW1000_Pro
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: raw packet:
{'dateTime': 1607894445, 'usUnits': 1, 'temperature_in': 67.3, 'humidity_in':
67.0, 'barometer': 29.881, 'pressure': 29.76, 'temperature_out': 37.2,
'humidity_out': 99.0, 'wind_dir': 153.0, 'wind_speed': 1.34, 'wind_gust': 5.82,
'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': 0.0, 'rain_event': 0.0,
'rain_total': 28.776, 'wh65_battery': 0.0, 'rain': 0.0}
Dec 13 22:20:46 raspbee weewx[16768] DEBUG user.interceptor: mapped packet:
{'dateTime': 1607894445, 'usUnits': 1, 'pressure': 29.76, 'barometer': 29.881,
'outHumidity': 99.0, 'inHumidity': 67.0, 'outTemp': 37.2, 'inTemp': 67.3,
'windSpeed': 1.34, 'windGust': 5.82, 'windDir': 153.0, 'radiation': 0.0,
'rain': 0.0, 'rainRate': 0.0, 'rainEvent': 0.0, 'UV': 0.0, 'txBatteryStatus':
0.0}
Dec 13 22:20:47 raspbee weewx[16768] INFO weewx.manager: Added record
2020-12-13 22:20:00 CET (1607894400) to database 'weewx.sdb'
Dec 13 22:20:47 raspbee weewx[16768] INFO weewx.manager: Added record
2020-12-13 22:20:00 CET (1607894400) to daily summary in 'weewx.sdb'
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: MainThread:
Zambretti: starting thread
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: generating forecast for 2020-12-13 09:00:00 CET (1607846400)
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: MainThread: WU: not
yet time to do the forecast
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: using winddir from 2020-12-13 08:30:00 CET (1607844600) to
2020-12-13 09:00:00 CET (1607846400)
Dec 13 22:20:47 raspbee weewx[16768] DEBUG weewx.reportengine: Running reports
for latest time in the database.
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: using pressure from 2020-12-13 06:00:00 CET (1607835600) to
2020-12-13 09:00:00 CET (1607846400)
Dec 13 22:20:47 raspbee weewx[16768] DEBUG weewx.reportengine: Running report
'SeasonsReport'
Dec 13 22:20:47 raspbee weewx[16768] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/alltimeSeasons/skin.conf for report
'SeasonsReport'
Dec 13 22:20:47 raspbee weewx[16768] DEBUG weewx.cheetahgenerator: Using search
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras',
'user.historygenerator.MyXSearch', 'user.forecast.ForecastVariables']
Dec 13 22:20:47 raspbee weewx[16768] DEBUG weewx.manager: Daily summary version
is 2
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: units=1 winddir=90.76704123973575 pressure=29.79448768768768
first_p=29.782999999999998 last_p=29.81655555555555
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: pressure=1008.9570030359031 month=11 winddir=4
trend=0.37877378665276257 north=True
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: code is F
Dec 13 22:20:47 raspbee weewx[16768] INFO user.forecast: ZambrettiThread:
Zambretti: generated 1 forecast record
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: saving 1 forecast records
Dec 13 22:20:47 raspbee weewx[16768] INFO weewx.manager: Added record
2020-12-13 22:20:00 CET (1607894400) to database 'forecast.sdb'
Dec 13 22:20:47 raspbee weewx[16768] DEBUG weewx.manager: Daily summary version
is 2
Dec 13 22:20:47 raspbee weewx[16768] INFO weewx.restx: Windy: Published record
2020-12-13 22:20:00 CET (1607894400)
Dec 13 22:20:47 raspbee weewx[16768] INFO user.forecast: ZambrettiThread:
Zambretti: saved 1 forecast records
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: deleting forecasts prior to 1607289647
Dec 13 22:20:47 raspbee weewx[16768] INFO user.forecast: ZambrettiThread:
Zambretti: deleted forecasts prior to 1607289647
Dec 13 22:20:47 raspbee weewx[16768] DEBUG user.forecast: ZambrettiThread:
Zambretti: terminating thread
Dec 13 22:20:47 raspbee /weewxd: historygenerator.py: Generated 5 tables in
0.04 seconds
Dec 13 22:20:47 raspbee weewx[16768] INFO weewx.restx: StationRegistry:
Published record 2020-12-13 22:20:00 CET (1607894400)
Dec 13 22:20:52 raspbee weewx[16768] INFO weewx.cheetahgenerator: Generated 19
files for report SeasonsReport in 5.13 seconds
Dec 13 22:20:52 raspbee weewx[16768] DEBUG weewx.manager: Daily summary version
is 2
Dec 13 22:20:53 raspbee weewx[16768] INFO weewx.imagegenerator: Generated 15
images for report SeasonsReport in 0.63 seconds
Dec 13 22:20:53 raspbee weewx[16768] INFO weewx.reportengine: Copied 94 files
to /var/www/html/weewx
Dec 13 22:20:53 raspbee weewx[16768] DEBUG weewx.reportengine: Report
'SmartphoneReport' not enabled. Skipping.
Dec 13 22:20:53 raspbee weewx[16768] DEBUG weewx.reportengine: Report
'MobileReport' not enabled. Skipping.
Dec 13 22:20:53 raspbee weewx[16768] DEBUG weewx.reportengine: Report
'StandardReport' not enabled. Skipping.
Dec 13 22:20:53 raspbee weewx[16768] DEBUG weewx.reportengine: Running report
'forecast'
Dec 13 22:20:53 raspbee weewx[16768] DEBUG weewx.reportengine: Found
configuration file /etc/weewx/skins/forecast/skin.conf for report 'forecast'
Dec 13 22:20:53 raspbee weewx[16768] DEBUG weewx.cheetahgenerator: Using search
list ['weewx.cheetahgenerator.Almanac', 'weewx.cheetahgenerator.Station',
'weewx.cheetahgenerator.Current', 'weewx.cheetahgenerator.Stats',
'weewx.cheetahgenerator.UnitInfo', 'weewx.cheetahgenerator.Extras',
'user.forecast.ForecastVariables']
Dec 13 22:20:53 raspbee weewx[16768] DEBUG weewx.manager: Daily summary version
is 2
Dec 13 22:20:55 raspbee weewx[16768] INFO weewx.cheetahgenerator: Generated 12
files for report forecast in 1.80 seconds
Dec 13 22:20:55 raspbee weewx[16768] INFO weewx.reportengine: Copied 89 files
to /var/www/html/weewx/forecast
Dec 13 22:20:55 raspbee weewx[16768] DEBUG weewx.reportengine: Report 'FTP' not
enabled. Skipping.
Dec 13 22:20:55 raspbee weewx[16768] DEBUG weewx.reportengine: Report 'RSYNC'
not enabled. Skipping.
Dec 13 22:20:57 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:21:07 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:21:17 raspbee weewx[16768] DEBUG user.interceptor: empty queue
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: POST:
PASSKEY=XXXX&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:21:18&tempinf=67.3&humidityin=67&baromrelin=29.881&baromabsin=29.760&tempf=37.2&humidity=99&winddir=174&windspeedmph=2.46&windgustmph=5.82&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: raw data:
PASSKEY=6F6E456190AE76EF380504954CBDC2F3&stationtype=GW1000A_V1.6.3&dateutc=2020-12-13+21:21:18&tempinf=67.3&humidityin=67&baromrelin=29.881&baromabsin=29.760&tempf=37.2&humidity=99&winddir=174&windspeedmph=2.46&windgustmph=5.82&maxdailygust=11.41&solarradiation=0.00&uv=0&rainratein=0.000&eventrainin=0.000&hourlyrainin=0.000&dailyrainin=0.028&weeklyrainin=0.028&monthlyrainin=0.264&yearlyrainin=28.776&totalrainin=28.776&wh65batt=0&freq=868M&model=GW1000_Pro
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
PASSKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
stationtype=GW1000A_V1.6.3
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
maxdailygust=11.41
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
hourlyrainin=0.000
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
dailyrainin=0.028
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
weeklyrainin=0.028
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
monthlyrainin=0.264
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
yearlyrainin=28.776
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
freq=868M
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: ignored parameter
model=GW1000_Pro
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: raw packet:
{'dateTime': 1607894478, 'usUnits': 1, 'temperature_in': 67.3, 'humidity_in':
67.0, 'barometer': 29.881, 'pressure': 29.76, 'temperature_out': 37.2,
'humidity_out': 99.0, 'wind_dir': 174.0, 'wind_speed': 2.46, 'wind_gust': 5.82,
'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': 0.0, 'rain_event': 0.0,
'rain_total': 28.776, 'wh65_battery': 0.0, 'rain': 0.0}
Dec 13 22:21:19 raspbee weewx[16768] DEBUG user.interceptor: mapped packet:
{'dateTime': 1607894478, 'usUnits': 1, 'pressure': 29.76, 'barometer': 29.881,
'outHumidity': 99.0, 'inHumidity': 67.0, 'outTemp': 37.2, 'inTemp': 67.3,
'windSpeed': 2.46, 'windGust': 5.82, 'windDir': 174.0, 'radiation': 0.0,
'rain': 0.0, 'rainRate': 0.0, 'rainEvent': 0.0, 'UV': 0.0, 'txBatteryStatus':
0.0}
Dec 13 22:21:29 raspbee weewx[16768] DEBUG user.interceptor: empty queue