diff --git a/fhem/FHEM/11_FHT.pm b/fhem/FHEM/11_FHT.pm
index 00f5bf8e7..de8350a20 100755
--- a/fhem/FHEM/11_FHT.pm
+++ b/fhem/FHEM/11_FHT.pm
@@ -222,7 +222,7 @@ FHT_Set($@)
$val = "" if (!defined($val));
my $ioname = "";
- $hash->{IODev}->{NAME} if($hash->{IODEV});
+ $ioname = $hash->{IODev}->{NAME} if($hash->{IODev});
if($attr{$ioname} && $attr{$ioname}{fhtsoftbuffer}) {
my $io = $hash->{IODev};
diff --git a/fhem/Makefile b/fhem/Makefile
index 557136de5..1ec815798 100644
--- a/fhem/Makefile
+++ b/fhem/Makefile
@@ -1,8 +1,8 @@
BINDIR=/usr/local/bin
MODDIR=/usr/local/lib
-VERS=4.0
-DATE=2007-08-05
+VERS=4.2
+DATE=2007-12-02
DIR=fhem-$(VERS)
all:
diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html
index ceb129217..b69c6f8ee 100644
--- a/fhem/docs/fhem.html
+++ b/fhem/docs/fhem.html
@@ -25,7 +25,10 @@ Formerly known as fhz1000.pl
feature: FHT lime-protection code discovered by Dirk (7.10)
feature: softwarebuffer for FHT devices (Dirk 17.10)
feature: FHT low temperatur warning and offset (Dirk 17.10)
- change: change FHT state into warnings (Dirk 17.10)
+ change: change FHT state into warnings (Dirk 17.10)
+ NOTE: you'll get an undefined type state & undefined type
+ unknown_85 message after upgrade, this will disappear at the
+ second start.
feature: Softwarebuffer code simplified (Rudi 22.11)
bugfix: bug #12327 doppeltes my
bugfix: set STATE from trigger
@@ -40,12 +43,12 @@ Formerly known as fhz1000.pl
Description
-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.
-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.
+This program makes the FHZ1000/FHZ1300/WS300 and other 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.
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.
Currently implemented features:
@@ -60,6 +63,8 @@ Currently implemented features:
- reading HMS data (HMS100-T,-TF,-WD,-MG,-TFK and RM100-2)
- reading KS300 data
+ Note:The FHZ1350 WLAN is probably not working due to a prorietary
+ encryption.
reading WS300 data, and up to 9 attached devices
reading EM1000WZ/EM1000EM data via an attached EM1010PC
@@ -145,13 +150,14 @@ description and faq.html for the F.A.Q.
Copy the file fhem.pl
into your path (e.g.
/usr/local/bin
), and the FHEM directory e.g. to
/usr/local/lib
.
+ Copy additional modules from the contrib directory
+ (like 99_SUNRISE_EL.pm)
Make sure that you can access the serial USB
device (e.g. /dev/tts/USB0
).
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
(/usr/local/lib
) and define FHZ FHZ (/dev/tts/USB0
)
parameters.
- Delete the savefile if you are upgrading from an older version.
Start the server with fhem.pl <configfile>
@@ -179,10 +185,10 @@ description and faq.html for the F.A.Q.
<device-name>.<state>, <device-name>,
<device-type>.<state>, <device-type>
- Edit fhemweb.pl
, and check the "Config" section.
If you want to have access to plotted logs, then make sure that
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.
Call <your-site>/cgi-bin/fhemweb.pl