weewx runs as a daemon on boot here, so I used sudo /etc/init.d/weewx stop,
then started it again. I attach an extract of syslog from the stop/start
for some minutes after. it looks like weewx starts properly and begins to
listen, but never gets data or times out.
I attached wewx.conf to an earlier posting; perhaps someone who has a
working WeatherFlow setup can look at that.
I used Vince's listen script and the output from that is attached to an
earlier posting. The rpi seems to be getting hub information but no sensor
data.
All help is greatly appreciated.
On Sunday, October 13, 2019 at 4:45:02 PM UTC-6, mwall wrote:
>
>
>
> On Sunday, October 13, 2019 at 1:43:31 PM UTC-4, Timothy Buchanan wrote:
>>
>>
>> Attached syslog file.
>>
>
> please send the log starting just before weewx starts up
>
--
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/9848bfbc-fb55-4fe1-b0ed-1ccdea99a14f%40googlegroups.com.
Oct 13 17:18:10 raspberrypi systemd[1]: Stopping LSB: weewx weather system...
Oct 13 17:18:10 raspberrypi weewx[1072]: engine: Main loop exiting. Shutting
engine down.
Oct 13 17:18:10 raspberrypi weewx[1072]: engine: Terminating weewx version 3.9.2
Oct 13 17:18:10 raspberrypi weewx[1139]: Stopping weewx weather system: weewx.
Oct 13 17:18:10 raspberrypi systemd[1]: weewx.service: Succeeded.
Oct 13 17:18:10 raspberrypi systemd[1]: Stopped LSB: weewx weather system.
Oct 13 17:18:50 raspberrypi systemd[1]: Starting LSB: weewx weather system...
Oct 13 17:18:50 raspberrypi weewx[1217]: engine: Initializing weewx version
3.9.2
Oct 13 17:18:50 raspberrypi weewx[1217]: engine: Using Python 2.7.16 (default,
Apr 6 2019, 01:42:57) #012[GCC 8.2.0]
Oct 13 17:18:50 raspberrypi weewx[1217]: engine: Platform
Linux-4.19.75-v7+-armv7l-with-debian-10.1
Oct 13 17:18:50 raspberrypi weewx[1217]: engine: Locale is 'en_US.UTF-8'
Oct 13 17:18:50 raspberrypi weewx[1217]: engine: pid file is /var/run/weewx.pid
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Using configuration file
/etc/weewx/weewx.conf
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Loading station type
WeatherFlowUDP (user.weatherflowudp)
Oct 13 17:18:50 raspberrypi weewx[1206]: Starting weewx weather system: weewx.
Oct 13 17:18:50 raspberrypi systemd[1]: Started LSB: weewx weather system.
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: driver
version is 1.03
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: sensor map
is {'outTemp': 'air_temperature.AR-00004444.obs_air', 'outHumidity':
'relative_humidity.AR-00004444.obs_air', 'pressure':
'station_pressure.AR-00004444.obs_air', 'outTempBatteryStatus':
'battery.AR-00004444.obs_air', 'windSpeed':
'wind_speed.SK-00001234.rapid_wind', 'windDir':
'wind_direction.SK-00001234.rapid_wind', 'UV': 'uv.SK-00001234.obs_sky',
'rain': 'rain_accumulated.SK-00001234.obs_sky', 'windBatteryStatus':
'battery.SK-00001234.obs_sky', 'radiation':
'solar_radiation.SK-00001234.obs_sky'}
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: *** Sensor
names per packet type
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: packet
rapid_wind: ('time_epoch', 'wind_speed', 'wind_direction')
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: packet
obs_sky: ('time_epoch', 'illuminance', 'uv', 'rain_accumulated', 'wind_lull',
'wind_avg', 'wind_gust', 'wind_direction', 'battery', 'report_interval',
'solar_radiation', 'local_day_rain_accumulation', 'precipitation_type',
'wind_sample_interval')
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: packet
obs_air: ('time_epoch', 'station_pressure', 'air_temperature',
'relative_humidity', 'lightning_strike_count', 'lightning_strike_avg_distance',
'battery', 'report_interval')
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: packet
evt_precip: time_epoch
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: packet
evt_strike: ('time_epoch', 'distance', 'energy')
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: StdConvert target unit is 0x1
Oct 13 17:18:50 raspberrypi weewx[1221]: 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
Oct 13 17:18:50 raspberrypi weewx[1221]: wxcalculate: The following algorithms
will be used for calculations: altimeter=aaNOAA, maxSolarRad=RS
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Archive will use data binding
wx_binding
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Record generation will be
attempted in 'hardware'
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Using archive interval of 300
seconds (specified in weewx configuration)
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Using binding 'wx_binding' to
database 'weewx.sdb'
Oct 13 17:18:50 raspberrypi weewx[1221]: manager: Starting backfill of daily
summaries
Oct 13 17:18:50 raspberrypi weewx[1221]: restx: StationRegistry: Registration
not requested.
Oct 13 17:18:50 raspberrypi weewx[1221]: restx: Wunderground: Posting not
enabled.
Oct 13 17:18:50 raspberrypi weewx[1221]: restx: PWSweather: Posting not enabled.
Oct 13 17:18:50 raspberrypi weewx[1221]: restx: CWOP: Posting not enabled.
Oct 13 17:18:50 raspberrypi weewx[1221]: restx: WOW: Posting not enabled.
Oct 13 17:18:50 raspberrypi weewx[1221]: restx: AWEKAS: Posting not enabled.
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Starting up weewx version 3.9.2
Oct 13 17:18:50 raspberrypi weewx[1221]: engine: Starting main packet loop.
Oct 13 17:18:50 raspberrypi weewx[1221]: weatherflowudp: MainThread: Listening
for UDP broadcasts to IP address <broadcast> on port 50222, with timeout 90 and
share_socket True...
Oct 13 17:26:44 raspberrypi systemd[1]: Starting Cleanup of Temporary
Directories...
Oct 13 17:26:44 raspberrypi systemd[1]: systemd-tmpfiles-clean.service:
Succeeded.
Oct 13 17:26:44 raspberrypi systemd[1]: Started Cleanup of Temporary
Directories.
Oct 13 17:44:13 raspberrypi kernel: [ 1977.270682] usb 1-1.5: new high-speed
USB device number 4 using dwc_otg
Oct 13 17:44:13 raspberrypi kernel: [ 1977.403396] usb 1-1.5: New USB device
found, idVendor=0951, idProduct=1603, bcdDevice= 2.00
Oct 13 17:44:13 raspberrypi kernel: [ 1977.403414] usb 1-1.5: New USB device
strings: Mfr=1, Product=2, SerialNumber=3
Oct 13 17:44:13 raspberrypi kernel: [ 1977.403425] usb 1-1.5: Product:
DataTraveler 2.0
Oct 13 17:44:13 raspberrypi kernel: [ 1977.403434] usb 1-1.5: Manufacturer:
Kingston
Oct 13 17:44:13 raspberrypi kernel: [ 1977.403444] usb 1-1.5: SerialNumber:
001000000000000000000122
Oct 13 17:44:13 raspberrypi kernel: [ 1977.404369] usb-storage 1-1.5:1.0: USB
Mass Storage device detected
Oct 13 17:44:13 raspberrypi kernel: [ 1977.421195] scsi host0: usb-storage
1-1.5:1.0
Oct 13 17:44:13 raspberrypi mtp-probe: checking bus 1, device 4:
"/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Oct 13 17:44:13 raspberrypi mtp-probe: bus: 1, device: 4 was not an MTP device
Oct 13 17:44:13 raspberrypi kernel: [ 1977.487489] usbcore: registered new
interface driver uas
Oct 13 17:44:13 raspberrypi mtp-probe: checking bus 1, device 4:
"/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5"
Oct 13 17:44:13 raspberrypi mtp-probe: bus: 1, device: 4 was not an MTP device
Oct 13 17:44:14 raspberrypi kernel: [ 1978.481666] scsi 0:0:0:0: Direct-Access
Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 2
Oct 13 17:44:14 raspberrypi kernel: [ 1978.484448] sd 0:0:0:0: [sda] 7818240
512-byte logical blocks: (4.00 GB/3.73 GiB)
Oct 13 17:44:14 raspberrypi kernel: [ 1978.484814] sd 0:0:0:0: [sda] Write
Protect is off
Oct 13 17:44:14 raspberrypi kernel: [ 1978.484827] sd 0:0:0:0: [sda] Mode
Sense: 23 00 00 00
Oct 13 17:44:14 raspberrypi kernel: [ 1978.485186] sd 0:0:0:0: [sda] No Caching
mode page found
Oct 13 17:44:14 raspberrypi kernel: [ 1978.485198] sd 0:0:0:0: [sda] Assuming
drive cache: write through
Oct 13 17:44:14 raspberrypi kernel: [ 1978.511877] sd 0:0:0:0: Attached scsi
generic sg0 type 0
Oct 13 17:44:14 raspberrypi kernel: [ 1978.640293] sda: sda1
Oct 13 17:44:14 raspberrypi kernel: [ 1978.649205] sd 0:0:0:0: [sda] Attached
SCSI removable disk
Oct 13 17:44:15 raspberrypi kernel: [ 1979.517348] FAT-fs (sda1): Volume was
not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 13 17:44:15 raspberrypi systemd[1]: Created slice
system-clean\x2dmount\x2dpoint.slice.
Oct 13 17:44:15 raspberrypi systemd[1]: Started Clean the /media/pi/UNTITLED
mount point.
Oct 13 17:44:15 raspberrypi udisksd[319]: Mounted /dev/sda1 at
/media/pi/UNTITLED on behalf of uid 1000