Commit Graph

98 Commits

Author SHA1 Message Date
Matthew Wall
581d8ee3b2 rename sample_period to polling_interval. fix lurking uninitialized variable in fousb sync. deal with another delay=None condition. added explanation in usersguide about fousb polling and archive intervals. default to 60 second polling interval instead of 30. 2013-03-21 23:28:05 +00:00
Matthew Wall
f52a49be23 clarify fousb operating modes 2013-03-20 18:19:31 +00:00
Matthew Wall
386532a83e added user guide section about fousb operating modes 2013-03-20 14:40:50 +00:00
Matthew Wall
af06d60f2d added synchronisation for catchup 2013-03-14 01:06:11 +00:00
Matthew Wall
90dc50ed5a config file is optional - search standard locations if not specified 2013-03-13 15:55:20 +00:00
Matthew Wall
8c1da173cc update docs to reflect latest fousb fixes. minor cleanup to customizing doc based on lacrosse ws28xx development. 2013-03-03 14:08:31 +00:00
Matthew Wall
aaaf86da9d added pressure calibration option for fine offset stations. reduced log spewage. 2013-02-20 05:27:53 +00:00
Matthew Wall
bd87d58ca8 make docs DOS mode (apparently they were converted to unix mode but with ^M newlines at r1028) 2013-02-20 03:59:39 +00:00
Tom Keffer
1933dba057 Updated version number 2013-02-15 16:44:07 +00:00
Tom Keffer
e51a8f1ffa Added the ability to turn the Vantage console lamp on or off. 2013-02-15 15:57:47 +00:00
Matthew Wall
8b1e50479b added example of how to check pressures 2013-02-14 19:29:20 +00:00
Matthew Wall
5cf3fc2dec default to table format for fousb console dump. added examples to usersguide. 2013-02-14 19:24:00 +00:00
Matthew Wall
40741b8d11 added test for usb quality 2013-02-14 19:11:35 +00:00
Matthew Wall
0134149ee9 enabled writing to console 2013-02-14 18:40:31 +00:00
Matthew Wall
50fb53b732 tweaks to wee_config_fousb help 2013-02-14 14:21:19 +00:00
Matthew Wall
236388b236 update hardware table 2013-02-12 13:38:22 +00:00
Matthew Wall
399dd2876a slight reordering of configuration instructions. hardware config gets its own section now to prepare for other station types. 2013-02-11 21:44:04 +00:00
Tom Keffer
b61d5c8ef9 Added Warning paragraph in the docs for [StdConvert]. 2013-02-11 15:50:37 +00:00
Tom Keffer
5cded55215 Tweaking docs. 2013-02-10 17:04:54 +00:00
Tom Keffer
cfa3ba127b Renamed the executables yet again. This time, removed the ".py" suffix. 2013-02-09 17:06:55 +00:00
Tom Keffer
45fcf681d5 Removed the section on running on low-power machines. Forgive me, Matthew! 2013-02-09 01:48:19 +00:00
Tom Keffer
448c05c971 Updated docs for the new locations of the user and examples subdirectories. 2013-02-07 23:55:47 +00:00
Tom Keffer
dd612dbeb0 Changed the names of the wee-config utilities to use underscores instead of hyphens. This is because module names with hyphens in them are not valid Python names. 2013-02-07 23:16:45 +00:00
Matthew Wall
4574c306f9 improve image and caption layout 2013-02-07 15:18:39 +00:00
Matthew Wall
2a909392d5 restored tom's notes about wview conversion times. make service_list consistent across docs. 2013-02-07 14:20:27 +00:00
Matthew Wall
ebf8cdf4c1 added low-power computer section 2013-02-07 13:16:24 +00:00
Matthew Wall
61e7d552a1 added info about pressures to new stations section. fixed some dangling html tags. added target to weblint the docs. made encodings consistent. 2013-02-07 12:44:58 +00:00
Matthew Wall
87caab23b7 attempt to simplify hardware table 2013-02-06 19:10:32 +00:00
Matthew Wall
cbde4cd3cd fixed a few more em. fixed td/span tags broken by bad svn merging. 2013-02-06 18:28:40 +00:00
Matthew Wall
de3f861d7e replace em with symcode. fix some linespacing problems. use light teal background for tab selection instead of tty background color. 2013-02-06 18:10:43 +00:00
Tom Keffer
81e55d3b21 Cleaned up the last (I think) of the references to WEEWX_ROOT. 2013-02-06 17:46:50 +00:00
Tom Keffer
2468a8a158 First pass at using the symbolic directory names in the User's Guide. 2013-02-06 03:00:21 +00:00
Tom Keffer
1975b705ca Changed the name of the utilities:
runreports.py -> wee-reports.py
    config_database.py -> wee-config-database.py
    config_vp.py -> wee-config-vantage.py
    config_fousb.py -> wee-config-fousb.py
2013-02-05 23:37:56 +00:00
Tom Keffer
d73bb5d479 Added documentation for the WOW protocol. 2013-02-05 23:20:32 +00:00
Matthew Wall
6797341094 more tips about wview import. tty layout is still finicky in usersguide.htm and customizing.htm 2013-02-04 16:45:24 +00:00
Tom Keffer
78c885618c Changed location of system log for setup.py method to /var/log/syslog.
Added description of the --dump command.
2013-02-04 16:19:06 +00:00
Matthew Wall
1bdb9b3cb5 added recipe for 'importing' from wview 2013-02-04 15:24:40 +00:00
Matthew Wall
51d03730e0 added section about web server integration 2013-02-04 15:04:37 +00:00
Matthew Wall
6fed2f59f9 minor doc edits for consistency and to address implied complaint in forum about CWOP/WU instructions 2013-02-04 14:23:35 +00:00
Matthew Wall
725171ac54 added instructions for removing weewx data. clean up layout table formatting. added location of binaries to locations table in each quickstart page. 2013-02-03 15:22:41 +00:00
Matthew Wall
0da1bbbff3 clean up tty - customizing and usersguide still use fixed spaces, others do not 2013-02-03 02:45:10 +00:00
Matthew Wall
978cadedeb added tabbed table with locations in usersguide 2013-02-03 01:37:06 +00:00
Tom Keffer
9829261b32 Simplified installation instructions so there is One True Way. 2013-02-02 23:12:49 +00:00
Matthew Wall
a2e6540e52 punt installing.htm. fixed a few more typos in redhad and debian pages. put all upgrade instructions in upgrading.htm. added units column to packet types table for US and METRIC. 2013-02-02 22:19:12 +00:00
Tom Keffer
218efe92a2 Working towards eliminating the file installing.htm 2013-02-02 16:27:15 +00:00
Tom Keffer
679b333868 Changed linux.htm to setup.htm 2013-02-02 16:04:15 +00:00
Tom Keffer
53fb64919a First whack at documentation. 2013-02-02 16:01:54 +00:00
Matthew Wall
997d197d5e eliminate pre tags. make tty class consistent (but still not robust). fix alarm.py indents in customizing guide. 2013-02-02 01:53:21 +00:00
Matthew Wall
099c86c514 fixed redhat init.d instructions 2013-02-02 00:24:39 +00:00
Matthew Wall
045539fb7b added command for getting python version in installing.htm. alphabetize glossary (thanks chris :) 2013-02-01 20:46:31 +00:00