On Tuesday, August 9, 2016 at 3:01:42 AM UTC-4, Łukasz Nowak wrote: > > Hi! > > I reinstalled my ubuntu and install newest weewx version but cannot run > it, it returns me an error: > > My config file is very standard fo TE923, didn't change anything. > > Can I ask you for help about this error? >
hello Łukasz, the te923 driver has changed since weewx 3.5.0 was released. please install the latest te923 driver: 1) download the new driver file wget --no-check-certificate -O ~/Downloads/te923-0.18.py https://raw.githubusercontent.com/weewx/weewx/master/bin/weewx/drivers/te923.py 2) move aside the old driver sudo mv /usr/share/weewx/weewx/drivers/te923.py /usr/share/weewx/weewx/drivers/te923-0.17.py 3) install the new driver sudo cp ~/Downloads/te923-0.18.py /usr/share/weewx/weewx/drivers/te923.py 4) start weewx sudo /etc/init.d/weewx start -- 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.
