Commit Graph

262 Commits

Author SHA1 Message Date
Tom Keffer
3f3af2238a Fixed problem that caused reporting units to revert to US if they were in a
mixed unit system. Fixes issue #576.
2020-06-26 18:09:05 -07:00
Tom Keffer
06dc466206 Bump version to v4.1.1 2020-05-30 14:55:14 -07:00
Tom Keffer
a55c9cd22b Set Version to 4.1.0 2020-05-25 12:10:00 -07:00
Tom Keffer
791de74644 Eliminate use of logging in wee_config, allowing it to be used for installs
without syslog.
2020-05-21 14:21:42 -07:00
Tom Keffer
c525a047f6 Bumped to Version 4.0.0 2020-04-30 08:19:40 -07:00
Tom Keffer
6b557e1c4c v4.0.0b18 2020-04-01 10:13:43 -07:00
Tom Keffer
72718c6768 Inject types no longer calculated by default by StdWXCalculate. 2020-03-27 17:29:13 -07:00
Tom Keffer
9e48f10503 v4.0.0b17 2020-03-27 09:10:29 -07:00
Tom Keffer
47b53a8257 Fixed test for bad display units. 2020-03-27 09:06:58 -07:00
Tom Keffer
378fbd5b31 Added newlines for readability. 2020-03-27 05:00:01 -07:00
Tom Keffer
1955033c8b Updated test_config 2020-03-26 16:49:44 -07:00
Tom Keffer
2d8886238c Offer to register the user's station on weewx.com 2020-03-26 15:47:52 -07:00
Tom Keffer
5b3bd2b5aa Fixed problem in weecfg test suite.
Caused by the lack of ordering in a dictionary.
2020-03-22 06:05:08 -07:00
Tom Keffer
a7db2dc7a8 v4.0.0b16
No longer hardwire in the location of scripts
2020-03-14 18:41:58 -07:00
Tom Keffer
859930cfa9 v4.0.0b15 2020-03-14 16:15:49 -07:00
Tom Keffer
47a9a214a3 Invoke wee_config to customize weewx.conf 2020-03-14 14:28:27 -07:00
Tom Keffer
9589c52fe0 v4.0.0b14 2020-03-03 12:20:26 -08:00
Tom Keffer
2e7ee33994 V4.0.0b13 2020-02-23 05:08:00 -08:00
Tom Keffer
fb97200c7a v4.0.0b12 2020-02-08 12:01:04 -08:00
Matthew Wall
ce4f7d3260 default to simulator if no default driver 2020-02-07 13:33:46 -05:00
Tom Keffer
78f14436e3 V4.0.0b11 2020-01-31 13:25:13 -08:00
Tom Keffer
00609bff08 V4.0.0b10 2020-01-24 17:49:06 -08:00
Tom Keffer
20fa5c2334 V4.0.0b9 2020-01-15 11:19:33 -08:00
tkeffer@gmail.com
783b8d8e5f V4.0.0b8 2020-01-12 10:04:07 -08:00
tkeffer@gmail.com
a0fecfaced Added tests for main module.
This allows these files to be used by PyCharm's unittest facility
2020-01-09 05:01:16 -07:00
tkeffer@gmail.com
06249e835f Perform compare against unicode strings. 2020-01-06 14:10:33 -07:00
tkeffer@gmail.com
9ec528b252 Regression testing against older versions of configobj.
Tested against configobj V4.7.2
2020-01-06 13:04:41 -07:00
tkeffer@gmail.com
116c76961c Fixed UnicodeDecodeError problem when using older versions of ConfigObj.
Version 4.0.0b7
2020-01-05 14:45:29 -07:00
tkeffer@gmail.com
bde6050413 V4.0.0b6 2019-12-31 05:02:46 -07:00
tkeffer@gmail.com
1d43bbbb80 V4.0.0b5 2019-12-06 07:27:51 -07:00
Tom Keffer
b4c820f703 V4.0.0b4 2019-11-26 17:22:14 -08:00
gjr80
5a7380ee70 Moved some common init code into the base DatabaseFix class, fixed a few pycharm complaints 2019-11-26 19:02:13 +10:00
gjr80
75c3721e8f Revised calc-missing functionality should now be working. Think most corner cases have been picked up. 2019-11-25 19:06:08 +10:00
Tom Keffer
f1cf079adb V4.0.0b3 2019-11-23 08:13:01 -08:00
Tom Keffer
6bdc06bdd1 V4.0.0b2 2019-11-22 05:32:07 -08:00
Tom Keffer
dde95de7a5 Removed log msg that can generate lots of false positives. 2019-11-14 11:41:16 -08:00
Tom Keffer
007472e5e2 v4.0.0a10 2019-11-10 06:07:47 -08:00
Tom Keffer
c93d860366 version 4.0.0xt1, incorporating extended types. 2019-11-08 09:14:39 -08:00
Tom Keffer
d39c0169fa Catch up merge with development
# Conflicts:
#	docs/changes.txt
2019-10-25 06:14:01 -07:00
gjr80
a02488122f - change calcmissing tranche size from 50 to 20 days
- fixed bug that caused the last day of the tranche to be skipped when calc missing
- aligned progress reporting with rebuild daily reporting (ie every 1000 records)
2019-10-24 13:23:18 +10:00
Tom Keffer
234ff803e0 Updated test suite to reflect new schema structure 2019-10-21 06:00:38 -07:00
Tom Keffer
62c43357c4 Changed schema structure.
WXDaySummaryManager is now obsolete.
2019-10-20 18:11:35 -07:00
Tom Keffer
d21d288ebe Update wee_database with new calling signature for WXCalculate 2019-10-12 12:13:34 -07:00
Tom Keffer
b4a7472429 Merge remote-tracking branch 'origin/development' into development 2019-10-03 16:39:45 -07:00
Tom Keffer
0e3e87780f Changed expected patched config file to reflect LOOP2 packets 2019-10-03 16:37:28 -07:00
gjr80
03f8745c5a - added class CalcMissing to calculate and store missing derived fields over a given timespan, functioning but likely some output/log formatting issues to be finalised
- fixed small formatting issue with _progress() methods
2019-10-03 13:31:14 +10:00
Tom Keffer
92dcb7337e v4.0.0a9 2019-09-20 12:12:09 -07:00
Tom Keffer
9fd5cd407d V4.0.0a8 2019-09-02 05:25:23 -07:00
Tom Keffer
63a9963a12 Support older Vantage stations that do not have the LPS command. 2019-08-24 07:24:34 -07:00
Tom Keffer
6101dd6928 Do v4.0 upgrade of weewx.conf in all cases. 2019-08-24 04:49:38 -07:00