On Tuesday, February 21, 2017 at 2:14:47 AM UTC-5, Torbjørn Aasen wrote: > > Sorry I nag so much on you. > But I am a little distressed over not get it to work. > > I ran your commands and this is what came in the log > ... > Feb 21 07:38:53 raspberrypi weewx[657]: engine: Starting up weewx version > 3.6.2 > Feb 21 07:38:53 raspberrypi weewx[657]: wmr300: reading records since > ******* N/A ******* ( N/A ) > > please update to the latest wmr300 driver.
1) stop weewx sudo /etc/init.d/weewx stop 2) download the driver (v0.18rc4 as of 22feb2017): wget -O wmr300-0.18rc4.py https://raw.githubusercontent.com/weewx/weewx/development/bin/weewx/drivers/wmr300.py 3) move the old driver aside sudo mv /usr/share/weewx/weewx/drivers/wmr300.py /usr/share/weewx/weewx/drivers/wmr300.py-orig 4) place the new driver sudo cp wmr300-0.18rc4.py /usr/share/weewx/weewx/drivers/wmr300.py 5) start weewx sudo /etc/init.d/weewx start if the logger has much data in it, reading the logger could take as much as an hour or two on a slow computer such as a raspberry pi. but the latest driver should provide some feedback in the log as it reads data. m -- 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.
