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
Tom Keffer
05d5a93e3c
Fix link to Vantage corrupt memory section in the wiki.
2022-04-28 07:17:34 -07:00
Matthew Wall
50636f2881
revert changelog changes, as the unit file change is a package change, not a direct weewx change
2022-04-23 10:23:17 -04:00
Matthew Wall
dd1275865d
remove daemon and pidfile options from weewx when installing rpm package on a system running systemd
2022-04-22 22:20:05 -04:00
Tom Keffer
80160d8140
Version 4.8.0
2022-04-21 17:41:41 -07:00
Tom Keffer
7f0d688aa8
Merge branch 'master' into development
2022-04-21 17:29:09 -07:00
Tom Keffer
1dd6a05e70
Fix problem that prevented wee_config --reconfigure from working when
...
using Python 2.7, if the configuration file contained UTF-8 characters.
2022-04-20 15:42:22 -07:00
Tom Mitchell
d0b8cdb193
Fix slight grammar error
...
"changes to it will have no affect" --> "changes to it will have no effect"
2022-04-16 14:33:53 -04:00
Tom Keffer
77b00e5475
Allow unit to be overridden for a specific plot by using new option 'unit'.
...
Fixes issue #729 .
2022-04-15 14:55:08 -07:00
Tom Keffer
2718866efb
Do not fork if using systemd. PR #767 .
2022-04-14 08:06:05 -07:00
Tom Keffer
8c4b219be3
Document PR #765 and PR #766 in change log.
2022-04-14 06:32:37 -07:00
Tom Keffer
a55892e1d5
Add observation types highOutTemp and lowOutTemp to group_temperature.
2022-03-23 05:30:42 -07:00