Thanks, that gives a clear picture of what WeeWX is trying to do. I suspect that your WU (dewpoint, baormeter and wind gust) problems stem from the way in which meteobridge and its WeeWX driver operate. As far as meteobridge is concerned dewpoint and barometer are known as derived observations, that is they are not provided directly by the station, but rather calculated by WeeWX. To calculate dewpoint WeeWX needs temperature and humidity and to calculate barometer pressure, temperature and station altitude. In a normal Vantage configuration with the ISS talking to the console and the console talking to WeeWX, the console collects all of the sesnor data from the ISS and generates loop packets (every 2.5 odd seconds) and archive records (period set by user) and passes these to WeeWX. The loop packets and archive records have a known format and include all of the observations required for WeeWX to calculate barometer and dewpoint (ie temperature, humidity and pressure (station altitude is read from weewx.conf)). So each time a conventional setup produces a loop packet or an archive record WeeWX is able to calculate and in barometer and dew point.
My understanding of meteobridge is that it intercepts the RF signals from the ISS to the console, decodes the data and emits loop packets. However, the RF signals emitted by the ISS do not include all observations that the conventional vatage setup loop packets include, rather they are a series of messages that contain some of the sensor readings, for example wind, temperature/humidity. Consequently the loop packets emitted by the meteostick driver do not contain all of the observation fields that a console based loop packet does (akin to making the vantage a partial packet station). So when WeeWX comes to calculate barometer, it may find pressure but not temperature and for dew point it may find humidity but not temperature, in such cases the derived observation is not calculated by WeeWX it cannot) and it is not included in the loop packet and consequently when WeeWX sends the loop data to WU via RF barometer and dewpoint are not sent. Your console setup was working fine as it received the fuill loop packet as assembled by the console so WeeWX could calculate barometer and dewpoint. You will see that barometer and dewpoint appear in your plots and archive as these use archive record based data, in your meteostick case WeeWX aggregates all of the avalable loop data over an archive period and synthesises an archive record from this accumulated data. WeeWX then calculates any derived observations, because accumulated data is used and there will have been at least one pressure, temperature and humidity value received in the archive interval pressure, humidity and temperature appear in the archive record and hence WeeWX can calculate barometer and dewpoint. You can check this by observing the loop packet data emitted from the driver, this can be done by editing weewx.conf and under [Meteostick] set debug_parse = 3. save weewx.conf and restart WeeWX, observe the log and you should see entries indicating what is in the loop packets being emitted from the driver. Alternatively you can run WeeWX directly <http://weewx.com/docs/usersguide.htm#Running_directly> and observe the loop packet data (indicated by lines starting with LOOP: ) on the screen. Wind gust is a little different. In general terms wind gust is the highest wind speed seen over a time period whereas wind speed is more of an instanteous value (or an average value when used in a longer period context). In a vantage archive record that covers say five minutes, wind gust will be the highest wind speed seen in that five minute period and wind speed is the average wind speed seen over that five minute period. In a loop packet context (ie every 2.5 odd seconds for vantage stations) you only get wind speed which is taklen as an instantaneous value, in essence there is no wind gust in a loop packet just wind speed. MeteOstick receives this wind speed data every 2.5 odd seconds and the driver decodes it and passes it to WeeWX, no wind gust dat ais provided. WeeWX then publishes wind speed in its RF post but does not publish wind gust (RF operates on loop packets and remember there is no wind gust in a vantage loop packets). So at the end of the day you are at the mercy of what WU does with RF data. A console setup should work in the same manner if publishing via RF. The change occurs when you stop use normal archive interval based uploads to WU, in these cases wind gust does exist as it is either provided by the console archive record (if hardware archive genration is used) or calculated by WeeWX (if software archive record generation is used) and consequently WeeWX publishes it to WU. I believe you can set WeeWX to publish both RF and normal archive interval based updates by setting rapidfire = True and archive_post = True under [StdRESTful] [[Wunderground]] in weewx.conf. This has the added benefit of uploading barometer and dewpoint albeit only in the archive based post not via RF. You can observe what data WeeWX is publishing to WU by editing weewx.conf, setting debug =2, saving weewx.conf and restarting WeeWX. The log will then include entries showing the content of the URL used to publish to WU (both RF and erchive based). So what can you do. If you want to continue to use the Meteostick then if archive posts and RF posts happily co-exist that should get barometer, dewpoint and wind gust uploaded to WU but these will only be uploaded every archive interval, they will not appear in RF updates. Alternatively, if you want barometer and dewpoint to be included in RF updates then use a console based system for RF updates not a meteostick based one. Gary On Tuesday, 14 April 2020 17:38:52 UTC+10, kreso_zg wrote: > > new log with system start. > here i am using new version of weewx but its the sam in latest 3.9.2 > > Apr 14 09:33:47 raspberrypi systemd[1]: Starting LSB: weewx weather > system... > Apr 14 09:33:47 raspberrypi weewx[16091] INFO __main__: Initializing weewx > version 4.0.0b18 > Apr 14 09:33:47 raspberrypi weewx[16091] INFO __main__: Using Python > 2.7.16 (default, Oct 10 2019, 22:02:15) #012[GCC 8.3.0] > Apr 14 09:33:47 raspberrypi weewx[16091] INFO __main__: Platform > Linux-4.19.97-v7l+-armv7l-with-debian-10.3 > Apr 14 09:33:47 raspberrypi weewx[16091] INFO __main__: Locale is > 'en_GB.UTF-8' > Apr 14 09:33:47 raspberrypi weewx[16091] INFO __main__: PID file is > /var/run/weewx.pid > Apr 14 09:33:47 raspberrypi weewx[16080]: Starting weewx weather system: > weewx. > Apr 14 09:33:47 raspberrypi systemd[1]: Started LSB: weewx weather system. > Apr 14 09:33:47 raspberrypi weewx[16095] INFO __main__: Using > configuration file /etc/weewx/weewx.conf > Apr 14 09:33:47 raspberrypi weewx[16095] DEBUG __main__: Initializing > engine > Apr 14 09:33:47 raspberrypi weewx[16095] INFO weewx.engine: Loading > station type Meteostick (user.meteostick) > Apr 14 09:33:47 raspberrypi weewxd: meteostick: driver version is 0.61 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using rain_bucket_type 1 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: sensor map is: > {'leafWet2': 'leaf_wetness_2', 'outHumidity': 'humidity', 'extraHumid1': > 'humid_1', 'inTempBatteryStatus': 'bat_th_2', 'rainBatteryStatus': > 'bat_leaf_soil', 'windDir': 'wind_dir', 'outTemp': 'temperature', > 'extraTemp2': 'temp_2', 'outTempBatteryStatus': 'bat_th_1', 'radiation': > 'solar_radiation', 'windSpeed': 'wind_speed', 'extraTemp3': 'temp_3', > 'inTemp': 'temp_in', 'referenceVoltage': 'solar_power', 'supplyVoltage': > 'supercap_volt', 'soilTemp1': 'soil_temp_1', 'soilTemp2': 'soil_temp_2', > 'soilTemp3': 'soil_temp_3', 'soilTemp4': 'soil_temp_4', 'pressure': > 'pressure', 'extraHumid2': 'humid_2', 'rxCheckPercent': 'pct_good', > 'rainRate': 'rain_rate', 'leafTemp2': 'leaf_temp_2', 'leafTemp1': > 'leaf_temp_1', 'extraTemp1': 'temp_1', 'leafWet1': 'leaf_wetness_1', > 'txBatteryStatus': 'bat_iss', 'windBatteryStatus': 'bat_anemometer', 'UV': > 'uv', 'soilMoist3': 'soil_moisture_3', 'soilMoist2': 'soil_moisture_2', > 'soilMoist1': 'soil_moisture_1', 'inHumidity': 'humidity_in', 'soilMoist4': > 'soil_moisture_4'} > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using serial port > /dev/ttyUSB0 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using baudrate 115200 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using frequency EU > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using rf sensitivity 90 > (-90 dB) > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using iss_channel 1 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using anemometer_channel 0 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using leaf_soil_channel 0 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using temp_hum_1_channel 0 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using temp_hum_2_channel 0 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: using transmitters 01 > Apr 14 09:33:47 raspberrypi weewxd: meteostick: establish communication > with the meteostick > Apr 14 09:33:49 raspberrypi weewxd: meteostick: reset: # MeteoStick > Version 2.5.5 (Jul 22 2019 23:30:13), Free RAM 698, SN: EEF388C0D6AA6700#015 > Apr 14 09:33:50 raspberrypi weewxd: meteostick: configure meteostick to > logger mode > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.engine.StdTimeSynch > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.engine.StdTimeSynch > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.engine.StdConvert > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.engine: StdConvert > target unit is 0x11 > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.engine.StdConvert > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.engine.StdCalibrate > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.engine.StdCalibrate > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.engine.StdQC > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.engine.StdQC > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.wxservices.StdWXCalculate > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.manager: Daily > summary version is 2.0 > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.wxservices: The > following values will be calculated: pressure=prefer_hardware, > altimeter=prefer_hardware, appTemp=prefer_hardware, > barometer=prefer_hardware, beaufort=prefer_hardware, > cloudbase=prefer_hardware, dewpoint=prefer_hardware, ET=prefer_hardware, > heatindex=prefer_hardware, humidex=prefer_hardware, > inDewpoint=prefer_hardware, maxSolarRad=prefer_hardware, rainRate=hardware, > windchill=prefer_hardware, windrun=prefer_hardware > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.wxservices: The > following algorithms will be used for calculations: altimeter=aaASOS, > maxSolarRad=RS > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.wxservices.StdWXCalculate > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service user.crt.CumulusRealTime > Apr 14 09:33:51 raspberrypi weewxd: crt: service version is 0.18 > Apr 14 09:33:51 raspberrypi weewxd: crt: output goes to > /var/tmp/realtime.txt > Apr 14 09:33:51 raspberrypi weewxd: crt: 'None' values will be displayed > as NULL > Apr 14 09:33:51 raspberrypi weewxd: crt: zambretti forecast: False > Apr 14 09:33:51 raspberrypi weewxd: crt: binding is loop > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service user.crt.CumulusRealTime > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.engine.StdArchive > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.engine: Archive will > use data binding wx_binding > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.engine: Record > generation will be attempted in 'hardware' > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.engine: Using archive > interval of 300 seconds (specified in weew configuration) > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Use LOOP data > in hi/low calculations: 1 > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.engine.StdArchive > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.restx.StdStationRegistry > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.restx: > StationRegistry: Registration not requested. > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.restx.StdStationRegistry > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.restx.StdWunderground > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.restx: WU essentials: > {} > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Data for station ICROATIA5 will be posted > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.restx.StdWunderground > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.restx.StdPWSweather > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.restx: PWSweather: > Posting not enabled. > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.restx.StdPWSweather > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.restx.StdCWOP > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.restx: CWOP: Posting > not enabled. > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.restx.StdCWOP > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.restx.StdWOW > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.restx: WOW: Posting > not enabled. > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.restx.StdWOW > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.restx.StdAWEKAS > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.restx: AWEKAS: Posting > not enabled. > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.restx.StdAWEKAS > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.engine.StdPrint > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.engine.StdPrint > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Loading > service weewx.engine.StdReport > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Finished > loading service weewx.engine.StdReport > Apr 14 09:33:51 raspberrypi weewx[16095] INFO __main__: Starting up weewx > version 4.0.0b18 > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.engine: Station does > not support reading the time > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.engine: Using binding > 'wx_binding' to database 'weewx.sdb' > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.manager: Starting > backfill of daily summaries > Apr 14 09:33:51 raspberrypi weewx[16095] INFO weewx.engine: Starting main > packet loop. > Apr 14 09:33:51 raspberrypi weewx[16095] DEBUG weewx.manager: Daily > summary version is 2.0 > Apr 14 09:33:51 raspberrypi weewxd: meteostick: # chip auth ok: 14 > Apr 14 09:33:51 raspberrypi weewxd: meteostick: # frequency band 868MHz > (EU) > Apr 14 09:33:52 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:33:52 CEST (1586849632) > Apr 14 09:33:57 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:33:57 CEST (1586849637) > Apr 14 09:34:02 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:01 CEST (1586849641) > Apr 14 09:34:04 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:04 CEST (1586849644) > Apr 14 09:34:07 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:07 CEST (1586849647) > Apr 14 09:34:09 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:09 CEST (1586849649) > Apr 14 09:34:12 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:12 CEST (1586849652) > Apr 14 09:34:15 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:14 CEST (1586849654) > Apr 14 09:34:17 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:17 CEST (1586849657) > Apr 14 09:34:20 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:19 CEST (1586849659) > Apr 14 09:34:22 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:22 CEST (1586849662) > Apr 14 09:34:25 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:24 CEST (1586849664) > Apr 14 09:34:27 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:27 CEST (1586849667) > Apr 14 09:34:30 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:30 CEST (1586849670) > Apr 14 09:34:32 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:32 CEST (1586849672) > Apr 14 09:34:35 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:35 CEST (1586849675) > Apr 14 09:34:38 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:37 CEST (1586849677) > Apr 14 09:34:40 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:40 CEST (1586849680) > Apr 14 09:34:43 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:42 CEST (1586849682) > Apr 14 09:34:45 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:45 CEST (1586849685) > Apr 14 09:34:48 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:48 CEST (1586849688) > Apr 14 09:34:50 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:50 CEST (1586849690) > Apr 14 09:34:53 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:53 CEST (1586849693) > Apr 14 09:34:56 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:55 CEST (1586849695) > Apr 14 09:34:57 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:57 CEST (1586849697) > Apr 14 09:34:58 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:34:58 CEST (1586849698) > Apr 14 09:35:01 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:00 CEST (1586849700) > Apr 14 09:35:03 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:03 CEST (1586849703) > Apr 14 09:35:06 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:05 CEST (1586849705) > Apr 14 09:35:08 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:08 CEST (1586849708) > Apr 14 09:35:11 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:11 CEST (1586849711) > Apr 14 09:35:15 raspberrypi weewxd: meteostick: WARNING: rf_sensitivity > (90) might be too low for channel 1 (1 signals missed) > Apr 14 09:35:15 raspberrypi weewxd: meteostick: RF summary: > rf_sensitivity=90 (values in dB) > Apr 14 09:35:15 raspberrypi weewxd: meteostick: Station max > min avg last count [missed] [good] > Apr 14 09:35:15 raspberrypi weewxd: meteostick: iss -84 > -90 -87 -86 29 1 97 > Apr 14 09:35:15 raspberrypi weewx[16095] INFO weewx.manager: Added record > 2020-04-14 09:35:00 CEST (1586849700) to database 'weewx.sdb' > Apr 14 09:35:15 raspberrypi weewx[16095] INFO weewx.manager: Added record > 2020-04-14 09:35:00 CEST (1586849700) to daily summary in 'weewx.sdb' > Apr 14 09:35:15 raspberrypi weewx[16095] DEBUG weewx.reportengine: Running > reports for latest time in the database. > Apr 14 09:35:15 raspberrypi weewx[16095] DEBUG weewx.reportengine: Running > report 'SeasonsReport' > Apr 14 09:35:15 raspberrypi weewx[16095] DEBUG weewx.reportengine: Found > configuration file /etc/weewx/skins/Seasons/skin.conf for report > 'SeasonsReport' > Apr 14 09:35:16 raspberrypi weewx[16095] DEBUG weewx.cheetahgenerator: > Using search list ['weewx.cheetahgenerator.Almanac', > 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', > 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', > 'weewx.cheetahgenerator.Extras'] > Apr 14 09:35:16 raspberrypi weewx[16095] DEBUG weewx.manager: Daily > summary version is 2.0 > Apr 14 09:35:16 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:16 CEST (1586849716) > Apr 14 09:35:19 raspberrypi weewx[16095] INFO weewx.cheetahgenerator: > Generated 8 files for report SeasonsReport in 3.54 seconds > Apr 14 09:35:19 raspberrypi weewx[16095] DEBUG weewx.manager: Daily > summary version is 2.0 > Apr 14 09:35:20 raspberrypi weewx[16095] INFO weewx.imagegenerator: > Generated 15 images for report SeasonsReport in 0.78 seconds > Apr 14 09:35:20 raspberrypi weewx[16095] INFO weewx.reportengine: Copied 5 > files to /var/weewx/reports > Apr 14 09:35:20 raspberrypi weewx[16095] DEBUG weewx.reportengine: Report > 'SmartphoneReport' not enabled. Skipping. > Apr 14 09:35:20 raspberrypi weewx[16095] DEBUG weewx.reportengine: Report > 'MobileReport' not enabled. Skipping. > Apr 14 09:35:20 raspberrypi weewx[16095] DEBUG weewx.reportengine: Running > report 'StandardReport' > Apr 14 09:35:20 raspberrypi weewx[16095] DEBUG weewx.reportengine: Found > configuration file /etc/weewx/skins/Standard/skin.conf for report > 'StandardReport' > Apr 14 09:35:20 raspberrypi weewx[16095] DEBUG weewx.cheetahgenerator: > Using search list ['weewx.cheetahgenerator.Almanac', > 'weewx.cheetahgenerator.Station', 'weewx.cheetahgenerator.Current', > 'weewx.cheetahgenerator.Stats', 'weewx.cheetahgenerator.UnitInfo', > 'weewx.cheetahgenerator.Extras'] > Apr 14 09:35:20 raspberrypi weewx[16095] DEBUG weewx.manager: Daily > summary version is 2.0 > Apr 14 09:35:23 raspberrypi weewx[16095] INFO weewx.cheetahgenerator: > Generated 14 files for report StandardReport in 3.02 seconds > Apr 14 09:35:23 raspberrypi weewx[16095] DEBUG weewx.manager: Daily > summary version is 2.0 > Apr 14 09:35:24 raspberrypi weewx[16095] INFO weewx.imagegenerator: > Generated 12 images for report StandardReport in 0.54 seconds > Apr 14 09:35:24 raspberrypi weewx[16095] INFO weewx.reportengine: Copied > 14 files to /var/weewx/reports > Apr 14 09:35:24 raspberrypi weewx[16095] DEBUG weewx.reportengine: Running > report 'FTP' > Apr 14 09:35:24 raspberrypi weewx[16095] DEBUG weewx.reportengine: Found > configuration file /etc/weewx/skins/Ftp/skin.conf for report 'FTP' > Apr 14 09:35:24 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: > Attempting connection to ftp.pljusak.com > Apr 14 09:35:24 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: > Connected to ftp.pljusak.com > Apr 14 09:35:24 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /year.html > Apr 14 09:35:24 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayrain.png > Apr 14 09:35:25 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /mobile.html > Apr 14 09:35:25 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayvolt.png > Apr 14 09:35:25 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /week.html > Apr 14 09:35:25 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daybarometer.png > Apr 14 09:35:25 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayradiation.png > Apr 14 09:35:26 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daywindvec.png > Apr 14 09:35:26 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daytempchill.png > Apr 14 09:35:26 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daytempin.png > Apr 14 09:35:26 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daytempdew.png > Apr 14 09:35:26 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /weewx.css > Apr 14 09:35:26 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayinside.png > Apr 14 09:35:27 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daytempfeel.png > Apr 14 09:35:27 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /index.html > Apr 14 09:35:27 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /statistics.html > Apr 14 09:35:27 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /seasons.css > Apr 14 09:35:27 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /celestial.html > Apr 14 09:35:27 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daytemp.png > Apr 14 09:35:27 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /mobile.css > Apr 14 09:35:28 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayuv.png > Apr 14 09:35:28 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /tabular.html > Apr 14 09:35:28 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /favicon.ico > Apr 14 09:35:28 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /seasons.js > Apr 14 09:35:28 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayrx.png > Apr 14 09:35:28 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayhumidity.png > Apr 14 09:35:28 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daywind.png > Apr 14 09:35:29 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayhum.png > Apr 14 09:35:29 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /month.html > Apr 14 09:35:29 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /telemetry.html > Apr 14 09:35:29 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /rss.xml > Apr 14 09:35:29 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /dayhumin.png > Apr 14 09:35:29 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /daywinddir.png > Apr 14 09:35:29 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/wind.html > Apr 14 09:35:30 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/rain.html > Apr 14 09:35:30 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/index.html > Apr 14 09:35:30 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/temp_outside.html > Apr 14 09:35:30 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/radar.html > Apr 14 09:35:30 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/barometer.html > Apr 14 09:35:30 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/custom.js > Apr 14 09:35:31 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/icons/icon_ipad_x2.png > Apr 14 09:35:31 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/icons/icon_ipad_x1.png > Apr 14 09:35:31 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/icons/icon_iphone_x1.png > Apr 14 09:35:31 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /smartphone/icons/icon_iphone_x2.png > Apr 14 09:35:31 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /font/OpenSans.woff > Apr 14 09:35:31 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /font/OpenSans.woff2 > Apr 14 09:35:31 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /RSS/weewx_rss.xml > Apr 14 09:35:32 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /backgrounds/band.gif > Apr 14 09:35:32 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /backgrounds/flower.jpg > Apr 14 09:35:32 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /backgrounds/drops.gif > Apr 14 09:35:32 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /backgrounds/leaf.jpg > Apr 14 09:35:32 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /backgrounds/butterfly.jpg > Apr 14 09:35:32 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /backgrounds/night.gif > Apr 14 09:35:32 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /NOAA/NOAA-2020.txt > Apr 14 09:35:33 raspberrypi weewx[16095] DEBUG weeutil.ftpupload: Uploaded > file /NOAA/NOAA-2020-04.txt > Apr 14 09:35:33 raspberrypi weewx[16095] INFO weewx.reportengine: > ftpgenerator: Ftp'd 55 files in 9.05 seconds > Apr 14 09:35:33 raspberrypi weewx[16095] DEBUG weewx.reportengine: Report > 'RSYNC' not enabled. Skipping. > Apr 14 09:35:39 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:39 CEST (1586849739) > Apr 14 09:35:42 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:41 CEST (1586849741) > Apr 14 09:35:57 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:35:57 CEST (1586849757) > Apr 14 09:36:07 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:07 CEST (1586849767) > Apr 14 09:36:15 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:15 CEST (1586849775) > Apr 14 09:36:23 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:22 CEST (1586849782) > Apr 14 09:36:25 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:25 CEST (1586849785) > Apr 14 09:36:28 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:27 CEST (1586849787) > Apr 14 09:36:33 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:33 CEST (1586849793) > Apr 14 09:36:38 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:38 CEST (1586849798) > Apr 14 09:36:41 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:40 CEST (1586849800) > Apr 14 09:36:46 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:45 CEST (1586849805) > Apr 14 09:36:51 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:51 CEST (1586849811) > Apr 14 09:36:53 raspberrypi weewx[16095] INFO weewx.restx: > Wunderground-RF: Published record 2020-04-14 09:36:53 CEST (1586849813) > > -- 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/9f47088e-0239-424a-820d-0537300c4c31%40googlegroups.com.
