Commit Graph

1784 Commits

Author SHA1 Message Date
Tom Keffer
7dfe39b0e8 Minor edits. 2020-03-26 15:45:00 -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
fcb5889464 Updated configuration instructions for MySQL. 2020-03-23 07:41:21 -07:00
Tom Keffer
fc39c7de43 Added OpenSUSE directions 2020-03-23 05:36:54 -07:00
Tom Keffer
da88d5dd2f RHEL 7 instructions with and without MySQL 2020-03-22 08:21:36 -07:00
Tom Keffer
c2758f7cac CentOS / Redhat instructions 2020-03-22 07:46:42 -07:00
Tom Keffer
aae6a4c2ff setup.py instructions that use apt-get 2020-03-21 19:02:53 -07:00
Tom Keffer
47eba90dd3 Update weewx lines-of-code. Sigh. 2020-03-20 08:50:37 -07:00
Tom Keffer
d00db3195c Use minified version of cash.js 2020-03-20 06:26:21 -07:00
Tom Keffer
e2042d79b7 Updated Python links to Python 3. 2020-03-20 06:18:57 -07:00
Tom Keffer
36b9247957 Document option context. 2020-03-19 06:10:18 -07:00
Tom Keffer
fcf283faa3 Fixed some errors on customizing units and some typos. 2020-03-16 08:08:48 -07:00
Tom Keffer
a69afec2d8 Add instructions about installing pip. 2020-03-15 09:02:16 -07:00
Tom Keffer
7b62f1a1b1 Added comment about new setup.py behavior. 2020-03-15 08:12:10 -07:00
Tom Keffer
b884c968a7 StdWXCalculate no longer calculates anything by default.
Instead, types must be listed in weewx.conf.
Also, swallow any database exceptions.
2020-03-15 08:08:43 -07:00
Tom Keffer
0e77cea5dc Merge remote-tracking branch 'origin/master' 2020-03-14 15:10:11 -07:00
Tom Keffer
e3bd8b85e2 Include instructions on installing setuptools. 2020-03-14 15:08:54 -07:00
Tom Keffer
a8bbdce57d Updated setup.py instructions to use pip exclusively 2020-03-14 12:33:39 -07:00
mwall
3ec36d68a1 update changelog regarding logging setup 2020-03-08 13:54:12 -04:00
Tom Keffer
937903e0b5 Changed MySQL requirements for setup.py installs 2020-03-03 16:26:03 -08:00
Matthew Wall
cd6d11c1ef make setup.py pre-requisites instructions consistent 2020-02-28 15:01:04 -05:00
Tom Keffer
d6eb7525f4 Formatting changes. Clarify a few comments.
Convert from Australianese to Americanese.
2020-02-14 08:23:55 -08:00
Tom Keffer
b5f28113c6 Add background color for HTML <dd> 2020-02-08 05:11:03 -08:00
Tom Keffer
3ff32fea8f Updating Users Guide. 2020-02-08 05:10:16 -08:00
Tom Keffer
1e4f34e5ab Started moving parts of the "Troubleshooting" section to the Wiki 2020-02-07 08:54:55 -08:00
Tom Keffer
aaa3eb0651 Add instructions for installing python3-distutils for Debian. 2020-02-06 11:08:42 -08:00
Tom Keffer
4318be7b0a Corrected observation type names to pm1_0, pm2_5, and pm10_0 2020-02-06 09:24:37 -08:00
John Kline
9c43bedbb2 Add/fix pm1_0, pm2_5 and pm10_0 observation types. (#501)
* Add/fix pm1_0, pm2_5 and pm10_0 observation types.
2020-02-03 18:18:38 -08: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
1826d797e2 Fix typo. Change "highlight" CSS. 2020-01-28 07:17:47 -08:00
Tom Keffer
0adb5fdbfb Refactored the start up code for weewxd.
Moved the restart loop from engine.py to weewxd.
2020-01-26 15:58:41 -08:00
gjr80
7f1f09e446 WeeWX config file is now an optional argument when running weewxd 2020-01-26 17:58:56 +10:00
gjr80
a85e10dd7c Note to remind users the path to the config file will likely be required when running WeeWX directly 2020-01-26 11:56:04 +10:00
gjr80
2ccb65ef3d add maxSolarRad to Customization Guide Units appendix 2020-01-21 11:49:17 +10:00
Tom Keffer
ac1ab83cd4 Systemd type changed from "simple" to "forking". 2020-01-20 15:56:28 -08:00
Tom Keffer
92c6ad4a83 Changed the name of the unit "litre" to "liter".
The spelling "litre" is still accepted.
2020-01-16 14:10:10 -08:00
Tom Keffer
e2b694b853 Got rid of the obsolete appendix "Archive Types". 2020-01-15 11:55:19 -08:00
John Kline
3dca7cfa8e Add barometerRate, et. al. to weewx.units (#490)
* 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.

* Update CC3000 section of User's Guide, minor changes to cc3000 driver.

* Add barometerRate to weewx.units.

* Rename barometerRate to barometricRate.

* Change barometricRate to barometerRate. Update docs.  Add default lable for barometerRate.

* Doc fix.

* Doc fix, try 2.
2020-01-15 11:14:46 -08:00
tkeffer@gmail.com
527c9a2806 Updated docs to reflect new schema. 2020-01-13 15:54:32 -08:00
tkeffer@gmail.com
ad3546ad2b Default schema is now "wview_extended". Updated test suites to match.
Fixes issue #115
2020-01-13 13:48:02 -08:00
tkeffer@gmail.com
e45c2ae908 Fixed broken link 2020-01-09 05:00:33 -07:00
John Kline
7e00198410 Update CC3000 Section of User’s Guide (#489)
* 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.

* Update CC3000 section of User's Guide, minor changes to cc3000 driver.
2020-01-05 06:16:05 -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
Matthew Wall
a1cd93469f adjust tab heights 2020-01-04 12:01:17 -05:00
Matthew Wall
3a7554f914 remove duplicate configobj. just the command not PS1. flatten the tabs. 2020-01-04 09:53:23 -05:00
Matthew Wall
d6b94a7833 default to python3 and latest os release 2020-01-03 19:35:59 -05:00
Matthew Wall
668bd1f43c tone down the tabs. flatten the hierarchy to one level. 2020-01-03 19:32:59 -05: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
tkeffer@gmail.com
eb44b697c4 Made CSS changes for code: lighter background, no box, less padding. 2020-01-02 13:07:36 -07:00