mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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";
|
$devtype = "temperature";
|
||||||
$val = sprintf("%2.1f", ($valraw - 50 + $def->{corr}) );
|
$val = sprintf("%2.1f", ($valraw - 50 + $def->{corr}) );
|
||||||
Log $ll4, "CUL_TX $devtype $name $id3 T: $val F: $id2";
|
Log $ll4, "CUL_TX $devtype $name $id3 T: $val F: $id2";
|
||||||
$no = "T: $val";
|
$no = "temperature: $val";
|
||||||
|
|
||||||
} elsif ($type eq "E") {
|
} elsif ($type eq "E") {
|
||||||
$devtype = "humidity";
|
$devtype = "humidity";
|
||||||
$val = $valraw;
|
$val = $valraw;
|
||||||
Log $ll4, "CUL_TX $devtype $name $id3 H: $val F: $id2";
|
Log $ll4, "CUL_TX $devtype $name $id3 H: $val F: $id2";
|
||||||
$no = "H: $val";
|
$no = "humidity: $val";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
my $ll2 = GetLogLevel($name,4);
|
my $ll2 = GetLogLevel($name,4);
|
||||||
|
@ -67,7 +67,7 @@ my %flogpar = (
|
|||||||
|
|
||||||
# Lacrosse TX
|
# Lacrosse TX
|
||||||
"CUL_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.
|
# Do not create FileLog for the following devices.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user