Commit Graph

1707 Commits

Author SHA1 Message Date
Tom Keffer
d293a5981a Updated instructions for openSUSE, both Python 2 and 3.
Tested on Leap 15.1 only.
2019-11-26 16:43:48 -08:00
Tom Keffer
8371a88457 Update instructions for Python 3 on RHEL 8. 2019-11-26 13:39:50 -08:00
Tom Keffer
15c7cd83e2 Change how archive timespans get calculated. Fixes issue #469.
This allows oddball archive intervals.
2019-11-22 09:26:51 -08:00
Tom Keffer
29acf0ea51 Add kWh and Ws to unit groups 2019-11-21 08:52:15 -08:00
Tom Keffer
06382cab09 Document commit bf416925c7 2019-11-20 05:59:14 -08:00
Tom Keffer
23f513941b Install instructions for RHEL7 and RHEL8
Laboriously checked with appropriate VMs.
2019-11-19 17:52:29 -08:00
Tom Keffer
d5293ad938 Added install instructions for Python 3 under MacOS. 2019-11-18 12:12:25 -08:00
Tom Keffer
d5d24457a0 Document .exists and .has_data 2019-11-15 15:37:09 -08:00
Tom Keffer
60eadb23e6 Upgrade instructions for V4.0 2019-11-15 15:04:52 -08:00
Tom Keffer
a99ca2b8ad Allow day schema type to be specified in upper case.
Document new schema structure.
2019-11-15 12:55:50 -08:00
Tom Keffer
d13f6c0e55 Merge branch 'development' into extended_types
# Conflicts:
#	docs/changes.txt
2019-11-08 08:19:10 -08:00
Tom Keffer
47087f706e Document PR #467 2019-11-08 08:07:54 -08:00
Tom Keffer
7cbba4822d get_scalar() now returns a ValueTuple 2019-11-06 10:36:10 -08:00
Tom Keffer
bb330b5335 Tags now consult xtypes system when resolving $current. 2019-11-06 06:02:10 -08:00
Tom Keffer
254cc9e383 Document fix for issue #95 2019-11-06 06:01:45 -08:00
Tom Keffer
41d624f7cf Changed name of StringAccum to FirstLastAccum. More details on accumulators. 2019-11-02 16:57:33 -07:00
Tom Keffer
e44b4c1fe3 Chosen design now registers classes, rather than functions 2019-11-02 07:30:41 -07:00
Tom Keffer
e0e2150c59 Added new aggregation type 'tderiv'. 2019-10-29 18:00:57 -07: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
Tom Keffer
f473ec6909 Added new aggregate type 'diff'. 2019-10-29 10:19:14 -07:00
Tom Keffer
4b61ec5168 Merge branch 'development' into extended_types
# Conflicts:
#	docs/changes.txt
2019-10-28 08:51:05 -07:00
Tom Keffer
98bde92048 Check for condition where both min and max are zero.
Fixes issue #463
2019-10-28 08:40:34 -07:00
Tom Keffer
d39c0169fa Catch up merge with development
# Conflicts:
#	docs/changes.txt
2019-10-25 06:14:01 -07:00
Zanderama
1a8d9c63eb Changed .conf and .htm to use "#rrggbb" format rather than 0xbbggrr. Not tested, but looks sane. (#460)
Ran through the test suites, and it looks good!
2019-10-25 05:12:33 -07:00
Tom Keffer
9388c89253 Added Issue #457 fix to change log 2019-10-23 17:55:35 -07:00
Tom Keffer
5509ea547f Edited additions 2019-10-23 08:57:02 -07:00
Alex Edwards
485bcb4064 Added introductory 'System Architecture' section as overview.
As requested by Thomas Keffer on google groups.
2019-10-23 15:40:16 +13:00
Tom Keffer
f6067f8896 Document exception weewx.CannotCalculate 2019-10-18 05:23:20 -07:00
Tom Keffer
233835524f Fixed bug that caused windrun to be calculated wrongly under METRICWX.
Fixes issue #452.
2019-10-12 16:40:05 -07:00
Tom Keffer
f07df76bba Register functions instead of classes with xtypes. 2019-09-26 16:39:38 -07:00
Tom Keffer
031fd1e1b5 Benchmark for creating extensible types 2019-09-26 10:57:28 -07:00
Tom Keffer
3e910f439d Merge branch 'development' into extended_types 2019-09-23 08:10:41 -07:00
Tom Keffer
417aab3a8f Updated benchmarks for creating reports. 2019-09-20 17:01:39 -07:00
Tom Keffer
e98c52dee9 Document other parameters that can get overridden in $almanac 2019-09-20 10:28:01 -07:00
Tom Keffer
9e54078f0f Deprecated the use of month_delta and year_delta in spans.
See issue #436.
2019-09-20 06:01:44 -07:00
Tom Keffer
56f3feccc9 Added WU api_key to weewx.conf 2019-09-18 07:57:09 -07: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
tkeffer@gmail.com
645268b900 First draft of xtypes document 2019-09-11 07:26:03 -07:00
gjr80
a21d51b963 Added wee_import WD import capability 2019-09-09 14:04:48 +10:00
gjr80
a843b59d7e Updated wee_import section to reflect logging system changes 2019-09-09 13:54:17 +10:00
tkeffer@gmail.com
2a9fc97e77 Sending a SIGTERM signal to weewxd now causes it to exit with status
128 + signal#. PR #442. Thanks to user sshambar!
2019-09-08 11:43:48 -06:00
Tom Keffer
db31a6f893 Documented the rsync port option. 2019-09-05 09:23:52 -07:00
tkeffer@gmail.com
c6ff6edadf Plist for the Mac launcher now includes a log file for stderr. 2019-09-02 15:45:31 -07:00
Tom Keffer
aa43108c2a Updated instructions to install under setup.
Reflects recent releases of python3-cheetah and python3-ephem.
2019-08-27 12:33:53 -07:00
Tom Keffer
63a9963a12 Support older Vantage stations that do not have the LPS command. 2019-08-24 07:24:34 -07:00
Tom Keffer
b7350c29ed Added group_concentration to the Appendix 2019-08-22 20:08:44 -07:00
Tom Keffer
244e3df8fc Added new air quality types AqPM2_5 and AqPM10 to the unit system. Added
new unit microgram_per_meter_cubed. Added new unit group,
group_concentration.
2019-08-22 20:01:48 -07:00
Tom Keffer
3472fc1a84 Added new parameters to the WU uploader. Fixes issue #435. 2019-08-22 08:10:07 -07:00
Tom Keffer
4c104a454c Documented default value for loop_request 2019-08-21 18:11:27 -07:00