Commit Graph

1515 Commits

Author SHA1 Message Date
Matthew Wall
5fea00a7d5 fix wind speed conversion 2015-12-05 16:19:15 -05:00
Matthew Wall
75b8cc1f6b Merge branch 'master' of github.com:weewx/weewx 2015-11-29 03:08:06 -05:00
Matthew Wall
05877f695f and here is the driver itself 2015-11-29 03:07:44 -05:00
Tom Keffer
468c1ffcb3 Added switch to allow debugging rain packets. 2015-11-26 09:17:29 -08:00
gjr80
5f96a51e4b Further obfuscation refinements
Added additional keys to obfuscate.
Changed obfuscation search to match keys starting with any element in
the KEYS_TO_OBFUSCATE list.
2015-11-24 21:54:15 +10:00
gjr80
deeb04aabc Fixed errors in obfuscateKey()
Fixed logic errors, added comments and fixed some plain bad programming!
2015-11-24 15:23:04 +10:00
Tom Keffer
0607e704fa Added tests for specialized attribute of Jupiter. 2015-11-20 05:43:52 -08:00
Tom Keffer
9f57fbc0c5 Added a test for ephemeris of a non-existent heavenly body. 2015-11-20 04:33:13 -08:00
Tom Keffer
b104e1a36e Fixed problem where a bad almanac tag could cause infinite recursion. 2015-11-20 04:26:37 -08:00
Tom Keffer
ac2e564c10 Rewrote the almanac so it now supports star ephemeris. For example,
$almanac.rigel.next_rising. Fixes issue #79.
2015-11-19 18:00:01 -08:00
Tom Keffer
a6d7ae1aab Slowly making progress 2015-11-19 16:47:36 -08:00
Tom Keffer
728a6517f2 Changed logic that decides whether the configuration file includes a
custom schema, or the name of an existing schema.
2015-11-19 05:43:19 -08:00
Tom Keffer
5c54c34b36 Merge branch 'master' of https://github.com/weewx/weewx.git 2015-11-18 18:30:56 -08:00
Tom Keffer
b2824fabc8 Fixed bug in WMR200 driver that caused it to emit gauge pressure for
altimeter pressure.
2015-11-18 18:29:36 -08:00
Matthew Wall
0c3687e692 Merge branch 'master' of github.com:weewx/weewx 2015-11-15 18:33:59 -05:00
Matthew Wall
1bc0737b7a bump the driver version number 2015-11-15 18:33:44 -05:00
Matthew Wall
c28451a7e8 Merge branch 'master' of github.com:weewx/weewx 2015-11-15 09:04:57 -05:00
Matthew Wall
ec8557095e eliminate weewxd.py 2015-11-15 09:02:30 -05:00
Matthew Wall
74a6a30659 Merge branch 'master' of github.com:weewx/weewx 2015-11-15 03:56:30 -05:00
Matthew Wall
9a92a6cab2 fix test for sensors not found 2015-11-15 02:43:45 -05:00
Matthew Wall
2709555409 weewxd is just a symlink to weewxd.py 2015-11-13 16:19:07 -05:00
Tom Keffer
c0447c15ad On Luc Heijst's suggestion, changed comment for iss_id. 2015-11-12 17:40:43 -08:00
Tom Keffer
1a66041573 Fixed problem with the Vantage driver that caused it to decode the
console display units incorrectly.
2015-11-07 05:22:37 -08:00
Matthew Wall
5dde99c3ea attempt to debug ultimeter set/get time issues. remove driver implementation of dir-is-none-when-no-windspeed. 2015-10-31 11:50:04 -04:00
Matthew Wall
84e3d1c824 added option to specify syslog label 2015-10-31 11:41:18 -04:00
Tom Keffer
9bb03197af RESTful API now accepts any response code from 200 to 299 (instead of
just 200) as a sign of success.
2015-10-31 06:28:05 -07:00
Tom Keffer
d2ade101d5 Merge pull request #60 from W0CHP/master
Added rsync patch from Kenneth Baker
2015-10-24 17:24:38 +03:00
Chip Cuccio
fad49567c7 Added **kwargs idiom for config dict tests 2015-10-23 11:06:52 -05:00
gjr80
43a2039a3d v0.3, took on Tom's feedback
-removed inserting bin path
-now uses dateTime field for record count
-obfuscateKey now makes a copy of the passed dict before (potentially)
altering any elements
-other cosmetic changes
2015-10-22 15:40:43 +10:00
gjr80
7fb976523a weewx debugging report generator
v0.2. Combined all reporting into a single report. Simplified command
line use. Added installed extension reporting.
2015-10-18 11:36:11 +10:00
tkeffer
7fa638ebdf Fixed problem where extension_dir can be undefined if an exception gets
raised.
2015-10-16 19:09:28 +03:00
Matthew Wall
df5d6fcdbe driver does not enforce wind dir undefined when no wind speed policy 2015-10-12 08:39:43 -04:00
Matthew Wall
3cf589f62b fix acurite d1 bug 2015-10-12 00:50:04 -04:00
Tom Keffer
3d578aea16 An optional port number can now be specified with the MySQL database.
Fixes issue #73
2015-09-25 06:08:19 -07:00
Tom Keffer
bc74172242 The offset of the bottom label can now be set with option
bottom_label_offset.
2015-09-16 05:46:25 -07:00
Tom Keffer
f6445699fd More control on how fake data is generated. 2015-09-13 15:39:35 -07:00
Tom Keffer
0a86c2f105 Added unit 'minute' to unit conversion dictionary 2015-09-09 05:53:13 -07:00
Matthew Wall
ac1ac24b39 added use_constants option 2015-09-06 12:24:45 -04:00
Matthew Wall
51fb8a0bd1 Merge branch 'master' of github.com:weewx/weewx 2015-09-06 11:46:06 -04:00
Matthew Wall
821ccc9d04 update documentation of R3 decoding 2015-09-06 11:45:49 -04:00
gjr80
c17686be9f More informative message if unit systems differ
Previous message refers to 'archive database'. With advent of 'all in
one' database model and multiple database support it would be more
helpful if message said which table and database was the problem. Also
changed formatting of unit_system display to zero pad to 2 characters if
necessary.
2015-09-05 12:16:15 +10:00
Tom Keffer
995cc4f0d0 The FTP utility now catches PickleError exceptions, then does a retry 2015-09-03 06:57:27 -07:00
Tom Keffer
83089f27b3 V3.3.0b1 2015-08-30 07:48:01 -07:00
Tom Keffer
597ec1a9a4 Merge branch 'master' of https://github.com/weewx/weewx.git 2015-08-30 07:47:18 -07:00
Tom Keffer
ffb214fb95 StdRESTful service now supports POSTs, as well as GETs. 2015-08-30 07:40:55 -07:00
Matthew Wall
2effb0ce00 Merge branch 'master' of github.com:weewx/weewx 2015-08-28 22:25:02 -04:00
Matthew Wall
57e42d081a fix windspeed decoding 2015-08-28 22:24:42 -04:00
gjr80
0d1ad690f7 Fix unassigned variable error if --dry-run used 2015-08-27 15:55:39 +10:00
Tom Keffer
57469dd2d0 StdPrint now prints packets and records in (case-insensitive)
alphabetical order.
2015-08-26 17:09:38 -07:00
Tom Keffer
5d5078f637 Fixed bug that caused wind direction to be calculated incorrectly,
depending on the ordering of a dictionary.
2015-08-26 17:02:31 -07:00