mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
gplot-umbau
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1056 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ff9c4d9263
commit
0cd2855b76
@ -85,13 +85,13 @@ CUL_TX_Parse($$)
|
||||
$devtype = "temperature";
|
||||
$val = sprintf("%2.1f", ($valraw - 50 + $def->{corr}) );
|
||||
Log $ll4, "CUL_TX $devtype $name $id3 T: $val F: $id2";
|
||||
$no = "T: $val";
|
||||
$no = "temperature: $val";
|
||||
|
||||
} elsif ($type eq "E") {
|
||||
$devtype = "humidity";
|
||||
$val = $valraw;
|
||||
Log $ll4, "CUL_TX $devtype $name $id3 H: $val F: $id2";
|
||||
$no = "H: $val";
|
||||
$no = "humidity: $val";
|
||||
|
||||
} else {
|
||||
my $ll2 = GetLogLevel($name,4);
|
||||
|
@ -67,7 +67,7 @@ my %flogpar = (
|
||||
|
||||
# Lacrosse TX
|
||||
"CUL_TX.*"
|
||||
=> { GPLOT => "temp4hum4:Temp/Hum,", FILTER => "%NAME:(T|H):.*" },
|
||||
=> { GPLOT => "temp4hum4:Temp/Hum,", FILTER => "%NAME" },
|
||||
);
|
||||
|
||||
# Do not create FileLog for the following devices.
|
||||
|
Loading…
x
Reference in New Issue
Block a user