Commit Graph

347 Commits

Author SHA1 Message Date
Tom Keffer
f53e5aa4e0 Branch to support the VantageLinkIP 2011-05-07 14:25:50 +00:00
Tom Keffer
9409e16ecb Cleaned up warnings by either fixing them or suppressing them. 2011-04-14 21:47:57 +00:00
Tom Keffer
4e3a133bd0 v1.10.2 2011-04-14 17:19:59 +00:00
Tom Keffer
1bed391014 Merged in changes from debugging the alarm example to the main trunk. 2011-04-12 23:33:37 +00:00
Tom Keffer
0d2c796487 Added optional 'Subject' to the alarm email.
Allow more than one recipient of the alarm email.
Patterned lowBattery in a similar manner.
2011-04-12 23:24:54 +00:00
Tom Keffer
003ce26c70 Added 'from' field for lowBattery.py as well. 2011-04-12 18:52:44 +00:00
Tom Keffer
c08108ca51 Catches and logs any exception thrown by the SMTP mailer in alarm.py 2011-04-12 18:41:10 +00:00
Tom Keffer
73b932c7e5 Added "From" field to alarm MIME header. 2011-04-12 18:34:28 +00:00
Tom Keffer
80a5b32d08 Added extra debugging information to the alarm example 2011-04-11 16:31:40 +00:00
Tom Keffer
be23cb07ba Reintegrated debug branch 2011-04-11 00:14:44 +00:00
Tom Keffer
e3b9d46c58 Prettied up debug log output 2011-04-11 00:11:39 +00:00
Tom Keffer
8b19b04fde Added additional debugging to VantagePro.py 2011-04-08 23:36:41 +00:00
Tom Keffer
c8f49ca579 Branch for tracking down VP2 data gap bug 2011-04-08 23:04:44 +00:00
Tom Keffer
d7b875ee6a Added some comments to index.html.tmpl 2011-04-02 17:31:34 +00:00
Tom Keffer
d82cd51635 Added RA and declination for the Sun and Moon to the Daily Almanac. Equinox and
solstice are now displayed in chronological order. Same with new and full moons.
2011-04-02 17:09:43 +00:00
Tom Keffer
ee8162edd7 V1.10.1 2011-03-30 22:31:07 +00:00
Tom Keffer
73db96695a V1.10.1 2011-03-30 22:30:13 +00:00
Tom Keffer
3176583809 Fixed malformed CSS file weewx.css 2011-03-30 22:29:37 +00:00
Tom Keffer
6538280b19 Prettied up HTML in the case where pyephem is not available. 2011-03-30 21:58:33 +00:00
Tom Keffer
68efa84d65 Hardened up the unit conversion code to substitute US Units if the user does not specify anything. 2011-03-30 15:08:59 +00:00
Tom Keffer
3adbc9cf3d almanac now substitutes a default if temperature or pressure is 'None'. 2011-03-30 13:14:25 +00:00
Tom Keffer
4fdc47b6de Removed no longer used experimental modules. 2011-03-29 21:42:28 +00:00
Tom Keffer
b2ae69759d setup.py now removes the no longer used weeutil/Almanac.py. 2011-03-29 21:40:14 +00:00
Tom Keffer
dd771862f7 V1.10.0 2011-03-29 19:32:11 +00:00
Tom Keffer
c04aaba4c6 Updated CHANGES.TXT 2011-03-29 19:27:01 +00:00
Tom Keffer
051c9f696d Updated CHANGES.TXT 2011-03-29 19:24:51 +00:00
Tom Keffer
449d63b9c0 Fixed a collation problem when comparing 'v1.9' to 'v1.10' in setup.py 2011-03-29 19:23:18 +00:00
Tom Keffer
72ac97444f v1.10.0b1 2011-03-29 18:50:46 +00:00
Tom Keffer
cc2f1700a5 Refined formatting of almanac data. Added time contexts 'ephem_day' and 'ephem_year'. 2011-03-29 16:34:50 +00:00
Tom Keffer
3cf646594a Now uses weewx.units machinery to do conversion from Dublin Julian Days to unix epoch time. 2011-03-28 17:08:15 +00:00
Tom Keffer
ec648df9de Introduced Dublin Julian Days. 2011-03-28 16:04:11 +00:00
Tom Keffer
943d4dbe49 almanac now uses weewx.units formatting machinery. 2011-03-28 15:51:57 +00:00
Tom Keffer
24eb3fa508 Moved almanac.py to the package weewx. 2011-03-28 14:48:47 +00:00
Tom Keffer
c10174a7cc Integrating almanac into the unit conversion and formatting machinery. 2011-03-28 14:43:42 +00:00
Tom Keffer
68f83cea26 2011-03-28 00:30:10 +00:00
Tom Keffer
1f3231a406 Modified HTML template and CSS sheet to improve readability of Almanac data. 2011-03-28 00:27:59 +00:00
Tom Keffer
709b9c12fe Continuing to add functionality to Almanac. Added Mars, Jupiter, Venus. Revised HTML layout to add more Almanac information. 2011-03-27 17:54:22 +00:00
Tom Keffer
778031cd64 Added sun transit, moon rise, set, and transit. 2011-03-26 17:39:36 +00:00
Tom Keffer
f6ab91d318 Now uses pyephem for astronomical calculations if it is available. Otherwise, fall back to the old calculations. 2011-03-26 01:11:02 +00:00
Tom Keffer
9cd12e689b Simplified Almanac._adjustTime 2011-03-21 19:33:50 +00:00
Tom Keffer
18d59554a5 Added function utcdatetime_to_timestamp to weeutil.py 2011-02-28 01:12:16 +00:00
Tom Keffer
a1af4c5519 Added some more Pythonic constructors to WeeSolar and WeeSolarAlmanac 2011-02-28 01:11:32 +00:00
Tom Keffer
a6cf9c3fd5 Broke into two classes: WeeSolar and WeeSolarAlmanac. 2011-02-27 21:21:10 +00:00
Tom Keffer
d80220c971 Renamed weeastro.py to weesolar.py 2011-02-27 20:18:58 +00:00
Tom Keffer
99bda3a065 Continuing work on examples. Cleaned up atmospheric refraction calculation. 2011-02-27 20:18:12 +00:00
Tom Keffer
64bfe95eb3 Went to a class based structure for weeastro.py 2011-02-27 17:53:22 +00:00
Tom Keffer
7597fb0e84 Added solar azimuth angle. This completes all formulas in the spreadsheet. 2011-02-27 16:06:26 +00:00
Tom Keffer
29fff0eef4 Added Solar zenith, elevation, and atmospheric corrections 2011-02-27 05:13:10 +00:00
Tom Keffer
d88dee1652 Added Solar zenith angle 2011-02-27 02:24:21 +00:00
Tom Keffer
ce31c37395 Started on new almanac calculations. 2011-02-27 02:06:07 +00:00