The good news is that it's installed. I'm not too familiar with USB connected devices with weewx, so someone else may need to step in here.
Some more questions that may be helpful: 1. Have you rebooted the Pi since installing? 2. Can you verify the station is plugged into the USB? 3. If yes, can you move it to another USB port? After a reboot, paste the output of: Enter code here... sudo lsusb On Tuesday, January 29, 2019 at 6:39:59 AM UTC-5, David Thomas wrote: > > Thanks for sticking with me Pat, and the other guys. I'm trying everything > suggested. > > Here are the outputs from your suggestions Pat. > > *pi@weewx*:*~ $* sudo apt-get policy weewx > > E: Invalid operation policy > > > *pi@weewx*:*~ $* sudo which weewxd > > /usr/bin/weewxd > > > *pi@weewx*:*~ $* sudo ls -al /etc/weewx > > total 68 > > drwxr-xr-x 9 root root 4096 Jan 28 20:52 . > > drwxr-xr-x 113 root root 4096 Jan 29 11:09 .. > > drwxr-xr-x 3 root root 4096 Jan 28 20:51 apache > > drwxr-xr-x 2 root root 4096 Jan 28 20:52 import > > drwxr-xr-x 2 root root 4096 Jan 28 20:52 logrotate.d > > drwxr-xr-x 4 root root 4096 Jan 28 20:51 logwatch > > drwxr-xr-x 2 root root 4096 Jan 28 20:52 rsyslog.d > > drwxr-xr-x 5 root root 4096 Jan 28 20:51 skins > > drwxr-xr-x 3 root root 4096 Jan 28 20:51 udev > > -rw-r--r-- 1 root root 14711 Jan 28 20:52 weewx.conf > > -rw-r--r-- 1 root root 13874 Aug 16 17:06 weewx.conf.dist > > > *pi@weewx*:*~ $* sudo ls -al /var/www/html > > total 20 > > drwxr-xr-x 2 root root 4096 Jan 29 11:08 . > > drwxr-xr-x 3 root root 4096 Jan 29 11:07 .. > > -rw-r--r-- 1 root root 10701 Jan 29 11:08 index.html > > > *pi@weewx*:*~ $* sudo service weewx start > > > *pi@weewx*:*~ $* journalctl -u weewx > > -- Logs begin at Tue 2019-01-29 11:11:12 GMT, end at Tue 2019-01-29 > 11:16:42 GMT. -- > > Jan 29 11:11:16 weewx systemd[1]: Starting LSB: weewx weather system... > > Jan 29 11:11:46 weewx weewx[380]: engine: Initializing weewx version 3.8.2 > > Jan 29 11:11:46 weewx weewx[380]: engine: Using Python 2.7.13 (default, > Nov 24 2017, 17:33:09) > > [GCC 6.3.0 20170516] > > Jan 29 11:11:46 weewx weewx[380]: engine: Platform > Linux-4.14.34-v7+-armv7l-with-debian-9.4 > > Jan 29 11:11:46 weewx weewx[380]: engine: Locale is 'en_GB.UTF-8' > > Jan 29 11:11:46 weewx weewx[380]: engine: pid file is /var/run/weewx.pid > > Jan 29 11:11:46 weewx weewx[516]: engine: Using configuration file > /etc/weewx/weewx.conf > > Jan 29 11:11:46 weewx weewx[516]: engine: Loading station type > FineOffsetUSB (weewx.drivers.fousb) > > Jan 29 11:11:46 weewx weewx[308]: Starting weewx weather system: weewx. > > Jan 29 11:11:46 weewx systemd[1]: Started LSB: weewx weather system. > > Jan 29 11:11:46 weewx weewx[516]: fousb: driver version is 1.9 > > Jan 29 11:11:46 weewx weewx[516]: fousb: polling mode is PERIODIC > > Jan 29 11:11:46 weewx weewx[516]: fousb: polling interval is 60 > > Jan 29 11:11:46 weewx weewx[516]: *fousb: Cannot find USB device with > Vendor=0x1941 ProdID=0x8021 Device=None* > > Jan 29 11:11:46 weewx weewx[516]: *import of driver failed: Unable to > find USB device (<class 'weewx.WeeWxIOError'>)* > > Jan 29 11:11:46 weewx weewx[516]: *engine: Unable to load driver: Unable > to find USB device* > > Jan 29 11:11:46 weewx weewx[516]: * **** Exiting...* > > > > I did install Apache as suggested by Scott Grayban and when I access the > RPi from a browser I only see the 'default' Apache web page. > > > finally here is the output from the command suggested by Vince. > > > *pi@weewx*:*~ $* sudo systemctl status weewx > > *●* weewx.service - LSB: weewx weather system > > Loaded: loaded (/etc/init.d/weewx; generated; vendor preset: enabled) > > Active: *active (exited)* since Tue 2019-01-29 11:11:46 GMT; 23min ago > > Docs: man:systemd-sysv-generator(8) > > Process: 308 ExecStart=/etc/init.d/weewx start (code=exited, > status=0/SUCCESS) > > CGroup: /system.slice/weewx.service > > > Jan 29 11:11:46 weewx weewx[516]: engine: Loading station type > FineOffsetUSB (weewx.drivers.fousb) > > Jan 29 11:11:46 weewx weewx[308]: Starting weewx weather system: weewx. > > Jan 29 11:11:46 weewx systemd[1]: Started LSB: weewx weather system. > > Jan 29 11:11:46 weewx weewx[516]: fousb: driver version is 1.9 > > Jan 29 11:11:46 weewx weewx[516]: fousb: polling mode is PERIODIC > > Jan 29 11:11:46 weewx weewx[516]: fousb: polling interval is 60 > > Jan 29 11:11:46 weewx weewx[516]: *fousb: Cannot find USB device with > Vendor=0x1941 ProdID=0x8021 Device=None* > > Jan 29 11:11:46 weewx weewx[516]: *import of driver failed: Unable to > find USB device (<class 'weewx.WeeWxIOError'>)* > > Jan 29 11:11:46 weewx weewx[516]: *engine: Unable to load driver: Unable > to find USB device* > > Jan 29 11:11:46 weewx weewx[516]: * **** Exiting...* > > *pi@weewx*:*~ $* > > > > -- 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.
