WeeWX V4 using a different logging system. The interceptor driver has been updated to use this new system, but it looks like you might be using the old version of the driver. Current version is 0.53
The new logging system allows you to customize the output. See the Wiki article *Proposal for logging events in V4 <https://github.com/weewx/weewx/wiki/WeeWX-v4-and-logging>*. -tk On Mon, Feb 24, 2020 at 5:03 AM Steve <[email protected]> wrote: > Sorry Tom, > > Before updated to 4.0.0b12, my syslog, user.log & debug didn't fill up > with interceptor messages every coupe of seconds. > > On Monday, 24 February 2020 23:50:48 UTC+11, Thomas Keffer wrote: >> >> Hello, Steve >> >> Is there a question in there? I'm not sure what you're asking... >> >> On Sun, Feb 23, 2020 at 9:09 PM Steve <[email protected]> wrote: >> >>> Hi, >>> >>> A bit of back ground, I run weewx on an RPi and use ramlog to minimise >>> SD card writes, ramlog puts all the log files into ram and once a day >>> writes them to the SD card. 20mb has been enough for years, but since >>> installing 4.0.0b12 weewx has been filling the user.log and syslog , >>> weewx.log looks ok. >>> >>> I moved from v3.9.1 because I wanted to download some data from my PWS >>> on Wunderground (worked OK). >>> >>> I've probably missed something simple? >>> >>> Thanks, Steve. >>> >>> weewx.conf >>> >>> # This section is for general configuration information. >>> >>> # Set to 1 for extra debug info, otherwise comment it out or set to zero >>> debug = 0 >>> >>> # Root directory of the weewx data file hierarchy for this station >>> WEEWX_ROOT = /home/weewx >>> >>> # Whether to log successful operations >>> log_success = False >>> >>> # Whether to log unsuccessful operations >>> log_failure = False >>> >>> # How long to wait before timing out a socket (FTP, HTTP) connection >>> socket_timeout = 20 >>> >>> # Do not modify this. It is used when installing and updating weewx. >>> version = 4.0.0b12 >>> >>> [[Wunderground]] >>> # This section is for configuring posts to the Weather >>> Underground. >>> >>> # If you wish to do this, set the option 'enable' to true, >>> # and specify a station (e.g., 'KORHOODR3') and password. >>> enable = false >>> station = IVICTORI391 >>> password = mypassword >>> >>> # Set the following to True to have weewx use the WU "Rapidfire" >>> # protocol. Not all hardware can support it. See the User's >>> Guide. >>> rapidfire = False >>> >>> # If you plan on using wunderfixer, set the following >>> # to your API key: >>> api_key = my api key >>> >>> >>> syslog >>> >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: ServerThread: GET: >>> ID=IVICTORI390&PASSWORD=XXXX&tempf=69.3&humidity=80&dewptf=63.0&windchillf=69.3&winddir=174&windspeedmph=4.47&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=290.73&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:32&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: raw data: >>> ID=IVICTORI390&PASSWORD=steve&tempf=69.3&humidity=80&dewptf=63.0&windchillf=69.3&winddir=174&windspeedmph=4.47&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=290.73&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:32&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rainin=0.00 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> dailyrainin=0.00 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> monthlyrainin=2.52 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> realtime=1 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rtfreq=5 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> PASSWORD=steve >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> ID=IVICTORI390 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> softwaretype=Weather%20logger%20V2.1.9 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> action=updateraw >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> weeklyrainin=0.00 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: raw packet: >>> {'wind_speed': 4.47, 'humidity_in': 69.0, 'temperature_in': 70.7, >>> 'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 63.0, 'battery': 0.0, >>> 'humidity_out': 80.0, 'uv': 2.0, 'radiation': 290.73, 'rain': 0.0, >>> 'dateTime': 1582503872, 'temperature_out': 69.3, 'wind_dir': 174.0, >>> 'rain_total': 5.34, 'usUnits': 1, 'wind_gust': 7.38} >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: mapped packet: >>> {'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 63.0, 'outHumidity': >>> 80.0, 'UV': 2.0, 'radiation': 290.73, 'rain': 0.0, 'dateTime': 1582503872, >>> 'windDir': 174.0, 'outTemp': 69.3, 'windSpeed': 4.47, 'txBatteryStatus': >>> 0.0, 'inTemp': 70.7, 'windGust': 7.38, 'inHumidity': 69.0, 'usUnits': 1} >>> Feb 24 11:24:43 rpi3 weewxd: interceptor: MainThread: empty queue >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: ServerThread: GET: >>> ID=IVICTORI390&PASSWORD=XXXX&tempf=69.3&humidity=79&dewptf=62.6&windchillf=69.3&winddir=220&windspeedmph=5.14&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=284.55&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:48&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: raw data: >>> ID=IVICTORI390&PASSWORD=steve&tempf=69.3&humidity=79&dewptf=62.6&windchillf=69.3&winddir=220&windspeedmph=5.14&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=284.55&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:48&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rainin=0.00 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> dailyrainin=0.00 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> monthlyrainin=2.52 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> realtime=1 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rtfreq=5 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> PASSWORD=steve >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> ID=IVICTORI390 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> softwaretype=Weather%20logger%20V2.1.9 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> action=updateraw >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> weeklyrainin=0.00 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: raw packet: >>> {'wind_speed': 5.14, 'humidity_in': 69.0, 'temperature_in': 70.7, >>> 'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 62.6, 'battery': 0.0, >>> 'humidity_out': 79.0, 'uv': 2.0, 'radiation': 284.55, 'rain': 0.0, >>> 'dateTime': 1582503888, 'temperature_out': 69.3, 'wind_dir': 220.0, >>> 'rain_total': 5.34, 'usUnits': 1, 'wind_gust': 7.38} >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: mapped packet: >>> {'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 62.6, 'outHumidity': >>> 79.0, 'UV': 2.0, 'radiation': 284.55, 'rain': 0.0, 'dateTime': 1582503888, >>> 'windDir': 220.0, 'outTemp': 69.3, 'windSpeed': 5.14, 'txBatteryStatus': >>> 0.0, 'inTemp': 70.7, 'windGust': 7.38, 'inHumidity': 69.0, 'usUnits': 1} >>> >>> >>> user.log >>> >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: ServerThread: GET: >>> ID=IVICTORI390&PASSWORD=XXXX&tempf=69.1&humidity=80&dewptf=62.8&windchillf=69.1&winddir=211&windspeedmph=4.92&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=301.38&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:19&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: raw data: >>> ID=IVICTORI390&PASSWORD=steve&tempf=69.1&humidity=80&dewptf=62.8&windchillf=69.1&winddir=211&windspeedmph=4.92&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=301.38&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:19&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rainin=0.00 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> dailyrainin=0.00 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> monthlyrainin=2.52 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> realtime=1 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rtfreq=5 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> PASSWORD=steve >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> ID=IVICTORI390 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> softwaretype=Weather%20logger%20V2.1.9 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> action=updateraw >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> weeklyrainin=0.00 >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: raw packet: >>> {'wind_speed': 4.92, 'humidity_in': 69.0, 'temperature_in': 70.7, >>> 'barometer': 30.2, 'windchill': 69.1, 'dewpoint': 62.8, 'battery': 0.0, >>> 'humidity_out': 80.0, 'uv': 2.0, 'radiation': 301.38, 'rain': 0.0, >>> 'dateTime': 1582503859, 'temperature_out': 69.1, 'wind_dir': 211.0, >>> 'rain_total': 5.34, 'usUnits': 1, 'wind_gust': 7.38} >>> Feb 24 11:24:20 rpi3 weewxd: interceptor: MainThread: mapped packet: >>> {'barometer': 30.2, 'windchill': 69.1, 'dewpoint': 62.8, 'outHumidity': >>> 80.0, 'UV': 2.0, 'radiation': 301.38, 'rain': 0.0, 'dateTime': 1582503859, >>> 'windDir': 211.0, 'outTemp': 69.1, 'windSpeed': 4.92, 'txBatteryStatus': >>> 0.0, 'inTemp': 70.7, 'windGust': 7.38, 'inHumidity': 69.0, 'usUnits': 1} >>> Feb 24 11:24:30 rpi3 weewxd: interceptor: MainThread: empty queue >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: ServerThread: GET: >>> ID=IVICTORI390&PASSWORD=XXXX&tempf=69.3&humidity=80&dewptf=63.0&windchillf=69.3&winddir=174&windspeedmph=4.47&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=290.73&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:32&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: raw data: >>> ID=IVICTORI390&PASSWORD=steve&tempf=69.3&humidity=80&dewptf=63.0&windchillf=69.3&winddir=174&windspeedmph=4.47&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=290.73&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:32&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rainin=0.00 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> dailyrainin=0.00 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> monthlyrainin=2.52 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> realtime=1 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rtfreq=5 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> PASSWORD=steve >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> ID=IVICTORI390 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> softwaretype=Weather%20logger%20V2.1.9 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> action=updateraw >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> weeklyrainin=0.00 >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: raw packet: >>> {'wind_speed': 4.47, 'humidity_in': 69.0, 'temperature_in': 70.7, >>> 'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 63.0, 'battery': 0.0, >>> 'humidity_out': 80.0, 'uv': 2.0, 'radiation': 290.73, 'rain': 0.0, >>> 'dateTime': 1582503872, 'temperature_out': 69.3, 'wind_dir': 174.0, >>> 'rain_total': 5.34, 'usUnits': 1, 'wind_gust': 7.38} >>> Feb 24 11:24:33 rpi3 weewxd: interceptor: MainThread: mapped packet: >>> {'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 63.0, 'outHumidity': >>> 80.0, 'UV': 2.0, 'radiation': 290.73, 'rain': 0.0, 'dateTime': 1582503872, >>> 'windDir': 174.0, 'outTemp': 69.3, 'windSpeed': 4.47, 'txBatteryStatus': >>> 0.0, 'inTemp': 70.7, 'windGust': 7.38, 'inHumidity': 69.0, 'usUnits': 1} >>> Feb 24 11:24:43 rpi3 weewxd: interceptor: MainThread: empty queue >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: ServerThread: GET: >>> ID=IVICTORI390&PASSWORD=XXXX&tempf=69.3&humidity=79&dewptf=62.6&windchillf=69.3&winddir=220&windspeedmph=5.14&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=284.55&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:48&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: raw data: >>> ID=IVICTORI390&PASSWORD=steve&tempf=69.3&humidity=79&dewptf=62.6&windchillf=69.3&winddir=220&windspeedmph=5.14&windgustmph=7.38&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=284.55&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:24:48&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rainin=0.00 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> dailyrainin=0.00 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> monthlyrainin=2.52 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> realtime=1 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rtfreq=5 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> PASSWORD=steve >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> ID=IVICTORI390 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> softwaretype=Weather%20logger%20V2.1.9 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> action=updateraw >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> weeklyrainin=0.00 >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: raw packet: >>> {'wind_speed': 5.14, 'humidity_in': 69.0, 'temperature_in': 70.7, >>> 'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 62.6, 'battery': 0.0, >>> 'humidity_out': 79.0, 'uv': 2.0, 'radiation': 284.55, 'rain': 0.0, >>> 'dateTime': 1582503888, 'temperature_out': 69.3, 'wind_dir': 220.0, >>> 'rain_total': 5.34, 'usUnits': 1, 'wind_gust': 7.38} >>> Feb 24 11:24:49 rpi3 weewxd: interceptor: MainThread: mapped packet: >>> {'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 62.6, 'outHumidity': >>> 79.0, 'UV': 2.0, 'radiation': 284.55, 'rain': 0.0, 'dateTime': 1582503888, >>> 'windDir': 220.0, 'outTemp': 69.3, 'windSpeed': 5.14, 'txBatteryStatus': >>> 0.0, 'inTemp': 70.7, 'windGust': 7.38, 'inHumidity': 69.0, 'usUnits': 1} >>> Feb 24 11:24:59 rpi3 weewxd: interceptor: MainThread: empty queue >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: ServerThread: GET: >>> ID=IVICTORI390&PASSWORD=XXXX&tempf=69.3&humidity=80&dewptf=63.0&windchillf=69.3&winddir=181&windspeedmph=3.36&windgustmph=4.92&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=272.80&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:25:4&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: raw data: >>> ID=IVICTORI390&PASSWORD=steve&tempf=69.3&humidity=80&dewptf=63.0&windchillf=69.3&winddir=181&windspeedmph=3.36&windgustmph=4.92&rainin=0.00&dailyrainin=0.00&weeklyrainin=0.00&monthlyrainin=2.52&yearlyrainin=5.34&solarradiation=272.80&UV=2&indoortempf=70.7&indoorhumidity=69&baromin=30.20&lowbatt=0&dateutc=2020-2-24%200:25:4&softwaretype=Weather%20logger%20V2.1.9&action=updateraw&realtime=1&rtfreq=5 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rainin=0.00 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> dailyrainin=0.00 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> monthlyrainin=2.52 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> realtime=1 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> rtfreq=5 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> PASSWORD=steve >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> ID=IVICTORI390 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> softwaretype=Weather%20logger%20V2.1.9 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> action=updateraw >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: ignored parameter >>> weeklyrainin=0.00 >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: raw packet: >>> {'wind_speed': 3.36, 'humidity_in': 69.0, 'temperature_in': 70.7, >>> 'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 63.0, 'battery': 0.0, >>> 'humidity_out': 80.0, 'uv': 2.0, 'radiation': 272.8, 'rain': 0.0, >>> 'dateTime': 1582503904, 'temperature_out': 69.3, 'wind_dir': 181.0, >>> 'rain_total': 5.34, 'usUnits': 1, 'wind_gust': 4.92} >>> Feb 24 11:25:05 rpi3 weewxd: interceptor: MainThread: mapped packet: >>> {'barometer': 30.2, 'windchill': 69.3, 'dewpoint': 63.0, 'outHumidity': >>> 80.0, 'UV': 2.0, 'radiation': 272.8, 'rain': 0.0, 'dateTime': 1582503904, >>> 'windDir': 181.0, 'outTemp': 69.3, 'windSpeed': 3.36, 'txBatteryStatus': >>> 0.0, 'inTemp': 70.7, 'windGust': 4.92, 'inHumidity': 69.0, 'usUnits': 1} >>> Feb 24 11:25:15 rpi3 weewxd: interceptor: MainThread: empty queue >>> >>> >>> weewx.log >>> >>> Feb 24 11:00:17 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:00:00 AEDT (1582502400) to database 'weewx' >>> Feb 24 11:00:17 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:00:00 AEDT (1582502400) to daily summary in 'weewx' >>> Feb 24 11:00:21 rpi3 weewx[16357] INFO weewx.cheetahgenerator: Generated >>> 12 files for report StandardReport in 3.57 seconds >>> Feb 24 11:00:30 rpi3 weewx[16357] INFO weewx.imagegenerator: Generated >>> 23 images for report StandardReport in 8.61 seconds >>> Feb 24 11:00:30 rpi3 weewx[16357] INFO weewx.reportengine: Copied 0 >>> files to /www/weather >>> Feb 24 11:05:21 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:05:00 AEDT (1582502700) to database 'weewx' >>> Feb 24 11:05:21 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:05:00 AEDT (1582502700) to daily summary in 'weewx' >>> Feb 24 11:05:25 rpi3 weewx[16357] INFO weewx.cheetahgenerator: Generated >>> 12 files for report StandardReport in 3.59 seconds >>> Feb 24 11:05:27 rpi3 weewx[16357] INFO weewx.imagegenerator: Generated >>> 13 images for report StandardReport in 1.46 seconds >>> Feb 24 11:05:27 rpi3 weewx[16357] INFO weewx.reportengine: Copied 0 >>> files to /www/weather >>> Feb 24 11:10:29 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:10:00 AEDT (1582503000) to database 'weewx' >>> Feb 24 11:10:29 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:10:00 AEDT (1582503000) to daily summary in 'weewx' >>> Feb 24 11:10:34 rpi3 weewx[16357] INFO weewx.cheetahgenerator: Generated >>> 12 files for report StandardReport in 5.13 seconds >>> Feb 24 11:10:36 rpi3 weewx[16357] INFO weewx.imagegenerator: Generated >>> 13 images for report StandardReport in 1.47 seconds >>> Feb 24 11:10:36 rpi3 weewx[16357] INFO weewx.reportengine: Copied 0 >>> files to /www/weather >>> Feb 24 11:15:29 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:15:00 AEDT (1582503300) to database 'weewx' >>> Feb 24 11:15:30 rpi3 weewx[16357] INFO weewx.manager: Added record >>> 2020-02-24 11:15:00 AEDT (1582503300) to daily summary in 'weewx' >>> Feb 24 11:15:34 rpi3 weewx[16357] INFO weewx.cheetahgenerator: Generated >>> 12 files for report StandardReport in 3.85 seconds >>> Feb 24 11:15:35 rpi3 weewx[16357] INFO weewx.imagegenerator: Generated >>> 13 images for report StandardReport in 1.50 seconds >>> Feb 24 11:15:35 rpi3 weewx[16357] INFO weewx.reportengine: Copied 0 >>> files to /www/weather >>> >>> >>> >>> -- >>> 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/08280ab2-1fce-4b7e-870f-53534f5a1231%40googlegroups.com >>> <https://groups.google.com/d/msgid/weewx-user/08280ab2-1fce-4b7e-870f-53534f5a1231%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/04b77ea1-aea8-4506-9719-f51364ca7cc4%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/04b77ea1-aea8-4506-9719-f51364ca7cc4%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/CAPq0zECxTTOyxcb%3D%2B8ykvE%3DLb645kh2Toatk_F5ukfGN%2B1r%3DvA%40mail.gmail.com.
