Commit Graph
109 Commits
Author SHA1 Message Date
Roland Jax cf54ba532e configure.ac: PKG_CHECK_MODULES corrected. 2014-05-22 20:33:01 +02:00
Roland Jax bed9159097 configure.ac: AC_CONFIG_AUX_DIR([build]) added. 2014-05-22 12:08:37 +02:00
Roland Jax 75a0eb62e8 config: cyc command corrected. 2014-05-21 22:51:26 +02:00
Roland Jax 1a1db87d6d README: missing info for logarea and loglevel added. 2014-05-21 16:59:46 +02:00
Roland Jax bf9a741a47 config: data types and byte order of the old configuration corrected. 2014-05-21 16:42:26 +02:00
Roland Jax 09c0229060 NEW: ebus-daemon merged into ebusd. 2014-05-20 22:12:02 +02:00
Roland Jax 6513227cf5 README: new 'hex' command added. 2014-05-20 09:29:46 +02:00
Roland Jax c2743ccfbb config: vpm3035w - sensor names reduced. 2014-05-19 20:26:42 +02:00
Roland Jax fd93217f66 NEW: new command 'hex' added; sends given hex value to slave [hex type value] (ZZ PB SB NN Dx) 2014-05-19 20:24:12 +02:00
Roland Jax b75246bf11 config: factor for DesiredTemp correted. 2014-05-18 16:45:06 +02:00
Roland Jax 0ed9795d99 logger: logarea and loglevel reimplemented; daemon socket option logarea added. 2014-05-17 13:48:32 +02:00
Roland Jax 0821a7d31b init and logrotate file added. 2014-05-15 21:08:49 +02:00
Roland Jax ad200cc6b9 class BaseLoop: parameter test for dump and log command added. 2014-05-14 19:07:47 +02:00
Roland Jax 92a3f7fbc5 daemon parameter '--retries' (number retries send ebus command) added. 2014-05-13 18:58:10 +02:00
Roland Jax 820b4dd6be class BaseLoop: help page added; ReadMe adapted. 2014-05-12 18:27:56 +02:00
Roland Jax 2a2b638fc4 cleanup: not necessary c_str() removed. 2014-05-12 17:59:41 +02:00
Roland Jax e339511647 ReadMe adapted. 2014-05-11 20:25:29 +02:00
Roland Jax 3cc04bf3a7 some cosmetics. 2014-05-11 15:12:00 +02:00
Roland Jax 23b00280da configure.ac: AC_PREREQ changed. 2014-05-10 19:27:18 +02:00
Roland Jax 4635a3b3c0 config: factor for FLT corrected. 2014-05-09 11:57:09 +02:00
Roland Jax 1d2bd3840f Default ebus config dir changed to /etc/ebus-daemon 2014-05-09 11:47:34 +02:00
Roland Jax e302ce4745 BUG: Appl::parseArgs searching for '-' in argument reduced to first character; Appl::printSettings added. 2014-05-05 22:48:58 +02:00
Roland Jax 60cfff6738 daemon option -l --logfile added; ebusd strings replaced with ebus-daemon 2014-05-05 09:22:59 +02:00
Roland Jax 6a5bdd28c5 class BaseLoop: daemon command SET implemented. 2014-05-04 21:53:19 +02:00
Roland Jax b6ec718d34 BUG: missing folder m4 added. 2014-05-02 21:41:04 +02:00
Roland Jax 7c4012cbe5 config: byte order for UIN and SIN corrected. 2014-05-02 19:03:42 +02:00
Roland Jax cc0bb053f9 config: byte order for FLT corrected. 2014-05-02 13:01:15 +02:00
Roland Jax fa57297735 class BaseLoop: query for negative results added. 2014-05-01 22:40:22 +02:00
Roland Jax 30c6d2e5e1 config: old configuration files deleted. 2014-05-01 11:26:04 +02:00
Roland Jax 65df7a998a config: byte order for ULG corrected. 2014-05-01 11:16:00 +02:00
Roland Jax a8c8c3bd1b atoX functions replaced with strtoX implementation. 2014-04-27 20:40:27 +02:00
Roland Jax ec1ce841d0 class BaseLoop: ignore daemon socket commands case insensitive 2014-04-23 21:49:21 +02:00
Roland Jax d38c30339b BUG: .gitignore changed - missing configure.ac added 2014-04-23 14:37:37 +02:00
Roland Jax c3321d9130 class BaseLoop: adapted for Command::calcResult 2014-04-21 21:08:00 +02:00
Roland Jax e9a4721c8f class CYCData: findData() added; various cleanup 2014-04-18 19:45:05 +02:00
Roland Jax fdc52ee122 initial commit 2014-04-14 23:40:45 +02:00
Roland Jax 8be273c9ad README clarify 2014-04-12 21:01:59 +02:00
Roland Jax 2ae0fd43f7 gitignore changed. 2014-03-16 17:11:44 +01:00
Roland Jax 167e17b001 wrong files from c++ branch deleted. 2014-03-16 17:07:16 +01:00
Roland Jax 1c253b7ca3 Merge branch 'master' of github.com:yuhu-/ebusd
Conflicts:
	lib/ebus-cmd.c
2014-03-16 17:03:56 +01:00
Roland Jax d8cbc8343e Specific vaillant data type ttm (time table minutes) added. 2014-03-16 17:02:43 +01:00
Roland Jax 99461cae1e Specific vaillant data type ttm (time table minutes) added. 2014-03-16 17:00:47 +01:00
Roland Jax 3e00a0dc80 Merge branch 'master' of github.com:yuhu-/ebusd
Conflicts:
	lib/ebus-cmd.c
2014-03-15 20:55:56 +01:00
Roland Jax 7907533bac factor added for uin, sin, ulg, slg, flt 2014-03-15 20:51:53 +01:00
Roland Jax ee8edbe948 factor added for uin, sin, ulg, slg, flt 2014-03-15 20:02:53 +01:00
Roland Jax 78289378d3 README clarify 2014-03-15 17:58:39 +01:00
Roland Jax 1c4a935696 Some cosmetic changes. 2014-02-21 12:36:50 +01:00
Roland Jax cbb0303aa2 Merge pull request #8 from hannesgredler/socket
fix crash: Create a local copy of the <host:port> string.
2014-02-21 12:06:34 +01:00
Hannes Gredler fc58f6b820 fix crash: Create a local copy of the <host:port> string. 2014-02-21 09:27:35 +01:00
Roland Jax 3ec0712bc4 Improved ebus device handling to use tcp based device too 2014-02-20 23:11:31 +01:00