Commit Graph

3761 Commits

Author SHA1 Message Date
evilbunny2008
b4ff071973 Update readme.txt 2018-09-08 10:57:23 +10:00
evilbunny2008
2900f4ce44 Update readme.txt 2018-09-08 10:56:39 +10:00
evilbunny2008
c59f50f622 added last month 2018-09-08 10:50:48 +10:00
evilbunny2008
3ae1c06544 Update index.html.tmpl 2018-09-08 08:49:03 +10:00
evilbunny2008
d35ac45e7d Update xstats.py 2018-09-07 23:35:44 +10:00
evilbunny2008
c8a41f79d2 Update xstats.py 2018-09-07 23:20:23 +10:00
evilbunny2008
f56df7b1f9 Update readme.txt 2018-09-07 22:44:03 +10:00
evilbunny2008
7a9be1b0e2 Add last_year and last_year_todate to xstats.py
Add last_year and last_year_todate to xstats.py to do comparisons to of rainfall up to this time last year, and for generating statistics for the last calendar year
2018-06-07 23:52:02 +10:00
Tom Keffer
e50462ffee Log ISS ID in debug mode 2018-05-15 10:22:01 -07:00
Tom Keffer
8b12106431 Fixed problem when calculating wind run with None windSpeed 2018-05-15 10:20:58 -07:00
Tom Keffer
9ebd4c83ee Clarified the meaning of some wind tags. 2018-05-06 04:57:36 -07:00
Tom Keffer
876dabab7f Substitute windDir for missing windGustDir. Fixes issue #320. 2018-05-05 17:53:45 -07:00
Tom Keffer
37e3796737 Windrun calculations now include the "current" record. Fixes issue #294. 2018-04-30 18:58:11 -07:00
Tom Keffer
c63dbe666b Clarified record_augmentation. Fixed some HTML warnings 2018-04-18 09:11:05 -07:00
Tom Keffer
17227fdbe4 Clarified rsync directions 2018-04-17 10:56:58 -07:00
Tom Keffer
54426d78b0 Added definitions for missing attributes 2018-04-17 04:33:30 -07:00
Matthew Wall
d7eaa18406 update server address 2018-04-14 12:08:17 -04:00
Matthew Wall
ad93fd3e5d minor layout adjustment for os icons 2018-04-14 09:21:35 -04:00
Matthew Wall
97c387cde0 'pip install' not just 'pip' 2018-04-14 09:21:03 -04:00
Matthew Wall
a4fe618079 what a difference a slash makes 2018-04-13 18:37:14 -04:00
Matthew Wall
48e23984e8 avoid the need for .phony 2018-04-13 16:30:26 -04:00
Matthew Wall
31d1e68421 fix typo 2018-04-13 14:13:34 -04:00
Matthew Wall
1fd9639b13 fix missing html root 2018-04-13 13:54:01 -04:00
Matthew Wall
3e4ec18d17 prepare makefile for use of rsync everywhere 2018-04-13 13:52:04 -04:00
Tom Keffer
0981140df8 Upload docs to new weewx server, now using rsync 2018-04-11 17:44:10 -07:00
Tom Keffer
6794ce3cc4 Added version number of change log 2018-04-09 05:33:25 -07:00
Tom Keffer
981a0e49c9 Document option post_indoor_observations. 2018-03-31 05:35:15 -07:00
Tom Keffer
61d9017c1d Fixed monthly time_length for cmon. Fixes issue #309 2018-03-27 16:45:05 -07:00
Buster One
7e32fcfdf4 URL changes to https (#308)
* Changed some URLs to https

* URL changes
2018-03-26 06:19:50 -07:00
Unknown
24151d96c8 Further refinement of readme.txt for the examples 2018-03-26 16:52:34 +10:00
Unknown
f98ec423f7 Consistent instructions in readme.txt for example extensions 2018-03-25 23:16:32 +10:00
Unknown
3ef00a1082 Fix wee_extension --install typo 2018-03-25 22:25:14 +10:00
Unknown
7a4cc30329 Revert "Fix wee_extension --install typo"
This reverts commit 2380841427641d5f17e02bc7dcb59bf7bdbf3eda.
2018-03-25 22:21:55 +10:00
Unknown
6d5454ba8d Fix wee_extension --install typo 2018-03-25 22:21:55 +10:00
Tom Keffer
e07b031b4c Driver path is weewx.drivers.vantage, not weewx.driver.vantage 2018-03-21 12:43:15 -07:00
Matthew Wall
6b61def7d3 more html simplification 2018-03-07 17:24:21 -05:00
Matthew Wall
c0573e7274 make install instructions consistent 2018-03-07 17:14:41 -05:00
Matthew Wall
0d055b44d0 make the html compliant 2018-03-07 17:06:57 -05:00
Tom Keffer
6a64aa5832 Simple pip install directions 2018-03-06 07:50:37 -08:00
Tom Keffer
efb5a9725f Merge branch 'glennmckechnie-glennmckechnie-patch-1' 2018-03-06 03:46:16 -08:00
Tom Keffer
378d7b83c8 Cut down user choices.
No suggestion of putting unit extensions into user/extensions.py
2018-03-06 03:45:16 -08:00
Glenn
db2038e14a Expand on adding new units 2018-03-06 17:14:50 +11:00
Tom Keffer
f06e2292a5 Prefer pip to easy_install. Make clear you need to cd before running 2018-03-04 09:13:08 -08:00
Tom Keffer
5943502f46 Merge branch 'DigitalDan05-master' 2018-03-02 05:06:38 -08:00
Tom Keffer
207890cd50 Fixed typos. Added entry to change log. 2018-03-02 05:06:05 -08:00
Daniel Welty
b3e5b80d7e Don't check for something that is always True 2018-03-01 21:05:42 -06:00
Daniel Welty
c1df7df5c3 Correct logic error 2018-03-01 21:01:44 -06:00
Daniel Welty
2ba5870d56 Maintain wind direction when speed is zero
Even if ignore_zero_wind was set to False, the wind direction
information could get set to 90º because the x and y sum of the
wind vector would be 0.  This changes the accumulator to
return the last known direction when the sum is otherwise zero.
2018-02-28 21:01:16 -06:00
Tom Keffer
2da527a007 Better CRC error message in Vantage driver. 2018-02-25 07:21:16 -08:00
Tom Keffer
b0656b0e1d Fixed bug that crashes the program if a Sqlite permission error occurs. 2018-02-09 16:05:05 -08:00