Tom Keffer
|
79105e4e39
|
Working on documentation of wee_extension
|
2015-04-30 13:40:52 -07:00 |
|
Tom Keffer
|
2402dfc183
|
First (quick) pass at documenting wee_config
|
2015-04-29 08:20:10 -07:00 |
|
Tom Keffer
|
0bf7b906cb
|
s/wee_config/wee_device/g
|
2015-04-29 06:59:07 -07:00 |
|
Tom Keffer
|
847bbec426
|
Document the name change for
wee_device
wee_database
|
2015-04-28 16:26:02 -07:00 |
|
Tom Keffer
|
8b11fb6cbc
|
$almanac.sunrise and $almanac.sunset now return ValueHelpers. Fixes
issue #26.
|
2015-04-28 08:13:57 -07:00 |
|
Matthew Wall
|
1670d9b6eb
|
removed more detritus
|
2015-04-27 22:34:56 -04:00 |
|
Matthew Wall
|
09c4ab5b5d
|
permit hyphens in ws1 data string
|
2015-04-27 21:15:43 -04:00 |
|
Tom Keffer
|
00f06b74d0
|
Fixed problem that could cause an exception in the WMR200 driver when
formatting an error string.
|
2015-04-26 06:58:44 -07:00 |
|
Tom Keffer
|
c6d4bd4874
|
Failure to launch a report thread no longer crashes program.
|
2015-04-20 07:25:02 -07:00 |
|
Matthew Wall
|
6c58d6de49
|
added option to specify fine offset data_format
|
2015-04-19 17:08:12 -04:00 |
|
Matthew Wall
|
03f47f88eb
|
take changes from origin/master
|
2015-04-18 12:12:11 -04:00 |
|
Matthew Wall
|
a9d31695c9
|
added group_length for measuring tide height
|
2015-04-18 10:53:13 -04:00 |
|
Tom Keffer
|
90b51783e9
|
Fixed indentation problem + merge conflict in changes.txt
|
2015-04-17 17:38:23 -07:00 |
|
Tom Keffer
|
315d7ce44c
|
The WU uploader now publishes soil temperature and moisture, as well as
leaf wetness.
|
2015-04-17 17:31:29 -07:00 |
|
Matthew Wall
|
77481e0554
|
log dodgey rainfall reports
|
2015-04-17 16:58:45 -04:00 |
|
Matthew Wall
|
8015bf5afe
|
fix acurite rain decoding. tune 02032 pressure/temperature decoding.
|
2015-04-10 16:48:05 -04:00 |
|
Tom Keffer
|
abd78c6fce
|
Added marker_size bug to changes.txt
|
2015-04-03 10:44:31 -07:00 |
|
Tom Keffer
|
5f9480a43f
|
Included option max_delta_12h in changes.txt
|
2015-03-28 08:42:22 -07:00 |
|
Tom Keffer
|
ed0d475467
|
Merge remote-tracking branch 'origin/master'
|
2015-03-27 08:43:56 -07:00 |
|
Tom Keffer
|
ac6efd5543
|
Added attribution for Wunderfixer.
|
2015-03-27 08:42:39 -07:00 |
|
Matthew Wall
|
3f9dd00cf4
|
improved acurite timing
|
2015-03-27 09:42:59 -04:00 |
|
Tom Keffer
|
e605ec3946
|
Updated changes doc to reflect wunderfixer changes.
|
2015-03-26 19:20:23 -07:00 |
|
Tom Keffer
|
9e428a2f82
|
Merge branch 'master' of https://github.com/weewx/weewx.git
|
2015-03-24 08:11:33 -07:00 |
|
Tom Keffer
|
16553cf0bd
|
Fixed minor HTML problems to satisfy PyDev validation utility.
|
2015-03-24 08:08:47 -07:00 |
|
Matthew Wall
|
e1b7d73e4a
|
note algorithm option in changelog
|
2015-03-24 10:36:31 -04:00 |
|
Matthew Wall
|
554ba29723
|
eliminate svn:keywords Id
|
2015-03-08 11:03:39 -04:00 |
|
Matthew Wall
|
34cbe8286f
|
better usb failure recovery in ws28xx driver
|
2015-03-01 07:41:28 -05:00 |
|
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 |
|