And this is what I get if i run the rtl_433: pi@raspberrypi:~ $ rtl_433 -M utc -F json -R 20 -R 78 -R113 -f 914880000 rtl_433 version unknown inputs file rtl_tcp RTL-SDR Trying conf file at "rtl_433.conf"... Trying conf file at "/home/pi/.config/rtl_433/rtl_433.conf"... Trying conf file at "/usr/local/etc/rtl_433/rtl_433.conf"... Trying conf file at "/etc/rtl_433/rtl_433.conf"...
Consider using "-M newmodel" to transition to new model keys. This will become the default someday. A table of changes and discussion is at https://github.com/merbanan/rtl_433/pull/986. Registered 3 out of 123 device decoding protocols [ 20 78 113 ] Detached kernel driver Found Rafael Micro R820T tuner Exact sample rate is: 250000.000414 Hz [R82XX] PLL not locked! Sample rate set to 250000 S/s. Tuner gain set to Auto. Tuned to 914.880MHz. {"time" : "2019-03-31 12:59:50", "model" : "AmbientWeather-WH31E", "id" : 47, "channel" : 5, "battery" : "OK", "temperature_C" : 23.200, "humidity" : 43, "data" : "7500000000", "mic" : "CRC"} {"time" : "2019-03-31 12:59:50", "model" : "AmbientWeather-WH31E", "id" : 47, "channel" : 5, "battery" : "OK", "temperature_C" : 23.200, "humidity" : 43, "data" : "7500000000", "mic" : "CRC"} {"time" : "2019-03-31 12:59:51", "model" : "Fine Offset WH65B", "id" : 10, "temperature_C" : 15.400, "humidity" : 67, "wind_dir_deg" : 258, "wind_speed_ms" : 0.765, "gust_speed_ms" : 1.530, "rainfall_mm" : 328.422, "uv" : 60, "uvi" : 0, "light_lux" : 7626.000, "battery" : "OK", "mic" : "CRC"} and log: Mar 31 08:59:44 raspberrypi kernel: [37636.966433] r820t 4-001a: destroying instance Mar 31 08:59:44 raspberrypi kernel: [37636.967285] dvb_usb_v2: 'Realtek RTL2832U reference design:1-1.4' successfully deinitialized and disconnected Mar 31 08:59:54 raspberrypi kernel: [37646.248092] usb 1-1.4: dvb_usb_v2: found a 'Realtek RTL2832U reference design' in warm state Mar 31 08:59:54 raspberrypi kernel: [37646.302688] usb 1-1.4: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer Mar 31 08:59:54 raspberrypi kernel: [37646.302769] dvbdev: DVB: registering new adapter (Realtek RTL2832U reference design) Mar 31 08:59:54 raspberrypi kernel: [37646.337631] i2c i2c-3: Added multiplexed i2c bus 4 Mar 31 08:59:54 raspberrypi kernel: [37646.337655] rtl2832 3-0010: Realtek RTL2832 successfully attached Mar 31 08:59:54 raspberrypi kernel: [37646.337776] usb 1-1.4: DVB: registering adapter 0 frontend 0 (Realtek RTL2832 (DVB-T))... Mar 31 08:59:54 raspberrypi kernel: [37646.338209] r820t 4-001a: creating new instance Mar 31 08:59:54 raspberrypi kernel: [37646.345707] r820t 4-001a: Rafael Micro r820t successfully identified Mar 31 08:59:54 raspberrypi kernel: [37646.373455] Registered IR keymap rc-empty Mar 31 08:59:54 raspberrypi kernel: [37646.373851] rc rc0: Realtek RTL2832U reference design as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/rc/rc0 Mar 31 08:59:54 raspberrypi kernel: [37646.374547] input: Realtek RTL2832U reference design as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.4/rc/rc0/input6 Mar 31 08:59:54 raspberrypi kernel: [37646.379379] input: MCE IR Keyboard/Mouse (dvb_usb_rtl28xxu) as /devices/virtual/input/input7 Mar 31 08:59:54 raspberrypi kernel: [37646.380093] rc rc0: lirc_dev: driver ir-lirc-codec (dvb_usb_rtl28xxu) registered at minor = 0 Mar 31 08:59:54 raspberrypi kernel: [37646.380123] usb 1-1.4: dvb_usb_v2: schedule remote query interval to 200 msecs Mar 31 08:59:54 raspberrypi kernel: [37646.388941] usb 1-1.4: dvb_usb_v2: 'Realtek RTL2832U reference design' successfully initialized and connected On Sunday, March 31, 2019 at 8:52:39 AM UTC-4, Bruce Butkus wrote: > > Hi all, > unfortunately, due to an old SD card, my working Weewx configuration was > lost. > luckily I saved my conf file here, so it was really just a matter of > reinstalling Raspberian, WeeWx, RTL-SDR, RTL433, and WeeWx SDR/ > however, after doing so, something isnt working right, and after trying to > reinstall all the subs and checking im not sure whats wrong. > I have the RTL_433 working. I can call my function copied from WeeWx.conf, > and it gets the weather sensors. > I close it, and run weewx and I get an error that RTL_433 is not running. > I think that its not that its not running, but i dont know what to change. > Here is the log i get from running sudo Weewxd /etc/weewx/weewx.conf > > > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Initializing weewx > version 3.9.1 > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Using Python 2.7.13 > (default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516] > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Platform > Linux-4.14.79-v7+-armv7l-with-debian-9.4 > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Locale is 'en_US.UTF-8' > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Using configuration file > /etc/weewx/weewx.conf > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Debug is 1 > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Initializing engine > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading station type SDR > (user.sdr) > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: driver version > is 0.61 > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: sensor map is > {'outTemp': 'temperature_C.10.FOWH65BPacket', 'outHumidity': > 'humidity.10.FOWH65BPacket', 'windDir': 'wind_dir_deg.10.FOWH65BPacket', > 'windSpeed': 'wind_speed_ms.10.FOWH65BPacket', 'windGust': > 'gust_speed_ms.10.FOWH65BPacket', 'rain': 'rainfall_mm.10.FOWH65BPacket', > 'pressure': 'pressure.86.FOWH25Packet', 'inTemp': > 'temperature.86.FOWH25Packet', 'inHumidity': 'humidity.86.FOWH25Packet', > 'UV': 'uv_index.10.FOWH65BPacket', 'light': 'light_lux.10.FOWH65BPacket', > 'outTempBatteryStatus': 'battery.10.FOWH65BPacket', 'extraTemp1': > 'temperature.160.AmbientWH31EPacket', 'extraTemp2': > 'temperature.211.AmbientWH31EPacket', 'extraTemp3': > 'temperature.6.AmbientWH31EPacket'} > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: deltas is > {'strikes': 'strikes_total', 'rain': 'rain_total'} > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: startup process > 'rtl_433 -M utc -F json -R 20 -R 78 -R113 -f 914880000' > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: stdout-thread: start async > reader for stdout-thread > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: stderr-thread: start async > reader for stderr-thread > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.engine.StdTimeSynch > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.engine.StdTimeSynch > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.engine.StdConvert > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: StdConvert target unit is > 0x1 > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.engine.StdConvert > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.engine.StdCalibrate > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.engine.StdCalibrate > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.engine.StdQC > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.engine.StdQC > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.wxservices.StdWXCalculate > Mar 30 22:49:14 raspberrypi weewx[1607]: wxcalculate: The following values > will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, > dewpoint=prefer_hardware, appTemp=prefer_hardware, > rainRate=prefer_hardware, windrun=prefer_hardware, > heatindex=prefer_hardware, maxSolarRad=prefer_hardware, > humidex=prefer_hardware, pressure=prefer_hardware, > inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, > cloudbase=prefer_hardware > Mar 30 22:49:14 raspberrypi weewx[1607]: wxcalculate: The following > algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.wxservices.StdWXCalculate > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.engine.StdArchive > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Archive will use data > binding wx_binding > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Record generation will be > attempted in 'software' > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Using archive interval of > 180 seconds (software record generation) > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Use LOOP data in hi/low > calculations: 1 > Mar 30 22:49:14 raspberrypi weewx[1607]: manager: Daily summary version is > 2.0 > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Using binding > 'wx_binding' to database 'weewx.sdb' > Mar 30 22:49:14 raspberrypi weewx[1607]: manager: Starting backfill of > daily summaries > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.engine.StdArchive > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.restx.StdStationRegistry > Mar 30 22:49:14 raspberrypi weewx[1607]: restx: StationRegistry: > Registration not requested. > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.restx.StdStationRegistry > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.restx.StdWunderground > Mar 30 22:49:14 raspberrypi weewx[1607]: restx: Wunderground: Posting not > enabled. > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.restx.StdWunderground > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.restx.StdPWSweather > Mar 30 22:49:14 raspberrypi weewx[1607]: restx: PWSweather: Posting not > enabled. > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.restx.StdPWSweather > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.restx.StdCWOP > Mar 30 22:49:14 raspberrypi weewx[1607]: restx: CWOP: Posting not enabled. > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.restx.StdCWOP > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.restx.StdWOW > Mar 30 22:49:14 raspberrypi weewx[1607]: restx: WOW: Posting not enabled. > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.restx.StdWOW > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.restx.StdAWEKAS > Mar 30 22:49:14 raspberrypi weewx[1607]: restx: AWEKAS: Posting not > enabled. > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.restx.StdAWEKAS > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.engine.StdPrint > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.engine.StdPrint > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Loading service > weewx.engine.StdReport > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Finished loading service > weewx.engine.StdReport > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Starting up weewx version > 3.9.1 > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Station does not support > reading the time > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Starting main packet loop. > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: err: ['rtl_433 > version unknown inputs file rtl_tcp RTL-SDR\n', 'Trying conf file at > "rtl_433.conf"...\n', 'Trying conf file at > "/root/.config/rtl_433/rtl_433.conf"...\n', 'Trying conf file at > "/usr/local/etc/rtl_433/rtl_433.conf"...\n', 'Trying conf file at > "/etc/rtl_433/rtl_433.conf"...\n', '\n', '\tConsider using "-M newmodel" to > transition to new model keys. This will become the default someday.\n', > '\tA table of changes and discussion is at > https://github.com/merbanan/rtl_433/pull/986.\n', '\n', 'Registered 97 > out of 123 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 > 29-36 38-60 62-64 67-71 73-100 102-103 108-116 119 121 ]\n'] > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Main loop exiting. > Shutting engine down. > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: shutdown process > rtl_433 -M utc -F json -R 20 -R 78 -R113 -f 914880000 > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: waiting for > stdout-thread > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: waiting for > stderr-thread > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: close stdout > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: close stderr > Mar 30 22:49:14 raspberrypi weewx[1607]: sdr: MainThread: kill process > Mar 30 22:49:14 raspberrypi weewx[1607]: engine: Caught WeeWxIOError: > rtl_433 process is not running > Mar 30 22:49:14 raspberrypi weewx[1607]: **** Waiting 60 seconds then > retrying... > Mar 30 22:50:36 raspberrypi systemd[1]: Stopping LSB: weewx weather > system... > Mar 30 22:50:36 raspberrypi weewx[1699]: Stopping weewx weather system: > weewx not running.... > Mar 30 22:50:36 raspberrypi systemd[1]: Stopped LSB: weewx weather system. > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Initializing weewx > version 3.9.1 > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Using Python 2.7.13 > (default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516] > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Platform > Linux-4.14.79-v7+-armv7l-with-debian-9.4 > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Locale is 'en_US.UTF-8' > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Using configuration file > /etc/weewx/weewx.conf > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Debug is 1 > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Initializing engine > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading station type SDR > (user.sdr) > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: driver version > is 0.61 > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: sensor map is > {'outTemp': 'temperature_C.10.FOWH65BPacket', 'outHumidity': > 'humidity.10.FOWH65BPacket', 'windDir': 'wind_dir_deg.10.FOWH65BPacket', > 'windSpeed': 'wind_speed_ms.10.FOWH65BPacket', 'windGust': > 'gust_speed_ms.10.FOWH65BPacket', 'rain': 'rainfall_mm.10.FOWH65BPacket', > 'pressure': 'pressure.86.FOWH25Packet', 'inTemp': > 'temperature.86.FOWH25Packet', 'inHumidity': 'humidity.86.FOWH25Packet', > 'UV': 'uv_index.10.FOWH65BPacket', 'light': 'light_lux.10.FOWH65BPacket', > 'outTempBatteryStatus': 'battery.10.FOWH65BPacket', 'extraTemp1': > 'temperature.160.AmbientWH31EPacket', 'extraTemp2': > 'temperature.211.AmbientWH31EPacket', 'extraTemp3': > 'temperature.6.AmbientWH31EPacket'} > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: deltas is > {'strikes': 'strikes_total', 'rain': 'rain_total'} > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: startup process > 'rtl_433 -M utc -F json -R 20 -R 78 -R113 -f 914880000' > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: stdout-thread: start async > reader for stdout-thread > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: stderr-thread: start async > reader for stderr-thread > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.engine.StdTimeSynch > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.engine.StdTimeSynch > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.engine.StdConvert > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: StdConvert target unit is > 0x1 > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.engine.StdConvert > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.engine.StdCalibrate > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.engine.StdCalibrate > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.engine.StdQC > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.engine.StdQC > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.wxservices.StdWXCalculate > Mar 30 22:50:43 raspberrypi weewx[1737]: wxcalculate: The following values > will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, > dewpoint=prefer_hardware, appTemp=prefer_hardware, > rainRate=prefer_hardware, windrun=prefer_hardware, > heatindex=prefer_hardware, maxSolarRad=prefer_hardware, > humidex=prefer_hardware, pressure=prefer_hardware, > inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, > cloudbase=prefer_hardware > Mar 30 22:50:43 raspberrypi weewx[1737]: wxcalculate: The following > algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.wxservices.StdWXCalculate > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.engine.StdArchive > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Archive will use data > binding wx_binding > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Record generation will be > attempted in 'software' > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Using archive interval of > 180 seconds (software record generation) > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Use LOOP data in hi/low > calculations: 1 > Mar 30 22:50:43 raspberrypi weewx[1737]: manager: Daily summary version is > 2.0 > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Using binding > 'wx_binding' to database 'weewx.sdb' > Mar 30 22:50:43 raspberrypi weewx[1737]: manager: Starting backfill of > daily summaries > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.engine.StdArchive > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.restx.StdStationRegistry > Mar 30 22:50:43 raspberrypi weewx[1737]: restx: StationRegistry: > Registration not requested. > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.restx.StdStationRegistry > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.restx.StdWunderground > Mar 30 22:50:43 raspberrypi weewx[1737]: restx: Wunderground: Posting not > enabled. > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.restx.StdWunderground > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.restx.StdPWSweather > Mar 30 22:50:43 raspberrypi weewx[1737]: restx: PWSweather: Posting not > enabled. > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.restx.StdPWSweather > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.restx.StdCWOP > Mar 30 22:50:43 raspberrypi weewx[1737]: restx: CWOP: Posting not enabled. > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.restx.StdCWOP > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.restx.StdWOW > Mar 30 22:50:43 raspberrypi weewx[1737]: restx: WOW: Posting not enabled. > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.restx.StdWOW > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.restx.StdAWEKAS > Mar 30 22:50:43 raspberrypi weewx[1737]: restx: AWEKAS: Posting not > enabled. > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.restx.StdAWEKAS > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.engine.StdPrint > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.engine.StdPrint > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Loading service > weewx.engine.StdReport > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Finished loading service > weewx.engine.StdReport > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Starting up weewx version > 3.9.1 > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Station does not support > reading the time > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Starting main packet loop. > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: err: ['rtl_433 > version unknown inputs file rtl_tcp RTL-SDR\n', 'Trying conf file at > "rtl_433.conf"...\n', 'Trying conf file at > "/root/.config/rtl_433/rtl_433.conf"...\n', 'Trying conf file at > "/usr/local/etc/rtl_433/rtl_433.conf"...\n', 'Trying conf file at > "/etc/rtl_433/rtl_433.conf"...\n', '\n', '\tConsider using "-M newmodel" to > transition to new model keys. This will become the default someday.\n', > '\tA table of changes and discussion is at > https://github.com/merbanan/rtl_433/pull/986.\n', '\n', 'Registered 97 > out of 123 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 > 29-36 38-60 62-64 67-71 73-100 102-103 108-116 119 121 ]\n'] > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Main loop exiting. > Shutting engine down. > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: shutdown process > rtl_433 -M utc -F json -R 20 -R 78 -R113 -f 914880000 > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: waiting for > stdout-thread > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: waiting for > stderr-thread > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: close stdout > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: close stderr > Mar 30 22:50:43 raspberrypi weewx[1737]: sdr: MainThread: kill process > Mar 30 22:50:43 raspberrypi weewx[1737]: engine: Caught WeeWxIOError: > rtl_433 process is not running > Mar 30 22:50:43 raspberrypi weewx[1737]: **** Waiting 60 seconds then > retrying... > Mar 30 23:17:01 raspberrypi CRON[1806]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 00:17:01 raspberrypi CRON[2007]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 01:17:01 raspberrypi CRON[2120]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 02:17:01 raspberrypi CRON[2227]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 03:17:01 raspberrypi CRON[2340]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 04:17:01 raspberrypi CRON[2489]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 05:17:01 raspberrypi CRON[2595]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 06:09:35 raspberrypi dhcpcd[371]: wlan0: carrier lost > Mar 31 06:09:35 raspberrypi dhcpcd[371]: wlan0: deleting address > fe80::e97f:d03b:a1f6:ec82 > Mar 31 06:09:35 raspberrypi avahi-daemon[343]: Withdrawing address record > for fe80::e97f:d03b:a1f6:ec82 on wlan0. > Mar 31 06:09:35 raspberrypi avahi-daemon[343]: Leaving mDNS multicast > group on interface wlan0.IPv6 with address fe80::e97f:d03b:a1f6:ec82. > Mar 31 06:09:35 raspberrypi avahi-daemon[343]: Interface wlan0.IPv6 no > longer relevant for mDNS. > Mar 31 06:09:35 raspberrypi dhcpcd[371]: wlan0: deleting default route via > 192.168.44.88 > Mar 31 06:09:35 raspberrypi dhcpcd[371]: wlan0: deleting route to > 192.168.44.0/24 > Mar 31 06:09:35 raspberrypi avahi-daemon[343]: Withdrawing address record > for 192.168.44.36 on wlan0. > Mar 31 06:09:35 raspberrypi avahi-daemon[343]: Leaving mDNS multicast > group on interface wlan0.IPv4 with address 192.168.44.36. > Mar 31 06:09:35 raspberrypi avahi-daemon[343]: Interface wlan0.IPv4 no > longer relevant for mDNS. > Mar 31 06:09:36 raspberrypi dhcpcd[371]: wlan0: carrier acquired > Mar 31 06:09:36 raspberrypi dhcpcd[371]: wlan0: IAID eb:a4:df:ee > Mar 31 06:09:36 raspberrypi dhcpcd[371]: wlan0: adding address > fe80::e97f:d03b:a1f6:ec82 > Mar 31 06:09:36 raspberrypi dhcpcd[371]: wlan0: rebinding lease of > 192.168.44.36 > Mar 31 06:09:36 raspberrypi dhcpcd[371]: wlan0: probing address > 192.168.44.36/24 > Mar 31 06:09:37 raspberrypi dhcpcd[371]: wlan0: soliciting an IPv6 router > Mar 31 06:09:37 raspberrypi avahi-daemon[343]: Joining mDNS multicast > group on interface wlan0.IPv6 with address fe80::e97f:d03b:a1f6:ec82. > Mar 31 06:09:37 raspberrypi avahi-daemon[343]: New relevant interface > wlan0.IPv6 for mDNS. > Mar 31 06:09:37 raspberrypi avahi-daemon[343]: Registering new address > record for fe80::e97f:d03b:a1f6:ec82 on wlan0.*. > Mar 31 06:09:42 raspberrypi dhcpcd[371]: wlan0: leased 192.168.44.36 for > 86400 seconds > Mar 31 06:09:42 raspberrypi avahi-daemon[343]: Joining mDNS multicast > group on interface wlan0.IPv4 with address 192.168.44.36. > Mar 31 06:09:42 raspberrypi dhcpcd[371]: wlan0: adding route to > 192.168.44.0/24 > Mar 31 06:09:42 raspberrypi dhcpcd[371]: wlan0: adding default route via > 192.168.44.88 > Mar 31 06:09:42 raspberrypi avahi-daemon[343]: New relevant interface > wlan0.IPv4 for mDNS. > Mar 31 06:09:42 raspberrypi avahi-daemon[343]: Registering new address > record for 192.168.44.36 on wlan0.IPv4. > Mar 31 06:09:49 raspberrypi dhcpcd[371]: wlan0: no IPv6 Routers available > Mar 31 06:17:01 raspberrypi CRON[2833]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 06:20:26 raspberrypi systemd[1]: Starting Daily apt upgrade and > clean activities... > Mar 31 06:20:29 raspberrypi systemd[1]: Started Daily apt upgrade and > clean activities. > Mar 31 06:20:29 raspberrypi systemd[1]: apt-daily-upgrade.timer: Adding > 50min 33.236123s random time. > Mar 31 06:20:29 raspberrypi systemd[1]: apt-daily-upgrade.timer: Adding > 42min 59.464801s random time. > Mar 31 06:25:01 raspberrypi CRON[2917]: (root) CMD (test -x > /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )) > Mar 31 06:47:01 raspberrypi CRON[3157]: (root) CMD (test -x > /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )) > Mar 31 07:17:01 raspberrypi CRON[3213]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 08:17:01 raspberrypi CRON[3314]: (root) CMD ( cd / && run-parts > --report /etc/cron.hourly) > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Initializing weewx > version 3.9.1 > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Using Python 2.7.13 > (default, Sep 26 2018, 18:42:22) #012[GCC 6.3.0 20170516] > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Platform > Linux-4.14.79-v7+-armv7l-with-debian-9.4 > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Locale is 'en_US.UTF-8' > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Using configuration file > /etc/weewx/weewx.conf > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Debug is 1 > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Initializing engine > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Loading station type SDR > (user.sdr) > Mar 31 08:44:47 raspberrypi weewx[3408]: sdr: MainThread: driver version > is 0.61 > Mar 31 08:44:47 raspberrypi weewx[3408]: sdr: MainThread: sensor map is > {'outTemp': 'temperature_C.10.FOWH65BPacket', 'outHumidity': > 'humidity.10.FOWH65BPacket', 'windDir': 'wind_dir_deg.10.FOWH65BPacket', > 'windSpeed': 'wind_speed_ms.10.FOWH65BPacket', 'windGust': > 'gust_speed_ms.10.FOWH65BPacket', 'rain': 'rainfall_mm.10.FOWH65BPacket', > 'pressure': 'pressure.86.FOWH25Packet', 'inTemp': > 'temperature.86.FOWH25Packet', 'inHumidity': 'humidity.86.FOWH25Packet', > 'UV': 'uv_index.10.FOWH65BPacket', 'light': 'light_lux.10.FOWH65BPacket', > 'outTempBatteryStatus': 'battery.10.FOWH65BPacket', 'extraTemp1': > 'temperature.160.AmbientWH31EPacket', 'extraTemp2': > 'temperature.211.AmbientWH31EPacket', 'extraTemp3': > 'temperature.6.AmbientWH31EPacket'} > Mar 31 08:44:47 raspberrypi weewx[3408]: sdr: MainThread: deltas is > {'strikes': 'strikes_total', 'rain': 'rain_total'} > Mar 31 08:44:47 raspberrypi weewx[3408]: sdr: MainThread: startup process > 'rtl_433 -M utc -F json -R 20 -R 78 -R113 -f 914880000' > Mar 31 08:44:47 raspberrypi weewx[3408]: sdr: stdout-thread: start async > reader for stdout-thread > Mar 31 08:44:47 raspberrypi weewx[3408]: sdr: stderr-thread: start async > reader for stderr-thread > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Loading service > weewx.engine.StdTimeSynch > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Finished loading service > weewx.engine.StdTimeSynch > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Loading service > weewx.engine.StdConvert > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: StdConvert target unit is > 0x1 > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Finished loading service > weewx.engine.StdConvert > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Loading service > weewx.engine.StdCalibrate > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Finished loading service > weewx.engine.StdCalibrate > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Loading service > weewx.engine.StdQC > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Finished loading service > weewx.engine.StdQC > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Loading service > weewx.wxservices.StdWXCalculate > Mar 31 08:44:47 raspberrypi weewx[3408]: wxcalculate: The following values > will be calculated: barometer=prefer_hardware, windchill=prefer_hardware, > dewpoint=prefer_hardware, appTemp=prefer_hardware, > rainRate=prefer_hardware, windrun=prefer_hardware, > heatindex=prefer_hardware, maxSolarRad=prefer_hardware, > humidex=prefer_hardware, pressure=prefer_hardware, > inDewpoint=prefer_hardware, ET=prefer_hardware, altimeter=prefer_hardware, > cloudbase=prefer_hardware > Mar 31 08:44:47 raspberrypi weewx[3408]: wxcalculate: The following > algorithms will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Finished loading service > weewx.wxservices.StdWXCalculate > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Loading service > weewx.engine.StdArchive > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Archive will use data > binding wx_binding > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Record generation will be > attempted in 'software' > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Using archive interval of > 180 seconds (software record generation) > Mar 31 08:44:47 raspberrypi weewx[3408]: engine: Use LOOP data in hi/low > calculations: 1 > Mar 31 08:44:48 raspberrypi weewx[3408]: manager: Daily summary version is > 2.0 > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Using binding > 'wx_binding' to database 'weewx.sdb' > Mar 31 08:44:48 raspberrypi weewx[3408]: manager: Starting backfill of > daily summaries > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.engine.StdArchive > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.restx.StdStationRegistry > Mar 31 08:44:48 raspberrypi weewx[3408]: restx: StationRegistry: > Registration not requested. > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.restx.StdStationRegistry > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.restx.StdWunderground > Mar 31 08:44:48 raspberrypi weewx[3408]: restx: Wunderground: Posting not > enabled. > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.restx.StdWunderground > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.restx.StdPWSweather > Mar 31 08:44:48 raspberrypi weewx[3408]: restx: PWSweather: Posting not > enabled. > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.restx.StdPWSweather > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.restx.StdCWOP > Mar 31 08:44:48 raspberrypi weewx[3408]: restx: CWOP: Posting not enabled. > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.restx.StdCWOP > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.restx.StdWOW > Mar 31 08:44:48 raspberrypi weewx[3408]: restx: WOW: Posting not enabled. > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.restx.StdWOW > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.restx.StdAWEKAS > Mar 31 08:44:48 raspberrypi weewx[3408]: restx: AWEKAS: Posting not > enabled. > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.restx.StdAWEKAS > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.engine.StdPrint > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.engine.StdPrint > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Loading service > weewx.engine.StdReport > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Finished loading service > weewx.engine.StdReport > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Starting up weewx version > 3.9.1 > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Station does not support > reading the time > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Starting main packet loop. > Mar 31 08:44:48 raspberrypi weewx[3408]: sdr: MainThread: err: ['rtl_433 > version unknown inputs file rtl_tcp RTL-SDR\n', 'Trying conf file at > "rtl_433.conf"...\n', 'Trying conf file at > "/root/.config/rtl_433/rtl_433.conf"...\n', 'Trying conf file at > "/usr/local/etc/rtl_433/rtl_433.conf"...\n', 'Trying conf file at > "/etc/rtl_433/rtl_433.conf"...\n', '\n', '\tConsider using "-M newmodel" to > transition to new model keys. This will become the default someday.\n', > '\tA table of changes and discussion is at > https://github.com/merbanan/rtl_433/pull/986.\n', '\n', 'Registered 97 > out of 123 device decoding protocols [ 1-4 8 11-12 15-17 19-21 23 25-26 > 29-36 38-60 62-64 67-71 73-100 102-103 108-116 119 121 ]\n'] > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Main loop exiting. > Shutting engine down. > Mar 31 08:44:48 raspberrypi weewx[3408]: sdr: MainThread: shutdown process > rtl_433 -M utc -F json -R 20 -R 78 -R113 -f 914880000 > Mar 31 08:44:48 raspberrypi weewx[3408]: sdr: MainThread: waiting for > stdout-thread > Mar 31 08:44:48 raspberrypi weewx[3408]: sdr: MainThread: waiting for > stderr-thread > Mar 31 08:44:48 raspberrypi weewx[3408]: sdr: MainThread: close stdout > Mar 31 08:44:48 raspberrypi weewx[3408]: sdr: MainThread: close stderr > Mar 31 08:44:48 raspberrypi weewx[3408]: sdr: MainThread: kill process > Mar 31 08:44:48 raspberrypi weewx[3408]: engine: Caught WeeWxIOError: > rtl_433 process is not running > Mar 31 08:44:48 raspberrypi weewx[3408]: **** Waiting 60 seconds then > retrying... > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
