apt-get update apt-get upgradeDownload the latest Debian Weewx version (http://sourceforge.net/projects/weewx/files/) using wget. Then run
dpkg -i weewx_2.6.4-1_all.debThis will most likely throw error errors about missing dependencies. Install them using apt-get install
dpkg -i weewx_2.6.4.1_all.deb (Reading database ... 75409 files and directories currently installed.) Preparing to replace weewx 2.6.4-1 (using weewx_2.6.4.1_all.deb) ... Unpacking replacement weewx ... dpkg: dependency problems prevent configuration of weewx: weewx depends on python-configobj (>= 4.5); however: Package python-configobj is not installed. weewx depends on python-cheetah (>= 2.0); however: Package python-cheetah is not installed. weewx depends on python-imaging (>= 1.1.6); however: Package python-imaging is not installed. weewx depends on python-usb (>= 0.4); however: Package python-usb is not installed. dpkg: error processing weewx (--install): dependency problems - leaving unconfigured Errors were encountered while processing: weewx
apt-get install python-configobj python-cheetah python-imaging python-usb
tail /var/log/syslog -n 50
wxengine: Initializing weewx version 2.6.4wxengine: Using Python 2.7.3 (default, Mar 18 2014, 05:13:23) #012[GCC 4.6.3]wxengine: pid file is /var/run/weewx.pidwxengine: Using configuration file /etc/weewx/weewx.confwxengine: Loading station type FineOffsetUSB (weewx.drivers.fousb)fousb: driver version is 1.6fousb: polling mode is PERIODICfousb: polling interval is 60fousb: altitude is 4.2672 metersfousb: pressure offset is 0.0fousb: found station on USB bus=001 device=005wxengine: StdConvert target unit is 0x1wxengine: Record generation will be attempted in 'hardware'wxengine: The archive interval in the configuration file (300) does not match the station hardware interval (60).wxengine: Using archive interval of 60 secondsarchive: Created and initialized table 'archive' in database 'weewx.sdb'wxengine: Using archive database: archive_sqlitestats: Created schema for statistical databasestats: stats database up to date.wxengine: Using stats database: stats_sqlitewxengine: Starting up weewx version 2.6.4
weewx[12559]: archive: added record 2014-09-20 18:32:44 UTC (1411237964) to database 'weewx.sdb'; table 'archive'
apt-get install apache2
Labels: Apache, RaspberryPI, Weather, Weewx