Tom

Just to report, that is "nothing" to report (and that's a good thing)....

WeeWx 4.0 working fine on my setup:

   - rPi 4
   - Python 3
   - WeatherFlow
   - QNAP NAS (as webserver)
   - Belchertown skin 1.1

Update was smooth. I still keeps the original path (instead 'home'), but 
just edited 'setup.cfg'.

----------------------------------------------------------------------------------------------------------

For those that still keeps the original path, the following is my update 
'howto' for rPi:

1) Backup 
/etc/weewx
/usr/share/weewx

2) Download
# wget http://www.weewx.com/downloads/weewx-4.0.0.tar.gz (or other newer, 
if the case)
# tar zxvf [weewx-xxx.tar.gz]

3) Config
# cd weewx-xxx
# nano setup.cfg


- Edit to install locations
[install]
home = /etc/weewx
prefix =
exec-prefix =
install_lib = /usr/share/weewx
install_scripts = /usr/share/weewx

# ./setup.py build 
# ./setup.py install

- copy old files from backup, if necessary (as weewx.conf, extensions.py, 
or other)
# cp extensions.py - to - /usr/share/weewx/user
# cp [driver].py* - to - /usr/share/weewx/user

# service weewx start
# tail -f /var/log/syslog
# wee_reports

Xant

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/f839fcdb-ef5b-4a5f-905a-7797bccfc67d%40googlegroups.com.

Reply via email to