I have weewx running for over a year on a Pi 3 running debian 10.13.  I am 
using a Tempest sensor and the weatherflowudp.  My sensor died and I have 
replaced it using the replace feature, which duplicates the old sensor by 
duplicating the name, so all my config files can remain unchanged.  I am 
also using wfpiconsole and that picked up seamlessly when the new sensor 
came online.  I have not changed /etc/weewx/weewx.conf

I have stopped/started and rebooted, but there are no data updates.  The 
syslog after starting is below.  My last data update was from January 9 at 
7:55 pm local time and when I look at the  /var/www/html/weewx/ folder and 
the FTP folder on an external webserver everything is frozen at the January 
9 7:55 time.

Where can I look or what can I do to get this going again?  I don't see any 
errors that jump out to me in the syslog.

Thanks,

Dan

Jan 20 14:15:55 pimatrix systemd[1]: Starting LSB: weewx weather system...
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: Initializing weewx 
version 4.9.1
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: Using Python 3.7.3 
(default, Oct 31 2022, 14:04:00) #012[GCC 8.3.0]
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: Located at /bin/python3
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: Platform 
Linux-5.10.103-v7+-armv7l-with-debian-10.13
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: Locale is 'en_US.UTF-8'
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: Using configuration 
file /etc/weewx/weewx.conf
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: Debug is 0
Jan 20 14:15:55 pimatrix weewx[6919] INFO __main__: PID file is 
/var/run/weewx.pid
Jan 20 14:15:55 pimatrix weewx[6923] INFO weewx.engine: Loading station 
type WeatherFlowUDP (user.weatherflowudp)
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: driver 
version is 1.10
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: sensor map is 
{'outTemp': 'air_temperature.ST-00044122.obs_st', 'outHumidity': 
'relative_humidity.ST-00044122.obs_st', 'pressure': 
'station_pressure.ST-00044122.obs_st', 'lightning_strikes': 
'lightning_strike_count.ST-00044122.obs_st', 'avg_distance': 
'lightning_strike_avg_distance.ST-00044122.obs_st', 'outTempBatteryStatus': 
'battery.ST-00044122.obs_st', 'windSpeed': 
'wind_speed.ST-00044122.rapid_wind', 'windDir': 
'wind_direction.ST-00044122.rapid_wind', 'luxXXX': 
'illuminance.ST-00044122.obs_st', 'UV': 'uv.ST-00044122.obs_st', 'rain': 
'rain_accumulated.ST-00044122.obs_st', 'radiation': 
'solar_radiation.ST-00044122.obs_st', 'lightningXXX': 
'distance.ST-00044122.evt_strike', 'lightningYYY': 
'energy.ST-00044122.evt_strike'}
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: *** Sensor 
names per packet type
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: packet 
obs_air: ('time_epoch', 'station_pressure', 'air_temperature', 
'relative_humidity', 'lightning_strike_count', 
'lightning_strike_avg_distance', 'battery', 'report_interval')
Jan 20 14:15:55 pimatrix /weewxd: 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')
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: packet 
rapid_wind: ('time_epoch', 'wind_speed', 'wind_direction')
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: packet 
evt_precip: time_epoch
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: packet 
evt_strike: ('time_epoch', 'distance', 'energy')
Jan 20 14:15:55 pimatrix /weewxd: weatherflowudp: MainThread: packet 
obs_st: ('time_epoch', 'wind_lull', 'wind_avg', 'wind_gust', 
'wind_direction', 'wind_sample_interval', 'station_pressure', 
'air_temperature', 'relative_humidity', 'illuminance', 'uv', 
'solar_radiation', 'rain_accumulated', 'precipitation_type', 
'lightning_strike_avg_distance', 'lightning_strike_count', 'battery', 
'report_interval')
Jan 20 14:15:55 pimatrix weewx[6923] INFO weewx.engine: StdConvert target 
unit is 0x1
Jan 20 14:15:55 pimatrix weewx[6923] INFO weewx.wxservices: StdWXCalculate 
will use data binding wx_binding
Jan 20 14:15:55 pimatrix weewx[6923] INFO weewx.engine: Archive will use 
data binding wx_binding
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.engine: Record generation 
will be attempted in 'hardware'
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.engine: Using archive 
interval of 300 seconds (specified in weewx configuration)
Jan 20 14:15:56 pimatrix weewx[6908]: Starting weewx weather system: weewx.
Jan 20 14:15:56 pimatrix systemd[1]: Started LSB: weewx weather system.
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.restx: StationRegistry: 
Registration not requested.
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.restx: Wunderground: 
Posting not enabled.
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.restx: PWSweather: Posting 
not enabled.
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.restx: CWOP: Posting not 
enabled.
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.restx: WOW: Posting not 
enabled.
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.restx: AWEKAS: Posting not 
enabled.
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.engine: 'pyephem' not 
detected, extended almanac data is not available
Jan 20 14:15:56 pimatrix weewx[6923] INFO __main__: Starting up weewx 
version 4.9.1
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.manager: Starting backfill 
of daily summaries
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.manager: Daily summaries up 
to date
Jan 20 14:15:56 pimatrix weewx[6923] INFO weewx.engine: Starting main 
packet loop.
Jan 20 14:15:56 pimatrix /weewxd: weatherflowudp: MainThread: Listening for 
UDP broadcasts to IP address <broadcast> on port 50222, with timeout 90 and 
share_socket False...

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/737d03ab-c94d-4883-8203-d64161bf2be9n%40googlegroups.com.

Reply via email to