Commit Graph

31 Commits

Author SHA1 Message Date
Tom Keffer
fa112dfd43 wunderfixer option --test now requires api_key and password.
Then goes ahead with querying the WU.
2020-05-02 14:16:18 -07:00
Tom Keffer
c05f76be02 Fixed wunderfixer problem under Python 3 where response was not converted to str before attempting to parse the JSON. 2020-05-02 08:19:05 -07:00
Tom Keffer
0658f05f32 With response code of 204, changed the default to assume a
good station with no data (rather than a bad station ID).
2020-02-10 08:34:51 -08:00
tkeffer@gmail.com
758ad6b453 Fixed problem when using wunderfixer with MySQL 2020-01-02 15:31:40 -07:00
tkeffer@gmail.com
7326b4ce91 Add option --upload-only to wunderfixer 2019-12-15 12:06:29 -07:00
tkeffer@gmail.com
40b59815bb Revisit PR #416, issues ##414 and #445. Wunderfixer now uses "dual API".
One for today, one for historical data.
2019-12-03 15:03:55 -07:00
Tom Keffer
4838e615fe Ported most of the utilities to use the Python logging module. 2019-08-17 14:49:34 -07:00
Tom Keffer
5ccf98b227 Refined error messages for wunderfixer. 2019-07-19 14:01:08 -07:00
Tom Keffer
32c35ce380 Port wunderfixer to the new WU API. The WU seems to no longer allow
reposting old records, so this "sort of" fixes issue #414.
2019-07-18 08:07:40 -07:00
Leon Shaner
f4b1589e90 Python2 backward compatibility fixes for wmr300.py; wunderfixer fix to match restx.AmbientThread class (#409)
* Added .encode('utf-8') in to_sorted_string() calls (Python2 vs. 3 compat)

* Made WunderStation class consistent with restx.AmbientThread parameters

queue=None became q=None
2019-05-16 07:24:10 -07:00
tkeffer@gmail.com
6eba945b1c Catch up merge branch 'master' into development
# Conflicts:
#	bin/weewx/drivers/wmr300.py
#	bin/wunderfixer
2019-05-07 17:54:02 -07:00
tkeffer@gmail.com
0c3c8c9c67 Bumped wunderfixer version. 2019-04-30 17:34:54 -07:00
Tom Keffer
81d4c509f6 Wunderfixer has new option to set socket timeout. This is to compensate
for WU "capacity issues". Thanks to user Leon! See PR #403.
2019-04-30 15:18:32 -07:00
Tom Keffer
3d1fbec109 Test WU importer. 2019-02-28 09:45:08 -08:00
Tom Keffer
2d40c934a6 Ported wunderfixer 2019-02-09 16:56:18 -08:00
Tom Keffer
321c7e6ede Add wunderfixer fix to change log 2019-02-07 14:39:41 -08:00
Tom Keffer
ecc400a6d3 Keep going even if the client rejects a post 2019-02-07 14:36:01 -08:00
Tom Keffer
91ab72d914 Now honors [[[Essentials]] section. Ref #329 2018-11-12 12:29:57 -08:00
vinceskahan
701f094a59 2to3 -f except -w (#315) 2018-04-09 05:55:16 -07:00
Matthew Wall
3ac5045c30 simplify. eliminate more passive voice and gerunds. 2017-02-26 11:58:30 -05:00
gjr80
fad573f09e Help text minor change 2016-10-12 14:28:03 +10:00
gjr80
ca3d1c9f05 Merge remote-tracking branch 'upstream/master' into wee_import 2016-10-12 14:22:59 +10:00
gjr80
7ac0f45de0 Implemented posix date format for --date and equal sign for all word options
Also:
- minor reformatting of long code lines
- removed 'use at your own risk' messge in usage text
2016-10-12 14:11:21 +10:00
Tom Keffer
e91ea6883b Wunderfixer now uses the restx api to publish posts. 2016-10-11 18:11:19 -07:00
Tom Keffer
c0a276bed2 Help now prints out date following posix (YYY-mm-dd). 2016-10-11 15:50:58 -07:00
Tom Keffer
34d98b933b s/_format/_FORMAT/g 2016-10-08 07:41:48 -07:00
Tom Keffer
df760204a5 Set version number for wunderfixer to 1.0.0 2015-08-16 15:47:47 -07:00
Tom Keffer
0535f55f8f Now really includes wunderfixer in the release. 2015-07-30 19:14:44 -07:00
Tom Keffer
d894064a97 Cleaned up long lines. Some reformatting / refactoring 2015-03-23 17:16:07 -07:00
Tom Keffer
b155b3ba19 Removed SVN keywords. 2015-03-23 09:27:10 -07:00
Tom Keffer
7f3ac84950 Added a v3 dependent version of wunderfixer, written by Gary Roderick 2015-03-23 09:15:58 -07:00