Commit Graph

561 Commits

Author SHA1 Message Date
Tom Keffer
2f16a8b864 Fixed sunrise / sunset bug in sun.py
Problem was how Python 2 divides integers.
2018-12-08 05:41:12 -08:00
Tom Keffer
8b3fa86d77 Improved test coverage. Fixes issue #337. 2018-12-07 18:28:01 -08:00
Tom Keffer
5f0576c487 Added fix for issue #356 to change log. 2018-12-06 05:15:59 -08:00
Tom Keffer
aebc6771b7 Changed from [Defaults] to [ObservationDefaults] 2018-12-05 13:16:55 -08:00
Tom Keffer
eb78dc23e5 Implemented strategy for upgrading skin.conf files. 2018-11-24 09:47:53 -08:00
Tom Keffer
d0c0e9eb63 Change notes for v3.0 never mentioned the elimination of stats database 2018-11-23 14:52:50 -08:00
Tom Keffer
c9a8c099e4 If software record generation is used, the archive interval is
now what is specified in weewx.conf, even if the station supports
hardware generation.
2018-11-04 17:46:15 -08:00
Tom Keffer
e9d36e053e StdQC now includes an entry for rain again.
(Inexplicably removed in v3.1.0).
2018-11-03 15:00:39 -07:00
gjr80
33430b6e89 Implement $almanac.sidereal_time tag (#352)
* Implement sidereal_time() method in class Almanac (implements $almanac.sidereal_time tag)

- added sidereal time doctest

* Document `sidereal_time` tag in Customization Guide and change log
2018-11-01 18:13:37 -07:00
Tom Keffer
cafce974c9 lowBattery and alarm now try SMTP_SSL connection. Fixes issue #351 2018-10-29 12:18:26 -07:00
Tom Keffer
a10cf1f4b0 Minor corrections 2018-10-21 07:06:16 -07:00
Tom Keffer
adb848568f Reverted [[default_options]] related code & documentation 2018-10-21 06:58:23 -07:00
Tom Keffer
212ebd2353 Include the [StandardReport] in weewx.conf 2018-10-07 18:20:34 -07:00
Tom Keffer
ecac2a7823 Catch up merge of branch 'development' into newskin
# Conflicts (all resolved):
#	bin/weecfg/__init__.py
#	bin/weecfg/test/expected/weewx_user_expected.conf
#	bin/weewx/reportengine.py
#	docs/changes.txt
2018-10-07 06:38:27 -07:00
Tom Keffer
988caeec5e Drop support for Python 2.5 and 2.6 2018-09-30 12:30:35 -07:00
Tom Keffer
f647da4d7d Simplified tag formatting taxonomy. Fixes issue #328. 2018-09-27 16:19:15 -07:00
Tom Keffer
ba86c25429 Fixed bug that prevented an optional data_binding from being used in tags
when iterating over records. Fixes issue #345.
2018-09-27 05:53:55 -07:00
Tom Keffer
3e516ab944 Fixed bug that caused divide-by-zero error in plots. Issue #344. 2018-09-27 05:49:58 -07:00
Tom Keffer
8322d32855 Fixed broken Moon phase test 2018-09-23 14:38:18 -07:00
Tom Keffer
12f1aa56d0 Moved change log to its correct position. 2018-09-18 16:05:00 -07:00
Tom Keffer
fefac03be9 Catch up with master branch 2018-09-18 07:49:56 -07:00
Tom Keffer
0220656bc8 Changed the formula used to calculate moon phase. 2018-09-17 06:57:57 -07:00
Tom Keffer
b989eabeab Fixed bug that caused older, "type A" Vantage Pro2, to crash.
Fixes issue #343.
2018-09-16 18:32:22 -07:00
Tom Keffer
ea9fe134a2 Guard against a negative value for 'interval' in WMR200 stations. 2018-09-15 05:48:46 -07:00
Tom Keffer
e4288b1b3c Check for missing or negative values for the record field 'interval'. 2018-09-14 05:29:58 -07:00
Tom Keffer
613568cf25 Attribution for PR #325. 2018-09-07 18:56:34 -07:00
Tom Keffer
787affdf2c Attribution for PR #340 2018-09-07 07:20:56 -07:00
Tom Keffer
27bda02ad3 Does final merge. 2018-09-05 18:21:43 -07:00
Matthew Wall
df2b0ceeeb merge from master 2018-09-03 10:28:31 -04:00
Tom Keffer
419a9bbc32 Merged change logs 2018-08-16 11:41:12 -07:00
Tom Keffer
f9d9e2be8c Broke out separate v3.8.2 commit 2018-08-15 09:12:33 -07:00
Tom Keffer
5b3afd3cee Updated v3.8.1 release date 2018-08-15 08:16:56 -07:00
Tom Keffer
2b5764b8b0 For stations with hardware record generation, windDir was overwritten.
Fixes issue #336.
2018-08-14 11:21:37 -07:00
Matthew Wall
c82af82b96 add weewx-multi fix to changelog 2018-07-06 01:16:05 -04:00
Tom Keffer
52e7ffc682 Put the date in for v3.8.1 2018-06-27 16:22:55 -07:00
Tom Keffer
e4693b025d Delay startup until sane system time. Fixes issue #330. 2018-06-27 16:17:08 -07:00
Tom Keffer
e04a17e672 Skip post if type in [[[Essentials]]] is missing. Fixes issue #329. 2018-06-19 18:01:22 -07:00
Tom Keffer
736604ccc7 Fixed problem where MySQL error 2013 crashes WeeWX. Fixes issue #327. 2018-06-18 11:59:58 -07:00
Matthew Wall
937936abfd merge master 2018-06-16 08:23:56 -04:00
Tom Keffer
876dabab7f Substitute windDir for missing windGustDir. Fixes issue #320. 2018-05-05 17:53:45 -07:00
Tom Keffer
37e3796737 Windrun calculations now include the "current" record. Fixes issue #294. 2018-04-30 18:58:11 -07:00
Tom Keffer
e5dfebb147 Converted tabs to spaces; changed name to 'cumulative'; documented.
PR #302
2018-04-28 08:42:00 -07:00
Tom Keffer
8da0f9fda9 Added attribution 2018-04-24 18:40:14 -07:00
Tom Keffer
3a52f0f997 Separated out change log entries between master and development 2018-04-09 05:35:55 -07:00
Tom Keffer
6794ce3cc4 Added version number of change log 2018-04-09 05:33:25 -07:00
Tom Keffer
9663c58dff Option rtfreq appears in docs, but not weewx.conf 2018-03-03 18:05:13 -08:00
Tom Keffer
207890cd50 Fixed typos. Added entry to change log. 2018-03-02 05:06:05 -08:00
Matthew Wall
94dbe45d78 merge changes from master 2018-02-27 07:27:25 -05:00
Tom Keffer
2da527a007 Better CRC error message in Vantage driver. 2018-02-25 07:21:16 -08:00
gjr80
a386d48646 Merge remote-tracking branch 'refs/remotes/origin/master' into development
# Conflicts:
#	bin/weewx/imagegenerator.py
#	docs/changes.txt
2018-02-10 11:14:27 +10:00