Commit Graph

51 Commits

Author SHA1 Message Date
Tom Keffer
d0f8c16c6b Ported pmon to Python 3 and WeeWX V4 2019-11-17 06:18:20 -08:00
Zanderama
1a8d9c63eb Changed .conf and .htm to use "#rrggbb" format rather than 0xbbggrr. Not tested, but looks sane. (#460)
Ran through the test suites, and it looks good!
2019-10-25 05:12:33 -07:00
Tom Keffer
ead77ce087 Ported examples to use the logging module 2019-10-08 14:43:37 -07:00
Tom Keffer
747563194f Port FileParse to Python 3 2019-07-03 19:21:05 -07:00
Tom Keffer
125dcc450c Ported pmon to Python 3. 2019-06-27 08:54:59 -07:00
Tom Keffer
a930e65c00 Introduce a uniform logging shim. Fixes issue #353 2019-02-26 13:08:19 -08:00
Tom Keffer
5595f8e4a8 Import ExtensionInstaller from weecfg.extension
...instead of setup
2019-02-04 08:51:59 -08:00
Tom Keffer
560b2d6159 Set logging mask for alarm.py 2019-01-15 13:53:35 -08:00
Tom Keffer
c311f11601 A more robust version of the test code was put back in alarm.py. 2019-01-14 17:03:57 -08:00
Tom Keffer
decf9ec1fb Removed so-called test code in alarm.py.
Should never have been in there in the first place.
2019-01-14 07:47:47 -08:00
Tom Keffer
f4151d00d2 Catch and log gaierror exceptions as well 2019-01-06 08:00:43 -08:00
Tom Keffer
6ac5708875 The thread that sounds the alarm is now in a try block. 2019-01-05 18:42:34 -08:00
Tom Keffer
683e8b8bf0 Minor reformatting. Fixed some PyCharm warnings. 2019-01-05 16:42:30 -08:00
tkeffer@gmail.com
16fc7fb5d3 Use WeeWX consistently (instead of weeWX). 2018-12-20 15:50:51 -08:00
Tom Keffer
cafce974c9 lowBattery and alarm now try SMTP_SSL connection. Fixes issue #351 2018-10-29 12:18:26 -07:00
Tom Keffer
f9dee8194f Merge branch 'patch-2' of https://github.com/evilbunny2008/weewx into evilbunny2008-patch-2 2018-09-07 18:54:21 -07:00
evilbunny2008
4dd7dee958 Update index.html.tmpl 2018-09-08 11:12:41 +10:00
evilbunny2008
4ae821ac6b Update index.html.tmpl 2018-09-08 11:00:22 +10:00
evilbunny2008
b4ff071973 Update readme.txt 2018-09-08 10:57:23 +10:00
evilbunny2008
2900f4ce44 Update readme.txt 2018-09-08 10:56:39 +10:00
evilbunny2008
c59f50f622 added last month 2018-09-08 10:50:48 +10:00
evilbunny2008
3ae1c06544 Update index.html.tmpl 2018-09-08 08:49:03 +10:00
evilbunny2008
d35ac45e7d Update xstats.py 2018-09-07 23:35:44 +10:00
evilbunny2008
c8a41f79d2 Update xstats.py 2018-09-07 23:20:23 +10:00
Tom Keffer
abc745eaf2 Merge branch 'patch-2' of https://github.com/evilbunny2008/weewx into evilbunny2008-patch-2 2018-09-07 06:00:27 -07:00
evilbunny2008
f56df7b1f9 Update readme.txt 2018-09-07 22:44:03 +10:00
Tom Keffer
b157af03c9 Merge remote-tracking branch 'remotes/origin/master' into development
# Conflicts:
#	docs/changes.txt
2018-06-16 05:16:23 -07:00
evilbunny2008
7a9be1b0e2 Add last_year and last_year_todate to xstats.py
Add last_year and last_year_todate to xstats.py to do comparisons to of rainfall up to this time last year, and for generating statistics for the last calendar year
2018-06-07 23:52:02 +10:00
vinceskahan
701f094a59 2to3 -f except -w (#315) 2018-04-09 05:55:16 -07:00
Tom Keffer
61d9017c1d Fixed monthly time_length for cmon. Fixes issue #309 2018-03-27 16:45:05 -07:00
Unknown
24151d96c8 Further refinement of readme.txt for the examples 2018-03-26 16:52:34 +10:00
Unknown
f98ec423f7 Consistent instructions in readme.txt for example extensions 2018-03-25 23:16:32 +10:00
Tom Keffer
64d250c878 Catch up with master branch.
# Conflicts:
#	bin/weewx/restx.py
#	docs/changes.txt
2017-03-15 17:02:15 -07:00
Matthew Wall
a5073fdf7d distribute examples in a single directory 2017-03-14 12:17:11 -04:00
Tom Keffer
40488c206a Now works with heatdeg and cooldeg. Fixes issue #224. 2017-03-11 15:44:25 -08:00
matthewwall
4ce5eb2342 fix another typo 2017-01-11 18:07:10 -05:00
matthewwall
926edacda4 fix typo. simplify. 2017-01-11 18:05:22 -05:00
matthewwall
2800a7caa5 revert to direct use of config_dict so that missing [Alarm] stanza will cause failure 2017-01-11 18:01:31 -05:00
matthewwall
5b65d4e81e fix battery status flag in acurite driver. make lowBattery example work will all battery indicators. addresses PR#194 2017-01-11 17:44:26 -05:00
Tom Keffer
16499b3ad0 Removed the vp resend bug code.
It's not really an 'example'.
2016-12-29 18:13:47 -08:00
matthewwall
7139033e92 eliminate experimental directory, move examples directory. addresses issue #183 2016-12-06 13:11:18 -05:00
Tom Keffer
3e2a52bd85 Changed setup.py to reflect new directory structure. 2010-04-12 15:52:34 +00:00
Tom Keffer
331699ae0b Changed some class names in stats. 2010-04-09 18:58:48 +00:00
Tom Keffer
ea7d11fc8f Initialize Report Generator with the path to the configuration file instead of the configuration dictionary, to avoid possible threading conflict.
Moved generator_list into its own [Generators] section.

Added comments, particularly to stats.py and units.py
2010-04-09 15:33:25 +00:00
Tom Keffer
04fcc805b5 Checkpoint. 2010-04-08 14:15:11 +00:00
Tom Keffer
319d80b9cf Checkpoint. 2010-04-06 21:38:34 +00:00
Tom Keffer
d6f8378f77 Branch to experiment with a different way of tracking units 2010-04-05 22:42:24 +00:00
Tom Keffer
66444ad949 Working revision 2010-03-15 02:46:42 +00:00
Tom Keffer
b59c22f246 Now works for smtp servers that use encrypted transport (eg: gmail). 2010-03-08 00:57:09 +00:00
Tom Keffer
80e48daa8f Added more customization examples.
Added more documentation on how to customize.
2009-12-22 20:38:27 +00:00