Hallo, habe lange nicht in´s Log gesehen und heute folgenden Fehler festgestellt:
Use of uninitialized value $a[1] in substitution (s///) at ./FHEM/98_SVG.pm line 909.
Use of uninitialized value in join or string at ./FHEM/98_SVG.pm line 909.
Ist da was faul?
Zeile 907 # Keep only the Filter part of the #FileLog
908 $flog = join(" ", map { my @a=split(":",$_);
909 $a[1]=~s/\.[^\.]*$//; $a[1]; } @{$flog});
$flog = AttrVal($parent_name, "longpollSVG", 0) ? "flog=\" $flog \"" : "";
VG Frank
Die #FileLog / #DbLog eintraege der .gplot Datei sind nicht korrekt.