Commit Graph

351 Commits

Author SHA1 Message Date
Tom Keffer
fd487cb680 v2.5.0a1 2013-09-10 20:23:50 +00:00
Tom Keffer
f205595715 Weewx now allows easier localization to non-English speaking locales.
In particular, set the environment variable LANG to your locale, and
then weewx date and number formatting will follow local conventions.
Details in a new section in the Customization Guide.
2013-09-10 20:19:17 +00:00
Tom Keffer
47c130a2df Clarified how to port a wview MySQL database into weewx. 2013-09-10 00:47:04 +00:00
Matthew Wall
e4dd00d884 fixed rain and rainRate in ws28xx driver 2013-08-26 12:04:16 +00:00
Tom Keffer
21dd6ab940 Plots less than 24 hours now have a variable increment length, that allows plots of length 16 hours. 2013-08-23 00:37:42 +00:00
Tom Keffer
27400bf89f The LOOP value for daily ET on Vantages was too high by a factor of 10. 2013-08-18 00:13:05 +00:00
Tom Keffer
b97bbcef63 Ported to Korora 19. Required "from PIL import ..." instead of a simple import. 2013-08-17 01:10:26 +00:00
Tom Keffer
61b0a78101 Vantage driver now emits a null wind direction when wind speed is zero. 2013-08-16 13:44:27 +00:00
Tom Keffer
65d24e3504 WMR100 driver now emits a null wind direction when wind speed is zero. 2013-08-16 00:53:33 +00:00
Matthew Wall
7490c124cf ambient weather now has a 2080A station 2013-08-06 12:45:56 +00:00
Matthew Wall
7fdcb70194 fix velleman entry in supported hardware table 2013-08-06 12:18:29 +00:00
Tom Keffer
f441370bd6 Version 2.4.0 2013-08-03 22:14:03 +00:00
Tom Keffer
2b66223240 Tidied up the VP driver.
Version 2.4.0b1
2013-08-03 16:35:16 +00:00
Tom Keffer
bc30c7f357 Archive record packets with date and time equal to zero or 0xff now terminate dumps. 2013-08-03 04:08:02 +00:00
Tom Keffer
c9404d174f Improved readability of the Vantage LOOP and archive record decoding.
Vantage driver now detects 0x7fff as a null high radiation reading (instead of 0).
2013-08-02 19:08:55 +00:00
Matthew Wall
e64ac413b1 added velleman ws3080 to list of fine offset compatibles 2013-07-22 18:16:35 +00:00
Tom Keffer
45e48d96d9 Fixed bug that prevented WMR100 UV indexes from being reported. 2013-07-14 18:53:36 +00:00
Tom Keffer
4ed217f0f4 V2.4.0a2 2013-07-11 13:44:31 +00:00
Tom Keffer
0f00443deb The logic to calculate a file name for summaryBy reports has been factored out into a separate function getSummaryByFileName, allowing it to be replaced by subclassing. 2013-07-11 13:05:42 +00:00
Tom Keffer
910b6a80bc Fixed a bug that did not allow plots with aggregations less than 60 minutes across a DST boundary. 2013-07-11 03:27:16 +00:00
Tom Keffer
aa1949b676 The configuration utility wee_config_vantage now lets you change the time zone code or the time zone offset. 2013-07-10 18:14:27 +00:00
Tom Keffer
44cae03157 Added the ability to set DST to 'auto', 'off', or 'on' on the Vantage console. 2013-07-10 15:01:11 +00:00
Tom Keffer
2cf0ef2c3d V2.4.0a1
A new event, END_ARCHIVE_PERIOD has been added, signaling the end of
the archive period.

The LOOP packets emitted by the driver for the Davis Vantage series
now includes the max wind gust and direction seen since the beginning
of the current archive period.
2013-07-08 01:03:55 +00:00
Tom Keffer
ab42762711 Service StdTimeSync now does a clock sync on startup.
Modified service_list to put it at the front of the list of services to be run.
2013-07-07 15:37:26 +00:00
Tom Keffer
724b3aa389 Fixed minor typo in docs about MySQL permissions. 2013-06-29 16:25:04 +00:00
Tom Keffer
34e8809266 V2.3.3 2013-06-21 15:59:37 +00:00
Tom Keffer
9b7aa745a8 V2.3.3 2013-06-21 15:51:31 +00:00
Tom Keffer
59352b7ba1 MySQL driver now explicitly converts any SQL arguments to a tuple first. Fixes problem where arguments derive from tuple, but override the string conversion operator (as does TimeSpan). 2013-06-21 15:36:48 +00:00
Tom Keffer
3abd366512 Option week_start now works. 2013-06-17 00:46:05 +00:00
Tom Keffer
272f348d76 V2.3.2 2013-06-16 13:41:18 +00:00
Tom Keffer
8153cb15ed Fixed bug that causes the first day in the stats database not to be included
in calculations of all-time stats.
2013-06-15 02:00:11 +00:00
Tom Keffer
80b1e39f6d Now returns None if a body is always up. 2013-06-12 13:42:54 +00:00
Tom Keffer
3210446b08 If one of the sections SummaryByMonth, SummaryByYear, or ToDate is missing,
the report engine no longer crashes.
2013-05-21 23:17:28 +00:00
Tom Keffer
e77e0ed4cd Added upgrade instructions for upgrading skin.conf 2013-05-18 16:46:51 +00:00
Tom Keffer
3ba15ea67a Plots shorter than 24 hours are now possible. 2013-05-17 19:55:37 +00:00
Tom Keffer
f33f0ad1bb Plots that show exactly 24 hours are now possible. However, the skin configuration file still does 27 hours. 2013-05-17 18:42:30 +00:00
Tom Keffer
38ba3cc60a Fixed bug that prevented overriding the FTP directory in section
[[FTP]] of the configuration file.
2013-05-03 14:21:21 +00:00
Tom Keffer
2bd5515fd6 Added support for the temperature-only sensor THWR800 in the WMR100 driver. 2013-04-15 16:50:42 +00:00
Tom Keffer
4c8eaff46f V2.3.1 2013-04-15 16:16:36 +00:00
Tom Keffer
34dd39e66e rsync now works with Python 2.5 and 2.6 (not just 2.7) 2013-04-13 14:44:23 +00:00
Tom Keffer
0f9e075f34 2013-04-13 00:11:05 +00:00
Matthew Wall
263f5dac94 forgot to add fine offset catchup changes to changelog 2013-04-11 15:43:50 +00:00
Tom Keffer
2f2be08a09 V2.3.0 2013-04-10 01:48:05 +00:00
Tom Keffer
80dbb48d98 A few nips and tucks in the User's Manual. 2013-04-07 16:27:19 +00:00
Tom Keffer
11bb912cb8 V2.3.0b1 2013-04-05 17:02:00 +00:00
Matthew Wall
fe4e23497f emit status changes to log to help diagnose fousb lockups. added latest live_data changes from jim easterbrook. 2013-04-01 15:32:18 +00:00
Tom Keffer
2f9393b5df V2.3.0a5 2013-04-01 14:42:02 +00:00
Tom Keffer
a4778758df V2.3.0a4 2013-03-29 00:31:44 +00:00
Tom Keffer
1322d10a40 Fixed bug that caused Corrections to be applied twice to records if software record generation was used. 2013-03-28 23:42:41 +00:00
Tom Keffer
d39df01bc5 Put all of the device drivers in their own separate package. 2013-03-27 20:00:35 +00:00