Commit Graph

  • 0bb7db1edc fixed 10x multiplier for wind speed from historical records on ws23xx stations Matthew Wall 2015-06-11 13:12:02 -04:00
  • b7dd3ba30e replacement of SKIN_ROOT is no longer necessary since the cheetah generator chdir bug was fixed Matthew Wall 2015-06-10 15:10:42 -04:00
  • 493badcf04 massage database stanzas and html root when installing extensions. Matthew Wall 2015-06-10 15:06:02 -04:00
  • 91f9e0bae5 provide more feedback for engine failures Matthew Wall 2015-06-10 13:33:52 -04:00
  • e36e822325 trim leading and trailing whitespace Matthew Wall 2015-06-10 12:47:00 -04:00
  • 47103047fe fix BIN_ROOT. fix SKIN_ROOT. test on debian and /home/weewx installations. Matthew Wall 2015-06-10 12:31:31 -04:00
  • 38f3f9c280 be explicit about daemon args Matthew Wall 2015-06-10 12:30:57 -04:00
  • e2e98a4feb update docs to reflect latest wee_config changes Matthew Wall 2015-06-10 00:10:47 -04:00
  • ec00353eae adjust wording of usage and help messages Matthew Wall 2015-06-09 23:34:29 -04:00
  • 62fa5c2e90 Merge branch 'master' of github.com:weewx/weewx Matthew Wall 2015-06-09 23:34:04 -04:00
  • 528653d935 match changes to wee_config Matthew Wall 2015-06-09 23:44:39 -04:00
  • fe2fd0bb7e push retries to _read method in te923 driver Matthew Wall 2015-06-09 14:55:21 -04:00
  • b4e43e1656 First pass at new command options for utility wee_config Tom Keffer 2015-06-09 07:54:48 -07:00
  • db8fafad9d find_file() now searches all command line arguments, looking for config file. Ignores any that start with a dash Tom Keffer 2015-06-05 05:21:07 -07:00
  • 8ffb6919f3 Merge pull request #38 from N0NB/master Tom Keffer 2015-05-30 18:39:57 -07:00
  • a8ba19b24f Update CWOP section of users guide Nate Bargmann 2015-05-30 18:39:43 -05:00
  • 3302eb6fcf Corrected link in user's guide tkeffer 2015-05-26 19:27:02 -07:00
  • 24a082b920 get systemd config to work on debian 8 Matthew Wall 2015-05-22 17:07:41 -04:00
  • 590cbcf33e comment the status of ws1 line parsing. no solution until we have more data from actual hardware. Matthew Wall 2015-05-21 12:46:10 -04:00
  • 188b9a03ae use slightly more meaningful names Matthew Wall 2015-05-21 12:33:59 -04:00
  • 5c70298ece Merge branch 'master' of github.com:weewx/weewx Matthew Wall 2015-05-21 01:54:15 -04:00
  • c7e0d53cfe modify both driver an units for deb install Matthew Wall 2015-05-21 01:44:39 -04:00
  • b8a0cefde3 Included function to generate the section canonical ordering from a config file. Tom Keffer 2015-05-20 14:38:04 -07:00
  • 5c03b5bc35 Shuffled some comments around. Tom Keffer 2015-05-20 12:22:11 -07:00
  • 11a81fb9b6 Now uses a canonical ordering to prettify a config file. Tom Keffer 2015-05-20 12:04:07 -07:00
  • da6e291b2c Updated TODO list Tom Keffer 2015-05-19 17:10:08 -07:00
  • f6faea18eb Removed old setup.py Tom Keffer 2015-05-18 18:13:50 -07:00
  • c0e2ac169d ValueError might be thrown when releasing interface, so catch it Matthew Wall 2015-05-17 05:59:34 -04:00
  • 4fdfb35575 Added explanation of what to do with a UnicodeEncodeError. Tom Keffer 2015-05-14 14:08:17 -07:00
  • aa83d64989 Does not leave behind a partial driver_info_dict in case of failure. Requires that valid drivers have attribute DRIVER_NAME be defined. Tom Keffer 2015-05-13 09:46:57 -07:00
  • be18f60dda Merge branch 'master' of github.com:weewx/weewx Matthew Wall 2015-05-12 22:47:12 -04:00
  • 41fdba1ba5 derive from WeeWxIOError for io failures. added experimental option to keep serial port open or open on each read. added config options to enable/disable catchup and hardware archive records. Matthew Wall 2015-05-12 19:15:40 -04:00
  • 80eb6c1814 Changed variable names to something more accurate Tom Keffer 2015-05-11 18:31:07 -07:00
  • 919a3af93a A bad CWOP server address no longer crashes the CWOP thread. Tom Keffer 2015-05-11 14:07:23 -07:00
  • 9556d18d77 Fixed UnboundLocalError exception when using the --install command. Tom Keffer 2015-05-11 13:25:42 -07:00
  • 96b69f8f10 ws23xx hardware reports windchill and dewpoint, but not heatindex Matthew Wall 2015-05-06 08:29:39 -04:00
  • baabfa645c Worked on explanation of wee_config Tom Keffer 2015-05-02 18:13:20 -07:00
  • 07aec93c2a update upgrade guide with info about new utilities Matthew Wall 2015-05-02 12:20:53 -04:00
  • 4c0d95a4e4 use cmd style for what user types. slight cleanup of extension doc structure. keep wee_config in 'configuring weewx' section of userguide (not sure this is best structure - it is more user friendly but not strictly outlined). Matthew Wall 2015-05-02 10:53:32 -04:00
  • 6909be9285 use @ not _ Matthew Wall 2015-05-01 22:12:22 -04:00
  • 6264174973 Merge branch 'master' of github.com:weewx/weewx Matthew Wall 2015-05-01 22:08:39 -04:00
  • 2a7733253e use different character to hack fixed spacing Matthew Wall 2015-05-01 22:08:26 -04:00
  • 79b2d5bb47 Better --uninstall messages Tom Keffer 2015-05-01 09:06:40 -07:00
  • 1f3150ae7a Reformatted to bring weewx.conf a little more in harmony with what is left behind by ConfigObj.write() Tom Keffer 2015-05-01 09:06:22 -07:00
  • 05c4f5bc10 Running wee_config without any command now gives a useful error msg. Tom Keffer 2015-05-01 08:35:57 -07:00
  • b1716ade12 Uninstalling an extension that does not exist now gives a more useful error. Tom Keffer 2015-05-01 08:26:19 -07:00
  • 0445484d87 Fixed problem where BIN_ROOT got injected, and then stored, in the configuration file Tom Keffer 2015-05-01 08:16:54 -07:00
  • d98f4ef6f4 Fixed warnings caused by use of reserved symbols. Tom Keffer 2015-05-01 07:06:51 -07:00
  • f3332e7077 Merge branch 'master' of https://github.com/weewx/weewx Tom Keffer 2015-04-30 13:44:57 -07:00
  • 79105e4e39 Working on documentation of wee_extension Tom Keffer 2015-04-30 13:40:52 -07:00
  • ed6ee5bc7c Merge branch 'master' of github.com:weewx/weewx Matthew Wall 2015-04-30 00:28:59 -04:00
  • 1a413e58ab look for drivers in user directory as well as weewx.drivers Matthew Wall 2015-04-30 00:28:49 -04:00
  • d500a0c3aa Simplified the logic in find_file(). Hope you like it Matthew. Tom Keffer 2015-04-29 19:03:04 -07:00
  • c14d982bb7 wee_config now uses Logger() Tom Keffer 2015-04-29 08:42:41 -07:00
  • 2402dfc183 First (quick) pass at documenting wee_config Tom Keffer 2015-04-29 08:20:10 -07:00
  • 0bf7b906cb s/wee_config/wee_device/g Tom Keffer 2015-04-29 06:59:07 -07:00
  • 847bbec426 Document the name change for wee_device wee_database Tom Keffer 2015-04-28 16:26:02 -07:00
  • 1076982ad2 Added to the weeutil unit test suite. Tom Keffer 2015-04-28 12:04:51 -07:00
  • 8b11fb6cbc $almanac.sunrise and $almanac.sunset now return ValueHelpers. Fixes issue #26. Tom Keffer 2015-04-28 08:13:57 -07:00
  • 19238bf696 fixed a couple more typos in the ws1 driver Matthew Wall 2015-04-27 23:41:31 -04:00
  • 1670d9b6eb removed more detritus Matthew Wall 2015-04-27 22:34:56 -04:00
  • 3dd58fe822 get data as fast as the ws1 can spit it out Matthew Wall 2015-04-27 22:07:31 -04:00
  • 866e6a5047 fixed typo Matthew Wall 2015-04-27 21:19:52 -04:00
  • 09c4ab5b5d permit hyphens in ws1 data string Matthew Wall 2015-04-27 21:15:43 -04:00
  • a5e3e9732d Merge branch 'master' of github.com:weewx/weewx Matthew Wall 2015-04-27 20:06:47 -04:00
  • e8c4e15c01 more fixes to work with all of the deb install/update permutations Matthew Wall 2015-04-27 16:27:46 -04:00
  • 246dd654f6 track only items for next release in TODO Matthew Wall 2015-04-27 15:39:18 -04:00
  • 316c7e14ad include deb requirements in dev notes mwall 2015-04-26 13:49:56 -04:00
  • b334a32b31 update dev notes to reflect latest practices mwall 2015-04-26 10:47:55 -04:00
  • 2dc7e4c8ac revert to uploading to sourceforge Matthew Wall 2015-04-26 10:45:23 -04:00
  • 00f06b74d0 Fixed problem that could cause an exception in the WMR200 driver when formatting an error string. Tom Keffer 2015-04-26 06:58:44 -07:00
  • 90fca921fb more default location putzing. code format tweaks. Matthew Wall 2015-04-26 09:12:21 -04:00
  • 74f389acd6 set WEEWX_ROOT Matthew Wall 2015-04-26 09:11:53 -04:00
  • 074f4fe452 consolidate logic and make decision tree more explicit for finding weewx.conf Matthew Wall 2015-04-26 08:24:06 -04:00
  • ac68c53bff proper capture of stderr and stdout Matthew Wall 2015-04-26 08:08:28 -04:00
  • 7979d4e67d better behavior when no conf specified and weewx is installed to non-standard location Matthew Wall 2015-04-25 23:41:25 -04:00
  • 8a4f4319dc make wee_X changes to manifest and setup too Matthew Wall 2015-04-25 21:39:14 -04:00
  • 9dc279c0c4 use renamed wee_X utilities in rpm and deb configs Matthew Wall 2015-04-25 21:29:21 -04:00
  • feb26463f4 rename wee_X utilities again Matthew Wall 2015-04-25 21:20:31 -04:00
  • 32ac3898d7 rename wee_X utilities again Matthew Wall 2015-04-25 21:19:57 -04:00
  • 468325810a use wee_X utilities in rpm Matthew Wall 2015-04-25 21:16:05 -04:00
  • e3f473f386 reduce verbosity Matthew Wall 2015-04-25 21:08:16 -04:00
  • 3159e37a15 provide better feedback about missing usb device Matthew Wall 2015-04-25 20:03:42 -04:00
  • d855d17abf new wee_config now working properly with dpkg. consistent use of exit. do not do backup files when invoked via dpkg. Matthew Wall 2015-04-25 18:29:10 -04:00
  • 52c0cb2e8d adjust deb packaging to use new wee_X utilities Matthew Wall 2015-04-25 10:52:12 -04:00
  • cdd978e70d more unification of utility usage messages Matthew Wall 2015-04-25 09:30:23 -04:00
  • ab94f23777 use world-wide-recognizable format for dates Matthew Wall 2015-04-25 09:10:41 -04:00
  • 845895e803 unify the usage output for wee_* utilities Matthew Wall 2015-04-25 09:10:07 -04:00
  • b54b81bcff deal with lat/lon corner cases mwall 2015-04-25 07:55:58 -04:00
  • a85a146564 Renamed wee_config to wee_config_config Tom Keffer 2015-04-24 14:44:12 -07:00
  • 8adb08e1be Now uninstall removes any files or directories. Updated test suite. Tom Keffer 2015-04-24 12:15:20 -07:00
  • 2b9832a0c3 Merge branch 'master' of https://github.com/weewx/weewx.git Tom Keffer 2015-04-24 10:06:36 -07:00
  • b80f57b84b Working on uninstall. Tom Keffer 2015-04-24 10:06:24 -07:00
  • af83c4c59a Merge branch 'master' of github.com:weewx/weewx Matthew Wall 2015-04-24 11:09:13 -04:00
  • 093f972a5f report raw byte when bogus signal strength Matthew Wall 2015-04-24 11:09:07 -04:00
  • 3773454b0f Now saves the installer's install.py file in bin/user/installers Tom Keffer 2015-04-24 06:27:18 -07:00
  • b8c7063a49 Merge branch 'master' of https://github.com/weewx/weewx.git Tom Keffer 2015-04-24 05:43:44 -07:00
  • 56acaf4228 Added comments. Moved all_service_groups to package weewx Tom Keffer 2015-04-24 05:42:45 -07:00
  • 38bf432c91 default to not setting perms for logrotation. provide other options for restart/reload of syslog. Matthew Wall 2015-04-24 07:03:27 -04:00
  • dbaab1d572 better test for no connection to sensors Matthew Wall 2015-04-24 07:02:41 -04:00