1. It's weewx.drivers, not weewx.driver. 2. You did not provide any context on the error. Assuming you meant to type weewx.drivers, the problem is likely to be a PYTHONPATH problem.
-tk On Mon, Jan 15, 2018 at 1:43 PM, Thomas Boström <[email protected]> wrote: > Trying to run the airmar.py driver. Can't find weewx.driver, where can I > find it? Have I miss something in my Raspberry Py setup? > > /Thomas > > Den lördag 2 december 2017 kl. 11:58:01 UTC+1 skrev Tom Keffer: >> >> Take a look at this driver for the Airmar 150WX >> <https://github.com/fullergalway/weewx-airmar-150wx-driver>, which uses >> NMEA. It's a bit of a hack, but it might get you started. >> >> -tk >> >> On Sat, Dec 2, 2017 at 2:32 AM, Adam Lewis <[email protected]> wrote: >> >>> I've searched the User Guide and the User support forum and cant find an >>> answer, i've also looked at developments and cant find anything. >>> >>> I live on my boat and have a full set of navigation instruments, which >>> include: >>> >>> Air temp >>> Sea Temp >>> Wind Direction >>> Wind Speed >>> >>> Plus a whole load of navigation data. >>> >>> What i'd like to do is to be able to feed the data I have into weewx, >>> the data is in standard NMEA format via RS232 (9600 baud), so it should be >>> fairly simple to integrate. Only thing is my coding skills are definitely >>> not up to it. I was wondering if anyone else out there is working on it or >>> would like to develop it? >>> >>> >>> >>
