WOSPi --- Weather Observation System for the Raspberry Pi Copyright (C) 2013-2019 - Torkel M. Jodalen http://www.annoyingdesigns.com/wospi The WOSPi software is FREE for NON-COMMERCIAL USE ONLY. ANY COMMERCIAL USE REQUIRES A USAGE LICENSE. REVISION HISTORY ================ 2019-11-27 - LOOP1, LOOP2 and HILOWS packets now being dumped to TMPPATH files. 2019-02-11 - Contents of the NTPCOMMAND in the config.py file corrected. 2017-09-04 - Added DEBUG option to the config.py file. Set DEBUG = True to generate various debug files which will be stored in the TMPPATH folder. 2016-12-25 - Various bug fixes: - Time of max wind speed eliminated when no corresponding value found in the console data packet. - Accumulated rainfail data (15 min, 60 min, 24hr, since midnight, last rainstorm) readings corrected for US consoles. - Some reports texts have been modified to better accomodate imperial units. 2016-02-19 - Updates to the WOSPi documentation. - New file wxshared.py added to the WOSPi distribution archive. This file should be added to the WOSPi home folder and then left as-is. - Added comments to the config.py file (functions runOften and runNotSoOften). 2016-01-18 - Updates to the WOSPi documentation. The documentation has been rewritten to reflect the many changes in the present Raspbian distribution (Jessie LITE). 2016-01-17 - Updates to various program files, including minor bug fixes. 2016-01-01 - Updates to the WOSPi documentation. 2015-12-31 - Updates to the WOSPi documentation. 2015-12-28 - Updates to the WOSPi documentation, now updated for the Raspbian Jessie LITE distribution (http://www.raspberrypi.org). - Now using timeout from the coreutils package to time out SCP uploads. - Added missing gnuplot script file: plotTempSolar.input. - Added missing Python source code file: plotTempSolar.py. 2015-11-12 - Updates to the WOSPi documentation. - Added error-checking for non-present (sentinel) wxDict key/values: OUTHUM_P, DEWPOINT_C, DEWPOINT_F. 2015-09-08 - Updates to the WOSPi documentation. 2015-07-06 - Updates to the WOSPi documentation. 2015-07-03 - Added filtering of out-of-range values for weathercloud.net data uploads. 2015-07-02 - Updates to the WOSPi documentation. 2015-07-01 - Updates to the WOSPi documentation. - Minor bug fixes. - Updates to the following WOSPi files: - plotRainDaysPerMonth.input (gnuplot script file) 2015-06-30 - Added support for data uploads to weathercloud.net. - Updates to the WOSPi documentation. - New config.py configuration options: - WC_ID weathercloud.net station ID, set to '' if not available - WC_KEY weathercloud.net access key/password, set to '' if not available 2015-06-07 - Updates to the WOSPi documentation. 2015-06-02 - Added support for data uploads to WindGURU.cz. - Added support for data uploads to WindFinder.com. - Updates to the WOSPi documentation. - New config.py configuration options: - WG_UID WindGURU station UID, set to '' if not available - WF_StationID WindFinder station ID, set to '' if not available - WF_Password WindFinder password, set to '' if not available