> > Jun 20 21:17:30 wx-rpi weewx[24467]: engine: Using configuration file /etc > /weewx/weewx.conf >
Ahah, my mistake, I assumed this was a setup.py instal <http://weewx.com/docs/setup.htm>l but it appears it is not. No matter, do you have a directory /usr/share/weewx/user ? If so, try putting Raspberry_Pi.py there, stop then start weeWX and see how that goes. If it fails or if such a directory doesn't exist, it might be time to post weewx.conf in its entirety (remove any passwords/sensitive info) as well as a log extract from weewx start until it exits; often there are clues in the leadup to, or the error trace after, the error occurs. Gary On Wednesday, 21 June 2017 13:03:24 UTC+10, Bob Snyder wrote: > > Thanks for the quick reply, Gary. Yes, /usr seemed odd to me. My mind > went there instead of user when I read where to create the driver script. > > I implemented the changes you suggested but get the same error. > > pi@wx-rpi:/home/weewx/bin/user $ ls -l > total 4 > -rw-r--r-- 1 pi pi 2664 Jun 20 21:17 Raspberry_Pi.py > > [Raspberry_Pi] > loop_interval = 5 > driver = user.Raspberry_Pi > > Jun 20 21:53:16 wx-rpi weewx[24736]: engine: Loading station type > Raspberry_Pi (user.Raspberry_Pi) > Jun 20 21:53:16 wx-rpi weewx[24736]: engine: Caught unrecoverable > exception in engine: > Jun 20 21:53:16 wx-rpi weewx[24736]: **** No module named > Raspberry_Pi > > > > On Tuesday, June 20, 2017 at 9:36:41 PM UTC-5, gjr80 wrote: >> >> Hi, >> >> I think you should be putting your Raspberry_Pi.py file in the >> /home/weewx/bin/user >> directory not /usr. >> >> Also, under [Raspberry_Pi] you should use >> >> driver = user.Raspberry_Pi >> >> not >> >> driver = usr.Raspberry_Pi >> >> Gary >> > -- 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.
