Commit Graph

374 Commits

Author SHA1 Message Date
Tom Keffer
ce3c307d0d Updated documentation and examples to reflect new search list extensions. 2013-10-07 22:42:31 +00:00
Tom Keffer
c20bd069b2 Changed all <p> code sections to <pre> 2013-10-07 20:50:18 +00:00
Tom Keffer
c2c5b6c0bc Added stubs for backwards compatibility with old search list extensions. 2013-10-05 13:25:01 +00:00
Matthew Wall
2d0e0693dd reduce logging verbosity for bad magic numbers 2013-10-02 12:38:52 +00:00
Tom Keffer
b71e29c03b Added "sudo" to the daemon start/stop commands. 2013-09-30 20:58:10 +00:00
Tom Keffer
73abb7b4b4 Fixed small error about how to restart apache. 2013-09-29 16:10:01 +00:00
Matthew Wall
b610724781 fix line endings 2013-09-25 13:04:02 +00:00
Matthew Wall
8e72098afe fix line endings for all docs 2013-09-25 12:45:59 +00:00
Matthew Wall
6942c03dcd test of eol-style native 2013-09-25 12:44:13 +00:00
Matthew Wall
4882cf2b73 put registry into restul module 2013-09-23 18:53:08 +00:00
Tom Keffer
5c14d4087e No longer emits "deprecation" warning when working with some versions of the MySQLdb python driver. 2013-09-23 16:54:31 +00:00
Matthew Wall
6754b27c40 skip only the template that fails 2013-09-18 14:53:41 +00:00
Matthew Wall
91addfa6af fix QC html tag 2013-09-18 14:51:14 +00:00
Matthew Wall
bea17be7a1 use <a name=''></a> instead of id='' until the toc generator is fixed 2013-09-18 13:18:16 +00:00
Matthew Wall
375f67df3b fix spacing 2013-09-18 12:27:38 +00:00
Matthew Wall
274218cf5f h1 entries *must* be single line, possibly h2 and h3 as well 2013-09-18 12:18:19 +00:00
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