Files
weewx/NEW_FEATURES.txt
Tom Keffer 71218461a1 Added the ability to do a dump from a Vantage station, using command 'DMP'.
New option for config_vp to do so.
Version 2.2.0a3
2013-02-01 13:42:59 +00:00

39 lines
1.3 KiB
Plaintext

Possible NEW FEATURES
Make record generation from the accumulators into a separate service, allowing
easier customization. This would also make calculation of extensive quantities easier.
Allow the console to participate as yet another service. Then, the Davis console
could intercept new archive record events and add rxcheckpercent and rain to
software generated records.
Consider breaking the rule that reporting can only be done through the databases and,
instead, offer up the last record when the reporting thread starts.
New observation types would have their unit group attached as a suffix. E.g., _energy.
Move to a "plugin" architecture.
Add ordinate wind descriptions "N, NE, E,", etc.
Use the tagged stats classes for the archive database as well, thus unifying the
two databases.
Offer "cumulative" as an aggregation type.
Allow rain-to-date to be added to a partial rainyear.
Debian packaging.
ET appears only at the top of the hour in an archive record. So, it's effective
archive interval is 60 minutes. Does this carry through?
Fix scaling for aggregate interval of a week, so it starts on a Sunday.
More dynamic access to the database. Check out
Werkzeug. http://werkzeug.pocoo.org
Dynamic web updates, using AJAX.
Port to Windows.