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

    @@ -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