Commit Graph

713 Commits

Author SHA1 Message Date
Tom Keffer
4417311ff5 The "alarm" example now includes a try block to catch a NameError
exception should the alarm expression include a variable not in the
archive record.
2015-02-24 18:58:11 -08:00
tkeffer
d1edadd2cd Increased precision of posts for wind to WU and barometer to WOW. 2015-02-22 20:12:35 -08:00
Tom Keffer
1688646799 If StdWXCalculate cannot calculate a derived varible when asked to, it
now sets the value to null.
2015-02-20 08:58:16 -08:00
Matthew Wall
5c54bac2c3 added group_distance with units mile and km. put windrun in group_distance and cloudbase in group_altitude 2015-02-12 13:32:18 +00:00
Matthew Wall
96f216378c include acurite in list of stations for debian install 2015-02-10 13:18:40 +00:00
Matthew Wall
39269502a2 added humidex, apptemp, ET, maxsolarrad, cloudbase, windrun to StdWXCalculate 2015-02-09 19:46:22 +00:00
Tom Keffer
4914259989 Version 3.1.0 2015-02-05 21:15:03 +00:00
Tom Keffer
890ac09c0c V3.1.0rc1 2015-02-05 02:25:16 +00:00
Tom Keffer
e08f97305d Changes in the weedb exception model to bring it closer to the MySQL exception model. Introduces exception weedb.IntegrityError (duplicate key) and weedb.ProgrammingError (non-existent table). 2015-02-05 02:19:56 +00:00
Tom Keffer
412944f28a Added --loop-on-init option for weewxd. If set, the engine will keep retrying if the device cannot be loaded. Otherwise, it will exit. This replaces the very broad "--retry" option. 2015-02-03 19:23:51 +00:00
Matthew Wall
77887933e9 added --retry option to weewxd 2015-02-03 17:45:09 +00:00
Matthew Wall
4cfc2431ae added calculations for humidex, apparent temperature, evapotranspiration, cloud base, maximum solar radiation 2015-02-03 04:00:05 +00:00
Tom Keffer
1699fcee85 Fixed typo. s/mile_per_second/mile_per_hour/g 2015-02-01 20:40:40 +00:00
Matthew Wall
76dcb2ffe8 eliminate use of host=picorino_ROOT 2015-02-01 02:28:02 +00:00
Tom Keffer
5a8ff7939a Better error message if there's a parse error in the configuration file. 2015-02-01 00:53:51 +00:00
Tom Keffer
c1fd4b0480 New tag $obs, allowing access to the contents of the skin configuration section [Labels][[Generic]]. Fixes ticket #33. 2015-01-31 23:08:17 +00:00
Tom Keffer
fa031a99ab WeatherUnderground passwords are now quoted, allowing special characters to be used. 2015-01-31 20:09:54 +00:00
Tom Keffer
93cdc30c92 SFTP now uses fallback for older versions of Python. 2015-01-31 17:38:33 +00:00
Tom Keffer
cbc4da99b9 Secure FTP (SFTP) sessions are now possible. 2015-01-31 17:29:37 +00:00
Tom Keffer
624daa4ff8 Utility wee_config_device can now dump Vantage loggers to metric databases. Fixes ticket #40.
Fixed problem where dumping to database could cause stats to get added to the daily summaries twice.
2015-01-31 16:49:30 +00:00
Tom Keffer
83fc86215e Utility wee_reports no longer chokes if the optionally-specified timestamp is not in the database. Can also use "nearest time" if option 'max_delta' is specified in [CheetahGenerator]. 2015-01-31 01:34:59 +00:00
Tom Keffer
ae30fadb48 Fixed problem with Vantage altitude units when doing --info (ticket #42). 2015-01-30 15:51:20 +00:00
Tom Keffer
9573689216 Moved RPi specific information to the Wiki 2015-01-30 00:28:21 +00:00
Matthew Wall
afd2518a54 check R2 constants. recognize R2 strings from 02032 consoles. 2015-01-20 04:05:18 +00:00
Tom Keffer
834fa0a732 The daily summary for wind now uses type INTEGER for column sumtime,
like the other observation types.
2015-01-14 03:35:08 +00:00
Matthew Wall
3b2bc71597 added acurite data. minor fixes. 2015-01-13 16:22:03 +00:00
Matthew Wall
a00babf71b add acurite to userguide 2015-01-11 17:05:05 +00:00
Matthew Wall
c78863d536 added instructions for extending units for new observations 2015-01-11 17:03:49 +00:00
Matthew Wall
c374084cfc added partial support for acurite weather stations 2015-01-10 04:43:58 +00:00
Matthew Wall
273e9a72e0 fix twos complement sign bug in ultimeter driver 2015-01-09 18:03:38 +00:00
Matthew Wall
a1fbc6f6b2 add a few more wmr models 2015-01-09 13:13:26 +00:00
Matthew Wall
639627a93a use sliding window algorithm for rainRate 2015-01-09 13:13:07 +00:00
Matthew Wall
6aab7a7f2b set wind dir to None when no wind speed 2015-01-07 04:22:23 +00:00
Matthew Wall
3ee4adbd07 assign default units for more observations 2015-01-04 22:21:03 +00:00
Tom Keffer
34b9421403 Fixed inadvertently introduced bug that causes wind speeds to be off by a factor of 10. 2015-01-04 01:08:43 +00:00
Matthew Wall
9a23af8ef8 make wind dir and gust dir consistent with other drivers 2015-01-03 23:50:15 +00:00
Tom Keffer
579953f0c4 Fixed bug in wmr100 driver that causes gust wind direction to be zero. 2015-01-03 23:22:51 +00:00
Tom Keffer
f96c218d7d Fixed bug in drivers/vantage.py that causes below sea-level altitudes to be read as a large positive number. 2015-01-03 17:14:10 +00:00
Matthew Wall
0ac8a9d25e fixed list-drivers bug 2015-01-02 14:28:09 +00:00
Tom Keffer
c7bae007b6 Added section for dropping and rebuilding the daily summaries. 2014-12-25 03:10:36 +00:00
Tom Keffer
59b17e005a Fixed missing paragraph tags. 2014-12-25 02:59:32 +00:00
Matthew Wall
f269126077 continue using the (confusing) xx/yy/zz date format for now 2014-12-08 03:04:38 +00:00
Matthew Wall
5a49c77248 bump to 3.0.1 2014-12-06 17:59:35 +00:00
Tom Keffer
f42428dc73 Added date to changes.txt 2014-12-05 19:06:38 +00:00
Tom Keffer
03cc9a42e5 V3.0.0 2014-12-05 18:38:08 +00:00
Tom Keffer
664657d7bb V3.0.0b3 2014-12-05 13:26:42 +00:00
Matthew Wall
979bb5a3fc minor highlighting fix. make the 'added' color a bit more in-your-face. 2014-12-03 05:20:42 +00:00
Matthew Wall
c0ab0a5333 added section about upgrading extensions, direct users to extension author/docs 2014-12-03 05:13:58 +00:00
Matthew Wall
5317c2f829 bump version to 3.0.0b2 2014-12-02 02:37:49 +00:00
Matthew Wall
172267ce45 fix broken StdArchive link 2014-12-01 21:30:01 +00:00