forked from JuMi2006/ebusd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
99 lines (69 loc) · 2.59 KB
/
NEWS
File metadata and controls
99 lines (69 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
ebusd - NEWS
------------
2014-06-03 Roland Jax <roland.jax@liwest.at>
* ebusd_send, ebusd_scan added.
* Version changed from 0.2.0 to 0.2.1
2014-05-11 Roland Jax <roland.jax@liwest.at>
* ebus-daemon merged into ebusd.
2014-05-11 Roland Jax <roland.jax@liwest.at>
* Beta-Test for ebus-daemon started.
---
2014-03-16:
* Specific vaillant data type "ttm" (time table minutes) added.
(thx hendrikw / KNX Forum)
2014-02-21:
* Improved ebus device handling to use tcp based device too.
2013-11-19:
* Data type of struct commands.s_type changed from integer to char[2].
2013-11-14:
* Initial commit on github.
2013-11-06:
* Specific vaillant data type "ulg" (unsigned long) added.
2013-05-25:
* Added ability to reopen temporary removed serial device. (thx aloz77 / KNX Forum)
2013-05-16:
* Added ability to restrict tcp connection to localhost. (thx aloz77 / KNX Forum)
2013-04-27:
* Improved csv files read in a way that ebus parts are not case sensitive.
2013-04-09:
* Extended signal handler to fit with logrotate / logging facility.
2013-04-08:
* Logging functions changed so it fits together with the behavior of logrotate.
2013-03-15:
* Improved cyc commands data handling so all parts from message could be decoded.
2013-03-03:
* Added debian init script ebusd.init to contrib.
2013-03-01:
* Added documentation and an example command csv file.
2013-02-28:
* Added loglevel as telnet command to change logging level at runtime.
2013-02-27:
* Added new config parameter print_size to adjust number of bytes at output stream.
2013-02-22:
* Changed client answer code so normal telnet client can handle it
2013-02-21:
* Improved decoding of cyc commands to all ebus message types.
2013-02-19:
* Added some usefull description of ebusd to README
2013-02-17:
* Added csv tool to print command configuration.
* Added deconding of cyc commands.
2013-02-16:
* Structure for commands improved so only one structure for GET/SET/CYC is needed
* Possible formats for GET / SET (asc, bcd, d1b, d1c, d2b, d2c, dat, tim)
2013-02-06:
* Fixed some malfunctions of command decode function
* Added parameter send_retry so the daemon can try x times to send command
2013-02-04:
* Added the ability to send commands via telnet to daemon
(This ist just added for GET and a few ebus commands for response)
2013-02-01:
* Added functions to read ebus command files
2013-01-25:
* Added autogen.sh script in main dir
* Logging functions changed from level to class system
2013-01-24:
* Added example daemon configuration file
* Added functions for parsing daemon configuration file
2013-01-17:
* Prepare Source to compile with GNU Autotools