On Thursday, September 8, 2016 at 5:47:49 PM UTC-4, Andy Harrold wrote:
>
> I'm needing to update the te923 driver to the latest version 0.18
> Where is this file located so I can update it ?
> I have the latest version from 
> https://github.com/weewx/weewx/blob/master/bin/weewx/drivers/te923.py
> How do I instal it? (Newbie on Raspbian!)
> Thanks
>


assuming a setup.py installation, it looks something like this:

1) stop weewx

sudo /etc/init.d/weewx stop

2) move the old driver aside

sudo mv /home/weewx/bin/weewx/drivers/te923.py 
/home/weewx/bin/weewx/drivers/te923-0.17.py

3) put the new driver in place

sudo cp ~/Downloads/te923.py /home/weewx/bin/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 weewx-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to