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
0858782ea6
Added a logging handler for rotating files
2020-05-02 13:56:51 -07:00
Tom Keffer
6f0a33147f
More information if an exception is raised while querying for vantage hardware
...
type.
2020-05-02 11:03:58 -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
cbef2cc7a5
Merge remote-tracking branch 'origin/master'
2020-05-01 16:20:51 -07:00
Tom Keffer
d9551cd0a2
Add python3-pip to the list of requirements for install using setup.py
2020-05-01 16:20:40 -07:00
Matthew Wall
8c15f1ccb3
added python3-distutils to debian10 prereqs
2020-05-01 10:45:06 -04:00
Tom Keffer
c525a047f6
Bumped to Version 4.0.0
2020-04-30 08:19:40 -07:00
Matthew Wall
aef85b3b54
make install instructions consistent. list latest operating systems first.
2020-04-29 14:02:05 -04:00
Matthew Wall
9c562190bf
fix the redhat install instructions
2020-04-29 13:48:22 -04:00
Matthew Wall
c5fb2fa04b
update debian and redhat instructions to use new repositories
2020-04-28 21:57:32 -04:00
Till Maas
8f11c048ec
Remove executable permissions from content ( #527 )
...
Installing files without a shebang as executable results in a warning
with rpmbuild. This is at least triggered for the license.txt file for
the Seasons skin. Remove the executable permissions from other content
files for uniformity.
2020-04-24 13:23:44 -07:00
Tom Keffer
41957b25b6
Clarified a few details about accumulators.
2020-04-15 15:30:29 -07:00
gjr80
3ea517d180
Added support for a user defined field delimiter for CSV imports
2020-04-14 06:47:11 +10:00
Tom Keffer
731c7ff16c
No longer backup old 'bin' directories.
...
Make sure we always overwrite files, even if they are newer,
unless the --force flag has been explicitly set.
2020-04-10 15:20:59 -07:00
Tom Keffer
81310fb5f0
Went back to tabs for setup.py prereqs
2020-04-02 08:47:57 -07:00
Tom Keffer
b1e11817c5
Added changes.txt to editorconfig. Reformat to 80 cols.
2020-04-01 17:56:33 -07:00
Tom Keffer
42f7d0362c
vantage: allow 3 retries per read, rather than per archive interval.
2020-04-01 17:14:39 -07:00
Tom Keffer
5a605ff934
Commit 353fcf5852
...
makes this change log unnecessary.
2020-04-01 09:32:43 -07:00
Tom Keffer
c0a109591b
Changed docs to reflect that the bin directory is no longer saved
2020-03-30 06:17:39 -07:00
Tom Keffer
312528df70
Update documentation of wee_config.
...
To reflect addition of --register option.
2020-03-28 05:50:22 -07:00
Tom Keffer
b351695773
Updated MacOS instructions
2020-03-28 05:45:19 -07:00
Tom Keffer
72718c6768
Inject types no longer calculated by default by StdWXCalculate.
2020-03-27 17:29:13 -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
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