--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/7861da3b-f346-43d3-81fc-4fcb11e7df5en%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zECAbGO%3DTBJLC5QsE5kps9-sDXJUp5KFE-oxEUgpi4A-uA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/3a8da31f-86e1-4759-9c2a-86e6a8307390n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDBVi7UAxFf6XQO%3DMMS%3DTPUVELwXoL-i6ERWrx5-D-TdQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CALNFVsjnQOM11L82NvCcTRU3LK%2Bb3t6q%2BW8HWm0xnyGhSCcaJQ%40mail.gmail.com.
-------
Prerequisites for Debian 10 (Buster), Raspbian 10, Ubuntu 18.04-19.10
sudo apt update # Required sudo apt install python3-configobj sudo apt install python3-pil sudo apt install python3-serial sudo apt install python3-usb sudo apt install python3-pip # This works for most installations... sudo apt install python3-cheetah # ... if not, try this: sudo pip3 install Cheetah3 # Optional: for extended almanac information sudo apt install python3-ephem
After installing the prerequisites, you can install WeeWX itself.
Expand the source archive:
tar xvfz weewx-X.Y.Z.tar.gz
Change directory into the expanded archive:
cd weewx-X.Y.Z
To specify an install location different from the default /home/weewx, modify the parameter home in the setup.cfg file. Mac users will want to change it to /Users/Shared/weewx.
Then build and install. Python 2 users: substitute python2 for python3.
python3 ./setup.py build sudo python3 ./setup.py install
cd /home/weewx sudo cp util/init.d/weewx.debian /etc/init.d/weewx sudo chmod +x /etc/init.d/weewx sudo update-rc.d weewx defaults 98 sudo /etc/init.d/weewx start
Look in the system log for messages from WeeWX. For example, on Debian systems:
sudo tail -f /var/log/syslog--------
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/51e24e5e-f4b5-4899-8371-6f8586f78347n%40googlegroups.com.
pi@pi-weewx:/var/log $ logger -p user.debug "This is a debug message"pi@pi-weewx:/var/log $ ls -l /var/log/syslog*
-rw-r----- 1 root adm 0 Jän 23 00:00 /var/log/syslog
-rw-r----- 1 root adm 284251 Jän 22 19:44 /var/log/syslog.1
-rw-r----- 1 root adm 31249 Jän 20 16:15 /var/log/syslog.2.gz
-rw-r----- 1 root adm 109457 Jän 14 18:44 /var/log/syslog.3.gz
--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8ef87c41-53c5-4d7c-9814-f9d0598c20b6n%40googlegroups.com.