Commit Graph

149 Commits

Author SHA1 Message Date
Tom Keffer
340b4f2f85 Changed example for wee_database --reconfigure 2021-02-25 17:16:41 -08:00
Tom Keffer
16f1fed837 Document using wee_database to modify an existing database.
Restructure documentation on modifying a new database.
2021-02-25 16:20:37 -08:00
Tom Keffer
f36caea530 wee_database gets new option --drop-columns
(in addition to --add-column and --rename-column).
2021-02-25 10:58:03 -08:00
gjr80
26f25945f2 - reworked --date and --from/--to stanzas of wee_import section of utilities guide
- fixed a few typos in same
2021-02-25 16:04:14 +10:00
Tom Keffer
f1d46a9b38 wee_database gets new options --add-column and --rename-column. 2021-02-22 12:20:38 -08:00
Tom Keffer
9bd4419936 V4.4.0 2021-01-30 11:07:10 -08:00
Tom Keffer
c788d67720 Replaced http with https in many places. 2021-01-08 11:43:24 -08:00
Tom Keffer
924dd749ae Document wee_database --reweight 2020-12-21 17:45:00 -08:00
gjr80
3d7047a38f Merge branch 'development' into wee_import_no_prompt 2020-12-20 06:57:14 +10:00
Tom Keffer
b99843d983 Removed WMR200 driver and references. 2020-12-18 09:06:05 -08:00
Tom Keffer
e9c2746f87 Details on upgrading the configuration file, weewx.conf. 2020-12-12 15:33:09 -08:00
Tom Keffer
2a9d6a2b4a Upgraded to tocbot v4.12.0 2020-12-11 16:38:58 -08:00
gjr80
7f60534d12 updated Utilities Guide to include wee_import --no-prompt command line option 2020-11-22 10:46:09 +10:00
Tom Keffer
6456ef97fb v4.3.0a1 2020-11-11 09:07:43 -08:00
Tom Keffer
1993f13e0d 4.2.0a1 2020-10-19 06:10:14 -07:00
Tom Keffer
a55c9cd22b Set Version to 4.1.0 2020-05-25 12:10:00 -07:00
gjr80
7947062319 Revision of WeatherCat portions of the wee_import section of the Utilities Guide 2020-05-24 15:04:58 +10:00
gjr80
1f9eb2239d 1st cut inclusion of WeatherCat import details in Utilities Guide 2020-05-15 13:53:51 +10:00
gjr80
3ea517d180 Added support for a user defined field delimiter for CSV imports 2020-04-14 06:47:11 +10:00
Tom Keffer
312528df70 Update documentation of wee_config.
To reflect addition of --register option.
2020-03-28 05:50:22 -07:00
gjr80
9b65c2fc03 Updated Utilities Guide and change log to reflect CSV imports now support cardinal, intercardinal and secondary intercardinal directions 2020-03-25 21:33:08 +10:00
gjr80
2f87f51f13 Document the wee_import source_encoding config option 2020-03-24 23:54:19 +10:00
Tom Keffer
d00db3195c Use minified version of cash.js 2020-03-20 06:26:21 -07:00
gjr80
d693b700cb wee_import will now skip (rather than exiting) periods for which it cannot obtain source data
Added notes to the wee_import section of the Utilities Guide explaining that periods may be skipped
2020-02-02 15:18:50 +10:00
Tom Keffer
e2b694b853 Got rid of the obsolete appendix "Archive Types". 2020-01-15 11:55:19 -08:00
tkeffer@gmail.com
e45c2ae908 Fixed broken link 2020-01-09 05:00:33 -07:00
John Kline
23adb5624a Upgrade CC3000 Section of Hardware Guide (#488)
* Robustness enhancements to cc3000 driver including py2/py3 support
cc300.py:
- changes to work on both py2/py3 (tested on both)
- change timeout to 1s (more not needed)
- retry commands when reading cmd echo times out (the signal of failure)
- use timeout of 20s for memory clear (which takes about 12s)
- various changes as assumptions of commands not currently correct (tried on 2 units)
- use weewx.wxformulas.calculate_rain for rain delta
- use weewx.crc16

engine.py:
- Failure to get time from driver is not treated as an error.

rsyncupload.py:
- Add timeout option.
- Change to allow single file to be rsynced.

util/logwatch/scripts/services/weewx:
- Changes to organize very detailed cc3000 output in logwatch reports.

* cc3000 driver cleanup and fixes

* rework genStartup, implement history-since, don't convert to unicode on py2

* fix typo

* fix typo

* Change logwatch script to match capitalization change in wxformulas.calculate_rain

* logwatch change to match engine.py log message change

* Another round of cleaning up the logwatch script.

* remove tabs in logwatch script

* Add missing commands.  Get running under debug=1 in PY3.

* A better _format_bytes.

* Make use of weeutil.y_or_n for prompting.

* rewrite function to download archive records, refactor command function

* minor changes to exec_cmd_with_retries, add all cmds to logwatch script

* Update comments.

* change/add comment

* Poll on polling_interval boundaries (rather than slowly drifting).

* Update CC3000 documentation.  Add missing headers command to CC3000 configurator.
2020-01-05 04:39:33 -07:00
gjr80
f0a3c98f21 Updated wee_import CSV field map paras to reflect use of usUnits field mapping
#473 refers
2020-01-04 08:34:06 +10:00
gjr80
b1c7db9478 Reworked CSV field map info in both Utilities Guide and example CSV import config file.
Addresses issue #425
2019-12-20 09:42:25 +10:00
gjr80
2f099e352e Update wee_import WD console output 2019-12-16 17:04:58 +10:00
tkeffer@gmail.com
7326b4ce91 Add option --upload-only to wunderfixer 2019-12-15 12:06:29 -07:00
gjr80
397ecd3cbb Update wee_import Cumulus console output 2019-12-15 08:36:43 +10:00
gjr80
8d9c0c94f4 Update wee_import CSV and WU import console output 2019-12-07 08:34:47 +10:00
gjr80
3f8343a660 Updated csv import screen captures to reflect current wee_import console output 2019-12-06 15:17:52 +10:00
gjr80
07c15fd1ae Documented various changes to wee_database
- documented new --calc-missing action
- documented changed --from and --to options formats
- documented new individual use of --from and --to
- minor reformatting of wee_database actions/options
2019-10-30 10:49:20 +10:00
gjr80
4fc258c19a Updated wee_import section to include WU API usage 2019-09-18 09:59:07 +10:00
gjr80
4a0ae2eeb7 Various updates:
- updated console output to reflect changed input options
- revised --log option instructions
- updated example console output to reflect changed output format
- added note re what fields are displayed
2019-09-12 09:48:30 +10:00
gjr80
a843b59d7e Updated wee_import section to reflect logging system changes 2019-09-09 13:54:17 +10: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
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
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
c8e71a526c Update to use tocbot and weewx_ui.css 2019-04-01 18:52:37 -07:00
Tom Keffer
ac93649e95 Catch up merge of branch 'development' into branch 'python3'.
This includes wdimport stuff.

# Conflicts:
#	bin/weeimport/weeimport.py
#	bin/weeimport/wuimport.py
2019-03-11 09:26:49 -07:00
gjr80
1b3b9bf770 typo 2019-03-11 16:31:24 +10:00
gjr80
685ba96282 Final revision of wee_import 2019-03-11 16:18:17 +10:00
gjr80
2165355ac7 Added revised console output for CSV import section 2019-03-04 10:14:56 +10:00
gjr80
dc3a1c9a77 Added revised console output for Cumulus and WU sections 2019-03-04 00:05:09 +10:00
gjr80
a3004d9d18 Final revision of WD import section 2019-03-03 20:00:00 +10:00
gjr80
808015146f 2nd pass WD import. All sections now added and console output updated. 2019-02-24 23:18:53 +10:00
Tom Keffer
d2b6ef0720 V4.0.0a1 2019-02-13 14:44:12 -08:00