Ok,
I reinstalled the extension and here is what's happening:

Jun 24 15:06:28 MITX-6930 systemd[1]: Starting LSB: weewx weather system...
Jun 24 15:06:28 MITX-6930 weewx[24692]:  * Starting weewx weather system 
weewx
Jun 24 15:06:28 MITX-6930 weewx[24704]: engine: Initializing weewx version 
3.9.1
Jun 24 15:06:28 MITX-6930 weewx[24704]: engine: Using Python 2.7.15rc1 (
default, Nov 12 2018, 14:31:15) #012[GCC 7.3.0]
Jun 24 15:06:28 MITX-6930 weewx[24704]: engine: Platform Linux-4.15.0-47-
generic-x86_64-with-Ubuntu-18.04-bionic
Jun 24 15:06:28 MITX-6930 weewx[24704]: engine: Locale is 'en_US.UTF-8'
Jun 24 15:06:28 MITX-6930 weewx[24704]: engine: pid file is /var/run/weewx.
pid
Jun 24 15:06:28 MITX-6930 weewx[24692]:    ...done.
Jun 24 15:06:28 MITX-6930 systemd[1]: Started LSB: weewx weather system.
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Using configuration file /
etc/weewx/weewx.conf
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Debug is 1
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Initializing engine
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Loading station type 
WeatherFlowUDP (user.weatherflowudp)
Jun 24 15:06:28 MITX-6930 weewx[24708]: weatherflowudp: MainThread: driver 
version is 1.03
Jun 24 15:06:28 MITX-6930 weewx[24708]: weatherflowudp: MainThread: sensor 
map is {'outTemp': 'air_temperature.AR-00001347.obs_air', 'outHumidity': 
'relative_humidity.AR-00001347.obs_air', 'pressure': 
'station_pressure.AR-00001347.obs_air', 'lightningStrikeCount': 
'lightning_strike_count.AR-00001347.obs_air', 'lightningStrikeDistance': 
'lightning_strike_avg_distance.AR-00001347.obs_air', 'outTempBatteryStatus': 
'battery.AR-00001347.obs_air', 'windSpeed': 
'wind_speed.SK-00015052.rapid_wind', 'windDir': 
'wind_direction.SK-00015052.rapid_wind', 'windLull': 
'wind_lull.SK_00015052.obs_sky', 'illuminance': 
'illuminance.SK-00015052.obs_sky', 'precipitationType': 
'precipitation_type.SK_00015052.obs_sky', 'hubRssi': 
'rssi.HB_00011764.hub_status', 'skyrssi': 'rssi.SK_00015052.device_status', 
'airrssi': 'rssi.AR_00001347.device_status', 'skyBatteryVoltage': 
'battery.SK-00015052.obs_sky', 'airBatteryVoltage': 
'battery.AR-00001347.obs_air', 'UV': 'uv.SK-00015052.obs_sky', 'rain': 
'rain_accumulated.SK-00015052.obs_sky', 'windBatteryStatus': 
'battery.SK-00015052.obs_sky', 'radiation': 
'solar_radiation.SK-00015052.obs_sky'}
Jun 24 15:06:28 MITX-6930 weewx[24708]: weatherflowudp: MainThread: *** 
Sensor names per packet type
Jun 24 15:06:28 MITX-6930 weewx[24708]: weatherflowudp: MainThread: packet 
rapid_wind: ('time_epoch', 'wind_speed', 'wind_direction')
Jun 24 15:06:28 MITX-6930 weewx[24708]: 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')
Jun 24 15:06:28 MITX-6930 weewx[24708]: weatherflowudp: MainThread: packet 
obs_air: ('time_epoch', 'station_pressure', 'air_temperature', 
'relative_humidity', 'lightning_strike_count', 
'lightning_strike_avg_distance', 'battery', 'report_interval')
Jun 24 15:06:28 MITX-6930 weewx[24708]: weatherflowudp: MainThread: packet 
evt_precip: time_epoch
Jun 24 15:06:28 MITX-6930 weewx[24708]: weatherflowudp: MainThread: packet 
evt_strike: ('time_epoch', 'distance', 'energy')
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Loading service weewx.engine
.StdTimeSynch
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Finished loading service 
weewx.engine.StdTimeSynch
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Loading service user.
MQTTSubscribe.MQTTSubscribeService
Jun 24 15:06:28 MITX-6930 weewx[24708]: engine: Caught unrecoverable 
exception in engine:
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****  Module 
'user.MQTTSubscribe' has no attribute 'MQTTSubscribeService' when searching 
for 'user.MQTTSubscribe.MQTTSubscribeService'
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****  Traceback (most recent 
call last):
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****    File 
"/usr/share/weewx/weewx/engine.py", line 884, in main
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****      engine = engine_class(
config_dict)
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****    File 
"/usr/share/weewx/weewx/engine.py", line 78, in __init__
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****      self.loadServices(
config_dict)
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****    File 
"/usr/share/weewx/weewx/engine.py", line 142, in loadServices
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****      self.service_obj.
append(weeutil.weeutil._get_object(svc)(self, config_dict))
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****    File 
"/usr/share/weewx/weeutil/weeutil.py", line 1139, in _get_object
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****      "Module '%s' has no 
attribute '%s' when searching for '%s'" % (mod.__name__, part, module_class
))
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****  AttributeError: Module 
'user.MQTTSubscribe' has no attribute 'MQTTSubscribeService' when searching 
for 'user.MQTTSubscribe.MQTTSubscribeService'
Jun 24 15:06:28 MITX-6930 weewx[24708]:     ****  Exiting.


-- 
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/4956f2cc-3b88-4b02-ab2c-205c64d97586%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to