Matthew Wall
caf3ffff2b
fixed cooling degree day bug. do not crash if skin does not define Labels.
2013-12-11 18:04:56 +00:00
Matthew Wall
7a7b5c6ac8
ignore reads from memory when pointer has not been updated
2013-12-09 17:24:15 +00:00
Matthew Wall
310be286aa
permit configuration of remote sensors from weewx.conf for te923. added retries and failure recovery for both te923 and ws2300. initial implementations of wee_config_te923 and wee_config_ws2300. added diagnostic options to te923 driver.
2013-11-25 13:16:35 +00:00
Matthew Wall
94dc0c7608
update changelog
2013-11-23 13:24:01 +00:00
Matthew Wall
ee716a8518
if record_generation is software, do not try to use the station's archive interval
2013-11-18 22:48:11 +00:00
Matthew Wall
7b54668057
experimental support for the lacrosse ws2300 series of stations
2013-11-18 14:34:46 +00:00
Matthew Wall
104b831b78
recognize wu fctcode as well as condition and wx
2013-11-10 14:47:21 +00:00
Matthew Wall
8446ae190d
look for precip/obvis in wx first, fallback to conditions
2013-11-10 03:45:56 +00:00
Matthew Wall
0344f99f05
provide qpf and qsf counts for summaries
2013-11-08 22:11:21 +00:00
Matthew Wall
08ad6e8358
fix cheetahgenerator config bug
2013-11-05 20:20:18 +00:00
Tom Keffer
dfadace567
Version 2.5.0
2013-10-29 14:56:38 +00:00
Tom Keffer
8da70b6f05
Trend calculations now accept a record in the past that is within a settable "grace" period.
2013-10-25 12:41:22 +00:00
Tom Keffer
fc518e5607
v2.5.0b2
2013-10-19 00:53:10 +00:00
Tom Keffer
930a74fbf6
If a label or formatting type is not found in the skin dictionary, it now falls back on the default label and formatting dictionary.
...
Added formatting and labeling for delta_time in trends.
Added the ability to change the formatting for lat and lon.
Added labels for hour and second in skin.conf.
2013-10-19 00:51:10 +00:00
Tom Keffer
5e2eb07493
Suppressed some warnings.
2013-10-12 15:03:34 +00:00
Tom Keffer
be99c54a9f
Extended the number of battery codes for the WMR9x8.
2013-10-11 22:33:13 +00:00
Matthew Wall
e5c5173677
added forecast, suse, redhat info to changelog
2013-10-11 13:51:11 +00:00
Tom Keffer
5141073568
For WMR200 stations, a "could not detach kernel driver" is now a DEBUG message, instead of an error message. This will make the driver much less chatty.
2013-10-09 13:12:05 +00:00
Tom Keffer
2ac995dd14
Reintegrated the "forecast" branch into the main trunk.
2013-10-08 22:46:42 +00:00
Tom Keffer
5abbb6af2d
Updated "changes", new features, and todo docs.
2013-10-08 22:34:49 +00:00
Matthew Wall
ff980d1100
update ws28xx driver to 0.11
2013-10-08 03:43:02 +00:00
Tom Keffer
810a924f5a
Catch up with main trunk.
2013-10-08 01:29:32 +00:00
Tom Keffer
21554dcdbd
Clarified some comments. Deleted the no longer needed extstats.py module.
2013-10-08 01:04:32 +00:00
Tom Keffer
124c5b5c78
New option loop_hilo allows only archive data to be used for high/low statistics.
2013-10-06 16:00:30 +00:00
Tom Keffer
be45f6c1fb
Fixed bug where the WMR200 driver returned the forecast icon instead of the altimeter pressure
2013-10-06 15:20:09 +00:00
Matthew Wall
2d0e0693dd
reduce logging verbosity for bad magic numbers
2013-10-02 12:38:52 +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
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
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
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
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
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
Tom Keffer
45e48d96d9
Fixed bug that prevented WMR100 UV indexes from being reported.
2013-07-14 18:53:36 +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