mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Preparing the release 4.2
git-svn-id: https://svn.fhem.de/fhem/trunk@119 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6ece026985
commit
42c3c6a80b
@ -222,7 +222,7 @@ FHT_Set($@)
|
|||||||
$val = "" if (!defined($val));
|
$val = "" if (!defined($val));
|
||||||
|
|
||||||
my $ioname = "";
|
my $ioname = "";
|
||||||
$hash->{IODev}->{NAME} if($hash->{IODEV});
|
$ioname = $hash->{IODev}->{NAME} if($hash->{IODev});
|
||||||
if($attr{$ioname} && $attr{$ioname}{fhtsoftbuffer}) {
|
if($attr{$ioname} && $attr{$ioname}{fhtsoftbuffer}) {
|
||||||
|
|
||||||
my $io = $hash->{IODev};
|
my $io = $hash->{IODev};
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
BINDIR=/usr/local/bin
|
BINDIR=/usr/local/bin
|
||||||
MODDIR=/usr/local/lib
|
MODDIR=/usr/local/lib
|
||||||
|
|
||||||
VERS=4.0
|
VERS=4.2
|
||||||
DATE=2007-08-05
|
DATE=2007-12-02
|
||||||
DIR=fhem-$(VERS)
|
DIR=fhem-$(VERS)
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
@ -25,7 +25,10 @@ Formerly known as fhz1000.pl
|
|||||||
<li>feature: FHT lime-protection code discovered by Dirk (7.10)
|
<li>feature: FHT lime-protection code discovered by Dirk (7.10)
|
||||||
<li>feature: softwarebuffer for FHT devices (Dirk 17.10)
|
<li>feature: softwarebuffer for FHT devices (Dirk 17.10)
|
||||||
<li>feature: FHT low temperatur warning and offset (Dirk 17.10)
|
<li>feature: FHT low temperatur warning and offset (Dirk 17.10)
|
||||||
<li>change: change FHT state into warnings (Dirk 17.10)
|
<li>change: change FHT state into warnings (Dirk 17.10)<br>
|
||||||
|
NOTE: you'll get an undefined type state & undefined type
|
||||||
|
unknown_85 message after upgrade, this will disappear at the
|
||||||
|
second start.</li>
|
||||||
<li>feature: Softwarebuffer code simplified (Rudi 22.11)
|
<li>feature: Softwarebuffer code simplified (Rudi 22.11)
|
||||||
<li>bugfix: bug #12327 doppeltes my
|
<li>bugfix: bug #12327 doppeltes my
|
||||||
<li>bugfix: set STATE from trigger
|
<li>bugfix: set STATE from trigger
|
||||||
@ -40,12 +43,12 @@ Formerly known as fhz1000.pl
|
|||||||
|
|
||||||
<h2>Description</h2>
|
<h2>Description</h2>
|
||||||
<ul>
|
<ul>
|
||||||
This program makes the FHZ1000/FHZ1300/WS300 USB devices sold by ELV, Conrad and
|
This program makes the FHZ1000/FHZ1300/WS300 and other USB devices sold by ELV,
|
||||||
others useable with Linux. In fact, there is nothing Linux special in it, you
|
Conrad and others useable with Linux. In fact, there is nothing Linux special
|
||||||
should be able to use it on other platforms as long as you can access the
|
in it, you should be able to use it on other platforms as long as you can
|
||||||
hardware as a serial device.<br>
|
access the hardware as a serial device.<br> The program runs as a server, you
|
||||||
The program runs as a server, you can control it via telnet, command line
|
can control it via telnet, command line program or TCP/IP directly, like the
|
||||||
program or TCP/IP directly, like the supplied web frontends do.<br> <br>
|
supplied web frontends do.<br> <br>
|
||||||
|
|
||||||
Currently implemented features:<br>
|
Currently implemented features:<br>
|
||||||
<ul>
|
<ul>
|
||||||
@ -60,6 +63,8 @@ Currently implemented features:<br>
|
|||||||
<li>reading HMS data (HMS100-T,-TF,-WD,-MG,-TFK and RM100-2)</li>
|
<li>reading HMS data (HMS100-T,-TF,-WD,-MG,-TFK and RM100-2)</li>
|
||||||
<li>reading KS300 data</li>
|
<li>reading KS300 data</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<b>Note:</b>The FHZ1350 WLAN is probably not working due to a prorietary
|
||||||
|
encryption.
|
||||||
</li>
|
</li>
|
||||||
<li>reading WS300 data, and up to 9 attached devices</li>
|
<li>reading WS300 data, and up to 9 attached devices</li>
|
||||||
<li>reading EM1000WZ/EM1000EM data via an attached EM1010PC</li>
|
<li>reading EM1000WZ/EM1000EM data via an attached EM1010PC</li>
|
||||||
@ -145,13 +150,14 @@ description and <a href="faq.html">faq.html</a> for the F.A.Q.
|
|||||||
<li>Copy the file <code>fhem.pl</code> into your path (e.g.
|
<li>Copy the file <code>fhem.pl</code> into your path (e.g.
|
||||||
<code>/usr/local/bin</code>), and the FHEM directory e.g. to
|
<code>/usr/local/bin</code>), and the FHEM directory e.g. to
|
||||||
<code>/usr/local/lib</code>. </li>
|
<code>/usr/local/lib</code>. </li>
|
||||||
|
<li>Copy additional modules from the contrib directory
|
||||||
|
(like 99_SUNRISE_EL.pm)</li>
|
||||||
<li>Make sure that you can access the serial USB
|
<li>Make sure that you can access the serial USB
|
||||||
device (e.g. <code>/dev/tts/USB0</code>).</li>
|
device (e.g. <code>/dev/tts/USB0</code>).</li>
|
||||||
<li>Create a configuration file (see the examples directory and
|
<li>Create a configuration file (see the examples directory and
|
||||||
docs/commandref.html), and change at least the modpath
|
docs/commandref.html), change at least the modpath
|
||||||
(<code>/usr/local/lib</code>) and define FHZ FHZ (<code>/dev/tts/USB0</code>)
|
(<code>/usr/local/lib</code>) and define FHZ FHZ (<code>/dev/tts/USB0</code>)
|
||||||
parameters.</li>
|
parameters.</li>
|
||||||
<li>Delete the savefile if you are upgrading from an older version.</li>
|
|
||||||
<li>Start the server with <code>fhem.pl <configfile></code></li>
|
<li>Start the server with <code>fhem.pl <configfile></code></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -179,10 +185,10 @@ description and <a href="faq.html">faq.html</a> for the F.A.Q.
|
|||||||
<device-name>.<state>, <device-name>,
|
<device-name>.<state>, <device-name>,
|
||||||
<device-type>.<state>, <device-type><br>
|
<device-type>.<state>, <device-type><br>
|
||||||
</li>
|
</li>
|
||||||
<li>Edit <code>fhemweb.pl</code>, and check the "Config" section.</li>
|
|
||||||
<li>If you want to have access to plotted logs, then make sure that
|
<li>If you want to have access to plotted logs, then make sure that
|
||||||
gnuplot is installed and set the logtype for the FileLog device
|
gnuplot is installed and set the logtype for the FileLog device
|
||||||
(see commandref.html and example/04_log).
|
(see commandref.html and example/04_log). Copy the file
|
||||||
|
contrib/99_weblink.pm to the installed FHEM directory.
|
||||||
</li>
|
</li>
|
||||||
<li>Call <your-site>/cgi-bin/fhemweb.pl
|
<li>Call <your-site>/cgi-bin/fhemweb.pl
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user