<li> feature: added archivedir/archivecmd to the FileLog
<li> feature: added EM1010PC/EM1000WZ/EM1000EM support
<li> bugfix: undefined messages for unknown HMS devs (Peter, 8.6)
<li> bugfix: em1010 and %oldvalue bugs (Peter, 9.6)
<li> bugfix: SCIVT solar controller (peterp, 1.7)
<li> bugfix: WS300 loglevel change (from 2 to 5 or device specific loglevel)
<li> feature: First steps for a Fritz!Box port. See the fritzbox.html
<li>feature: FHT lime-protection code discovered by Dirk (7.10)
<li>feature: Softwarebuffer for FHT devices with queuing unsent commands and repeating commands by transmission failure (Dirk 17.10)
<li> feature: FHT low temperatur warning and setting for lowtemp-offset (Dirk 17.10)
<li>change: Change naming for state into warnings (Dirk 17.10)
</ul>
</ul>
<h2>Description</h2>
<ul>
This program makes the FHZ1000/FHZ1300/WS300 USB devices sold by ELV, Conrad and
others useable with Linux. In fact, there is nothing Linux special in it, you
should be able to use it on other platforms as long as you can access the
hardware as a serial device.<br>
The program runs as a server, you can control it via telnet, command line
program or TCP/IP directly, like the supplied web frontends do.<br><br>
Currently implemented features:<br>
<ul>
<li>Via the FHZ module (with access to one or more FHZ1000/FHZ1300 device):
<ul>
<li>reading and sending FS20 events (on/off/dimming, timer commands)<br>
<li>support of FS20 address features function group, local and global master
<li>reading and changing FHT80b parameters (temp, actuator, etc).<br>
The FHT8b seems to work too. <b>Note:</b> the FHT8 wont work.<br/>
For FHT8b devices, FHEM have an internal software buffer for sending commands step by step. This buffer should prevent lost commands. In case of transmission failures FHEM tries to resend commands. <br/>
</li>
<li>reading HMS data (HMS100-T,-TF,-WD,-MG,-TFK and RM100-2)</li>
<li>reading KS300 data</li>
</ul>
</li>
<li>reading WS300 data, and up to 9 attached devices</li>
<li>reading EM1000WZ/EM1000EM data via an attached EM1010PC</li>
<li>reading an attached SCIVT device</li>
<li>logging events to files (or database), with regexp filters</li>
<li>notifying external programs or internal modules when receiving certain
events</li>
<li>timed commands (e.g. switching a lamp on from sunset till midnight)</li>
<li>modular architecture</li>
<li>a lot of web frontends, choose your favorite</li>
<br>
</ul>
See <ahref="commandref.html">commandref.html</a> for a detailed command
description and <ahref="faq.html">faq.html</a> for the F.A.Q.