Commit Graph

358 Commits

Author SHA1 Message Date
Matthew Wall
fdeba0579a use windGustDir of None if windGust is zero 2013-09-17 12:14:01 +00:00
Tom Keffer
9589e9ee99 For WMR9x8 stations, the first extra temperature sensor (packet code 4) now shows up as extraTemp1 (instead of outTemp). 2013-09-16 01:16:53 +00:00
Tom Keffer
2e630cef01 For WMR9x8 stations, wind chill is now retrieved from the console
rather than calculated in software. Thank you user Peter Ferencz!
2013-09-14 01:23:57 +00:00
Tom Keffer
7755df308f Added stats types "minmax" and "maxmin". 2013-09-11 15:58:29 +00:00
Tom Keffer
65435ae9c7 More clarifying comments about localizing weewx.
Suppressed warning in the fousb driver.
2013-09-11 15:33:48 +00:00
Matthew Wall
7f4dcb148b for fousb and ws28xx, emit None for windDir when windSpeed is zero 2013-09-10 23:04:17 +00:00
Tom Keffer
c7d6ea3efa ET is now calculated correctly with software record generation. 2013-09-10 21:21:57 +00:00
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