Tom Keffer
68df158534
Merge remote-tracking branch 'origin/master' into development
...
# Conflicts:
# docs/changes.txt
2022-10-21 16:03:59 -07:00
Tom Keffer
30860dff2c
Allow TOC in Upgrade guide to scroll vertically
2022-10-19 15:47:36 -07:00
Matthew Wall
f2ac7502dc
refine the rsyslog rules PR#788 and PR#790
2022-10-19 09:19:48 -04:00
Matthew Wall
229c80659f
added copytruncate (instead of implicit create) as mode in logrotate configuration. update comments in same file. PR#791
2022-10-19 08:37:24 -04:00
Tom Keffer
0ff2cb0129
Pass option_dict to get_aggregate() in wind version of get_series()
...
The function xtypes.ArchiveTable.get_series() does not
pass option_dict on to get_aggregate(). Fixes issue #797
2022-10-19 05:12:17 -07:00
Tom Keffer
cd9588d7d8
Fix install warning
...
Fixes issue #799
2022-10-17 18:19:27 -07:00
Tom Keffer
501b6d9d21
Include PR #705 in the changes log
2022-10-03 05:24:39 -07:00
Tom Keffer
8b152457d5
Track changes in wiki
2022-09-30 05:14:55 -07:00
Tom Keffer
c0e297dc54
Track changes in wiki
2022-09-30 05:11:40 -07:00
Tom Keffer
8c8ed83850
Remove reference to the "reload" command.
2022-09-24 11:09:10 -07:00
Tom Keffer
52811b5680
Fix problem that prevents wee_reports from using default weewx.conf
2022-09-09 05:59:39 -07:00
Tom Keffer
30d0ed27d7
systemd users should use sysetmd-timesyncd
2022-08-15 18:38:03 -07:00
gjr80
21032da835
add missing </li> tag
2022-08-08 13:25:46 +10:00
gjr80
b85bdc08a1
location of example import configuration files now covers both setup.py and package installs
2022-08-08 12:57:37 +10:00
Tom Keffer
dfbd8d6d3c
Document degree_K as a temperature option
2022-08-01 05:54:56 -07:00
Tom Keffer
1db969e279
Merge pull request #778 from roe-dl/cheetah_set_docu
...
Do calculations in Cheetah templates using the #set directive
2022-07-31 11:42:10 -07:00
Tom Keffer
29ef5e3cff
Fixes sample code. Improve readability.
...
The code supplied as an example did not compile.
The example of overriding output with .format() had a mistake.
2022-07-30 14:22:19 -07:00
Tom Keffer
ce99f5deaf
Allow slightly more space between h2 and h3 headings.
...
It felt crowded.
2022-07-30 13:18:45 -07:00
Tom Keffer
564c01d826
Merge branch 'master' into Issue_730
2022-07-30 13:03:12 -07:00
Tom Keffer
4e7fee3e55
Allow additional constants when calculating ET.
...
Constants "albedo", "cn", and "cd" were formerly hardwired into the
code that calculates ET. They can now be specified in the
configuration file.
ET was formerly calculated in XTypes class WXXTypes, but now
has its own class ETXType. Certain parameters were removed from
WXXTypes and moved to ETXType.
Resolves issue #730 .
2022-07-30 13:02:51 -07:00
Tom Keffer
c0b3792cec
Document where to find info about Git and Github.
2022-07-30 09:18:04 -07:00
roe-dl
aa81f79785
comment 6
...
As this is about how to make calculated values formattable, unit issues may not be useful there.
2022-07-30 12:23:20 +02:00
roe-dl
6f3790dd7b
fix comment 4
2022-07-30 12:07:51 +02:00
roe-dl
cb3901adac
fix comment 3
2022-07-30 11:40:46 +02:00
roe-dl
d12c9483aa
fix comment 1 and 2
2022-07-30 11:25:11 +02:00
roe-dl
ac8aca4728
change the example
2022-07-28 21:57:26 +02:00
Tom Keffer
b06382cde6
Version 4.9.0a1
2022-07-27 12:13:40 -07:00
Tom Keffer
d77e3f5896
Fix auto-provisioning feature of Seasons.
...
Problem occurs when using a SQL expression for option data_type in the ImageGenerator.
Fixes issue #782 .
2022-07-27 12:13:08 -07:00
Tom Keffer
b1b34e0c91
More details about daily summaries.
2022-07-23 17:09:50 -07:00
Tom Keffer
235ae56c29
Documents daily summaries.
2022-07-21 11:53:15 -07:00
Tom Keffer
3477ca2db6
Merge remote-tracking branch 'origin/master'
2022-07-16 16:14:15 -07:00
Tom Keffer
7654c11218
Merge branch 'master' into startOfArchiveDay
2022-07-16 16:13:13 -07:00
gjr80
5268cffcca
add note to wee_import, CSV imports to clarify the need to specify unix_epoch units against the dateTime field map entry
2022-07-16 12:57:24 +10:00
Matthew Wall
40f38a501d
ensure rundir exists with correct permissions
2022-07-09 21:30:53 -04:00
Tom Keffer
2a20b053d7
Merge branch 'master' into startOfArchiveDay
...
# Conflicts:
# docs/changes.txt
2022-07-05 10:01:12 -07:00
Tom Keffer
b164c74c34
wee_reports can now be invoked by specifying a --date and --time.
...
Fixes issue #776 .
2022-07-03 18:02:38 -07:00
Tom Keffer
c72b5fbc92
Allow timestamps that are not integers.
...
Regression test.
Fixes issue #779 .
2022-07-01 16:59:37 -07:00
Tom Keffer
da3077c6c3
Add localization file for Traditional Chinese.
...
PR #777
2022-07-01 11:22:24 -07:00
roe-dl
90e18cb807
explaining #set directive
2022-06-29 18:32:59 +02:00
Tom Keffer
0335fd466b
Allow a custom cipher to be specified for FTP uploads.
...
See option 'cipher' under [[FTP]].
2022-06-27 07:18:16 -07:00
Tom Keffer
490dd312cf
Fix check for reuse_ssl for Python versions greater than 3.10.
...
Fixes issue #775 .
2022-06-21 07:12:39 -07:00
Tom Keffer
f31b9b616b
Refine translations for French skin.
2022-05-31 07:52:27 -07:00
Tom Keffer
1946524419
Add missing 30-day barometer graph to Smartphone skin.
...
Fixes issue #774 .
2022-05-31 05:35:19 -07:00
Tom Keffer
0fa8c90349
Do not emit leafWet3 and leafWet4 in LOOP packets.
...
Despite having a field for them, the VP2 does not support them.
Related to issue #771 .
2022-05-28 16:20:27 -07:00
Tom Keffer
b0145b34c2
Try waking the Vantage console before giving up on LOOP errors.
...
Better Vantage diagnostics.
Fixes issue #772 .
2022-05-18 14:07:21 -07:00
Tom Keffer
4208523610
Include 'wind' in daily summary if 'windSpeed' is present.
2022-05-15 08:05:38 -07:00
Tom Keffer
7024f046cf
Fix problem that creates 'ghost' values for VantageVue stations.
...
Fixes issue #771 .
2022-05-06 10:15:50 -07:00
Tom Keffer
c2b17ea203
Document PR #765 .
2022-05-05 09:07:56 -07:00
Tom Keffer
bdc9c81b10
Add instructions on changing the schema using wee_database.
2022-05-05 08:54:02 -07:00
Tom Keffer
1e2c75de58
Don't swallow SyntaxError when looking for drivers.
...
Hard crash for other errors.
2022-04-30 15:50:32 -07:00