Commit Graph

  • bfa80a8478 Checkpoint. Merging all template generation into a single class. Tom Keffer 2010-03-21 19:27:45 +00:00
  • 64cf2c06df Removed unused import Tom Keffer 2010-03-20 14:21:40 +00:00
  • 416aa3b115 Checkpoint Tom Keffer 2010-03-19 13:36:04 +00:00
  • 22a2863260 Checkpoint Tom Keffer 2010-03-18 13:09:59 +00:00
  • c15a71b856 Continuing skin refactoring. Renamed template files. Tom Keffer 2010-03-17 15:46:18 +00:00
  • 829d467460 Added Ftp as a "report type." Tom Keffer 2010-03-17 00:31:55 +00:00
  • b8a0cc71c9 Refactored options between weewx.conf and skin.conf Tom Keffer 2010-03-16 23:16:04 +00:00
  • 4677007751 Took out unnecessary __init__ functions in wxengine.py Tom Keffer 2010-03-16 15:24:50 +00:00
  • 66444ad949 Working revision Tom Keffer 2010-03-15 02:46:42 +00:00
  • 1022c8c1f6 V1.6 working for experimenting with skins Tom Keffer 2010-03-08 00:59:08 +00:00
  • b59c22f246 Now works for smtp servers that use encrypted transport (eg: gmail). Tom Keffer 2010-03-08 00:57:09 +00:00
  • 4169cc2204 Version 1.5.0 release v1.5.0 Tom Keffer 2010-03-07 21:41:18 +00:00
  • 53f468e80e Version 1.5.0 Tom Keffer 2010-03-07 21:39:41 +00:00
  • 1e793174ee setup.py now adds version to weewx.conf during install process Tom Keffer 2010-03-07 16:44:02 +00:00
  • 2e96ed7660 Shortened uptime string Tom Keffer 2010-03-07 16:17:20 +00:00
  • a54cd82447 Added exception handler for OSError. Clarified overriding of options in weewx.conf Clarified base temperatures for heating and cooling degree days. Tom Keffer 2010-03-06 17:01:21 +00:00
  • c0b46233bc Support heating and cooling degree days in metric units. Tom Keffer 2010-03-06 01:18:32 +00:00
  • 6199417125 Added some missing SVN keywords. Preparing for V1.5rc1 Tom Keffer 2010-03-05 16:20:46 +00:00
  • e2e41662f9 Fixed situation where there is no data in the archive or stats files. Tom Keffer 2010-03-02 22:45:21 +00:00
  • db4d7a0fa0 Added mm_per_hour in missing places (Bug ID: 2960433) Tom Keffer 2010-03-02 22:20:51 +00:00
  • b54e6b2010 Changed nomenclature from unit "classes," to unit "groups." Tom Keffer 2010-03-02 01:18:27 +00:00
  • baafd15f9c Now looks for model attributes using getattr, instead of __getattr__. More general this way. Tom Keffer 2010-03-02 00:50:07 +00:00
  • 1d4c343abc Renamed ModelView to ModelFormatter Tom Keffer 2010-03-02 00:46:15 +00:00
  • 6218120a69 setup.py no longer merges older weewx.conf files into the new one. Tom Keffer 2010-02-25 23:41:58 +00:00
  • 68f67f43b0 Version 1.5.0 alpha 1. Now supports image generation and reporting in arbitrary measurement units. Tom Keffer 2010-02-25 23:24:16 +00:00
  • d4b53fa4f6 Removed unneeded method ArchiveRecord.__init__ v1.5.0.pre.a1 Tom Keffer 2010-02-25 19:00:27 +00:00
  • b9c75b0b71 Checkpoint. Support for metric unit labels and string formatting is done. Tom Keffer 2010-02-25 00:11:57 +00:00
  • d7af935f83 V1.5 branch for experimenting with metric units Tom Keffer 2010-02-23 23:52:53 +00:00
  • 9270ba0f6e Version 1.4.0 release v1.4.0 Tom Keffer 2010-02-22 23:57:49 +00:00
  • 820bd45251 V1.4.0 Tom Keffer 2010-02-22 23:54:47 +00:00
  • daa57f7477 Added svn:keywords to all templates Tom Keffer 2010-02-22 23:38:53 +00:00
  • 89bbb48eac Changed version to 1.4.0 Tom Keffer 2010-02-22 23:33:21 +00:00
  • 0fb55476f3 Added details on how to tell a running instance to reread its configuration file. Tom Keffer 2010-02-22 23:32:15 +00:00
  • a66a4eb828 Declared variable 'done' as a global variable Tom Keffer 2010-02-22 16:38:51 +00:00
  • b1691d977a Added the ability to reread the configuration file without shutting down by sending signal HUP. Tom Keffer 2010-02-22 16:32:33 +00:00
  • 0cbc57bfcb Removed unneeded import Tom Keffer 2010-02-22 00:16:24 +00:00
  • 1d3cecafe0 V1.4 release candidate 1 Tom Keffer 2010-02-21 23:18:42 +00:00
  • e92acc6e84 stats.py now uses very late binding. Sql statements are not run until template evaluation. This reduces memory requirements, as well as simplifying the code. Also, added configuration option week_start. Tom Keffer 2010-02-21 22:22:00 +00:00
  • 391b34d8f5 Now calls __getattr__ directly in the target model instead of __getattribute__, because the latter does never calls __getattr__. Tom Keffer 2010-02-20 17:47:03 +00:00
  • 35bc1837d1 Checkpoint. Tom Keffer 2010-02-20 02:51:23 +00:00
  • 8dba9e3148 Removed unneeded import of wunderground.py Tom Keffer 2010-02-16 17:58:04 +00:00
  • 8bb99b46b2 V1.4 experimental branch, to develop a version requiring less memory. Tom Keffer 2010-02-13 17:53:33 +00:00
  • 3054555238 removed unused function startOfNextDay() Tom Keffer 2010-02-13 17:50:47 +00:00
  • c6f309600d When run as a standalone script, added the ability to generate files & images for a specific time, not just the latest timestamp in the archive. Tom Keffer 2010-02-13 17:45:04 +00:00
  • 0918dadc20 Fixed problem when the user specifies a minimum increment that happens to be the same as the calculated increment. Tom Keffer 2010-02-12 18:13:22 +00:00
  • de3038d936 Version 1.3.4 release v1.3.4 Tom Keffer 2010-02-09 02:05:11 +00:00
  • 5739e0074a Fixed problem when plotting data with nothing but 'None' values. Tom Keffer 2010-02-09 02:03:57 +00:00
  • a2746938db Version 1.3.3 release v1.3.3 Tom Keffer 2010-01-10 17:35:23 +00:00
  • c3f2eb79c7 Fixed reporting bug when rain year does not start on 1 January. Version 1.3.3 Tom Keffer 2010-01-10 17:32:45 +00:00
  • 8cec2acd69 Minor docs changes Tom Keffer 2009-12-30 02:03:44 +00:00
  • f076bb05d7 Added property svn:keywords Tom Keffer 2009-12-29 21:14:06 +00:00
  • b079d86cb2 Version 1.3.2 release v1.3.2 Tom Keffer 2009-12-27 22:34:13 +00:00
  • c2ed04622b Corrected Mark Teel's name, relative line counts of wview vs weewx. Tom Keffer 2009-12-27 01:45:35 +00:00
  • 665299cd16 V1.3.2 release candidate Tom Keffer 2009-12-26 16:29:35 +00:00
  • 554c276fdb Now adds LOOP data to stats database. Tom Keffer 2009-12-26 01:56:44 +00:00
  • 74f57f7799 Version 1.3.1 release v1.3.1 Tom Keffer 2009-12-23 01:18:20 +00:00
  • db7e48c41d Added v1.3.1 to change history Tom Keffer 2009-12-23 01:13:26 +00:00
  • 36d86f1171 Version 1.3.1 release Tom Keffer 2009-12-23 01:11:11 +00:00
  • e44b6195cf Added call to syslog.openlog, to add an ident and PID to the logging. Tom Keffer 2009-12-23 01:09:46 +00:00
  • 33c5fde2f7 Version 1.3.0 release v1.3.0 Tom Keffer 2009-12-22 20:43:33 +00:00
  • 80e48daa8f Added more customization examples. Added more documentation on how to customize. Tom Keffer 2009-12-22 20:38:27 +00:00
  • 08bec8d472 Version 1.3.0 release candidate Tom Keffer 2009-12-21 23:40:10 +00:00
  • 44a38e2b03 Removed KORHOODR3 specific link from the index.html template. Logs DEBUG information about which report is running. Tom Keffer 2009-12-21 22:57:04 +00:00
  • 86d7f4ca29 Added an engine to run reports. Tom Keffer 2009-12-21 22:42:48 +00:00
  • ac778bc81d Merge w/main trunk. setup now deletes the old readme.htm file. Tom Keffer 2009-12-21 15:03:44 +00:00
  • 7da158e9fd Moved Wunderground queue. Tom Keffer 2009-12-21 14:37:34 +00:00
  • f840edcefc Moved list of services from the initializer to the configuration file. Tom Keffer 2009-12-21 02:31:22 +00:00
  • abd89773ee Added customization and upgrading directions Tom Keffer 2009-12-21 02:29:40 +00:00
  • fca5fb5811 Added comments. Clean up. Changed subdirectory example to examples. Tom Keffer 2009-12-20 22:16:00 +00:00
  • c053b8ef93 Added an example where an alarm email is sent out if the outside temperature rises above 40 Tom Keffer 2009-12-20 21:32:33 +00:00
  • 00ee61d428 Started on a service oriented architecture. Tom Keffer 2009-12-20 00:45:56 +00:00
  • e68c3154cf V1.3 checkpoint. Tom Keffer 2009-12-15 17:38:54 +00:00
  • 51660874f8 Fixed error in default heating and cooling degree days. Tom Keffer 2009-12-15 17:36:28 +00:00
  • ddf5d1c3e9 Now deletes public_html/#upstream.last when done installing, thus forcing all files to be FTP'd to the webserver. Tom Keffer 2009-12-15 17:30:09 +00:00
  • 694acbbf8f Added member function genLoopPacketsUntil() Tom Keffer 2009-12-15 17:26:39 +00:00
  • 672afdb9ad Changed formatting of keyword substitution. Tom Keffer 2009-12-13 17:47:47 +00:00
  • ed23d244cb Corrected Davis link. Tom Keffer 2009-12-06 21:52:59 +00:00
  • 1c596e6d3b Moved compass rose into the interior of the plot. Tom Keffer 2009-12-06 04:10:47 +00:00
  • 85e8b7bcb5 Working version 1.3 Tom Keffer 2009-11-29 23:29:32 +00:00
  • 0c029b907b Refined styles in htm files. Tom Keffer 2009-11-29 23:03:55 +00:00
  • 3c80f467a0 Created a separate docs subdirectory. Added install notes for the SheevaPlug Tom Keffer 2009-11-29 16:40:49 +00:00
  • bad3aec42e Version 1.2.0 release v1.2.0 Tom Keffer 2009-11-22 22:42:45 +00:00
  • a96706b05c Version 1.2.0 release Tom Keffer 2009-11-22 22:41:10 +00:00
  • fefa0aee8c V1.2.0 release copy Tom Keffer 2009-11-22 22:34:27 +00:00
  • 76f44fce3e V1.2.0 release Tom Keffer 2009-11-22 22:15:41 +00:00
  • dfeede8346 V1.2.0 release candidate Tom Keffer 2009-11-22 21:23:38 +00:00
  • 0d242b93ed Checkpoint, working towards supporting progressive vector plots. Tom Keffer 2009-11-22 02:24:38 +00:00
  • b6366cc2b9 Allow the same sql type to be used more than once in a plot. Tom Keffer 2009-11-21 18:00:09 +00:00
  • 7a7139211d Now uses last record in the archive database as the default stop time. Tom Keffer 2009-11-21 17:31:30 +00:00
  • 0465757fd6 Vectors that do not involve aggregation are now inclusive on the left. Tom Keffer 2009-11-21 17:26:35 +00:00
  • 7ddd940826 Time axis now integers. Tom Keffer 2009-11-21 17:00:53 +00:00
  • 8b2347cf36 Greatly simplified the generation of plot images. Simplified getSqlVectors as well. Tom Keffer 2009-11-21 02:29:44 +00:00
  • 74d887498b Checks to make sure unit_label is non None before using it Tom Keffer 2009-11-21 02:28:47 +00:00
  • 6f141407bb Removed a debug conditional that snuck into the checkin. Tom Keffer 2009-11-20 23:21:57 +00:00
  • d221d3b042 Made the install process more robust to upgrading FTP and Wunderground Tom Keffer 2009-11-20 22:14:48 +00:00
  • 999d465808 Made the install process more robust to upgrading the FTP and Wunderground configuration Tom Keffer 2009-11-20 22:13:58 +00:00
  • 5cbd2f5721 When backfilling the stats database, configure now creates it first if it doesn't exist. Tom Keffer 2009-11-20 20:34:40 +00:00
  • f103e516b1 Parameterized rain year start in template year.tmpl. Tom Keffer 2009-11-20 20:16:24 +00:00
  • 3089d24c08 Updating TODO Tom Keffer 2009-11-20 19:54:39 +00:00
  • 0bfcf08160 Removed some extraneous non-ASCII characters. Tom Keffer 2009-11-18 22:09:19 +00:00