FHEM Forum

FHEM => Sonstiges => Thema gestartet von: Spezialtrick am 25 September 2016, 12:31:21

Titel: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 25 September 2016, 12:31:21
Hallo zusammen,

ich habe gestern meine bestehende Fhem Konfiguration erfolgreich von FileLog auf DBLog umgestellt. Leider findet sich seither alle paar Sekunden der im Thema genannte Warnung im Hauptlogfile wieder.  :-\


2016.09.25 12:26:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:29 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:29 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 12:26:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.


Zudem taucht auch immer wieder nachfolgende Zeile im Log auf:

2016.09.24 22:34:47 1: Error:  has no TYPE

Weiß zufällig jemand woran das liegt? Vor der Umstellung hatte ich diese Warnungen/Fehler nicht.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 25 September 2016, 16:07:11
Das ist jetzt schon Dein zweiter Thread zu dem Thema. Mal schauen, wieviele es noch geben wird.

Die Meldung hat was mit dem forking von DbLog in fhem zu tun. Mehr fällt mir dazu spontan nicht ein.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 25 September 2016, 16:15:42
Zitat von: betateilchen am 25 September 2016, 16:07:11
Das ist jetzt schon Dein zweiter Thread zu dem Thema. Mal schauen, wieviele es noch geben wird.

Das ist richtig. Habe es gestern versehentlich in den Anfängerbereich gepostet und Puschel74 bereits, darum gebeten das Thema zu löschen. ICh denke, dass es hier besser reinpasst. Es scheint ja ein Fehler zu sein.

ZitatDie Meldung hat was mit dem forking von DbLog in fhem zu tun. Mehr fällt mir dazu spontan nicht ein.

Verwiesen wird ja auf diese Zeile in der fhem.pl:


   $h->{DBH}->{InactiveDestroy} = 1


und im Zusammenhang:

# Child here
  # Close FDs as we cannot restart FHEM if child keeps TCP Serverports open
  foreach my $d (sort keys %defs) {
    my $h = $defs{$d};
    $h->{DBH}->{InactiveDestroy} = 1
      if($h->{TYPE} eq 'DbLog' && $h->{DBH}); #Forum #43271
    TcpServer_Close($h) if($h->{SERVERSOCKET});
    if($h->{DeviceName}) {
      require "$attr{global}{modpath}/FHEM/DevIo.pm";
      DevIo_CloseDev($h,1);
    }
  }
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Burny4600 am 25 September 2016, 17:11:34
Diese Meldung taucht bei mir auch seit kurzem auf.
2016.09.24 19:54:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.

Dachte vorher das es etwas mit dem ModbusServer zu tun hätte weil dieser auch unerklärliche Meldungen im LOG produziert,
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 25 September 2016, 18:15:06
Zitat von: Spezialtrick am 25 September 2016, 16:15:42
Verwiesen wird ja auf diese Zeile in der fhem.pl:

   $h->{DBH}->{InactiveDestroy} = 1


Wenn Du schon eine einzelne Zeile zitierst, dann mach es bitte auch richtig und zitiere die gesamte perl Anweisung, um die es geht.


    $h->{DBH}->{InactiveDestroy} = 1
      if($h->{TYPE} eq 'DbLog' && $h->{DBH}); #Forum #43271


Und da dort der Verweis auf einen Forum-Thread (43271) angegeben ist, lohnt sich immer ein Blick in diesen ursprünglichen Thread.

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Burny4600 am 25 September 2016, 19:06:43
Habe den LOG Eintrag noch ein wenig erweitert.
2016.09.25 18:55:12 4: F2F_sduino_AB: SIGNALduino sduino_AB P12#751ABA4A32BFDD51EB
2016.09.25 18:55:12 5: Triggering sduino_AB (1 changes)
2016.09.25 18:55:12 5: Starting notify loop for sduino_AB, first event UNKNOWNCODE P12#751ABA4A32BFDD51EB
2016.09.25 18:55:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.25 18:55:12 3: stacktrace:
2016.09.25 18:55:12 3:     main::__ANON__                      called by fhem.pl (4584)
2016.09.25 18:55:12 3:     main::fhemFork                      called by FHEM/Blocking.pm (122)
2016.09.25 18:55:12 3:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.09.25 18:55:12 3:     main::BlockingCall                  called by ./FHEM/70_JSONMETER.pm (378)
2016.09.25 18:55:12 3:     main::JSONMETER_GetUpdate           called by fhem.pl (2824)
2016.09.25 18:55:12 3:     main::HandleTimeout                 called by fhem.pl (603)


Kommt diese PERL WARNING Meldung vom Sduino oder JSONMETER?
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 25 September 2016, 19:49:19
Zitat von: betateilchen am 25 September 2016, 18:15:06
Wenn Du schon eine einzelne Zeile zitierst, dann mach es bitte auch richtig und zitiere die gesamte perl Anweisung, um die es geht.

Aufgrund der fehlenden Zeilennummer habe ich die Zeile einzeln und unmittelbar danach im gleichen Post im Zusammenhang gepostet.  ;)

Dem Verweis auf den anderen Post habe ich auch schon gesehen und habe den Lösungsvorschlag von Rudi ausprobiert.

Zitat von: rudolfkoenig am 31 Oktober 2015, 14:20:23
Viel wahrscheinlicher ist es, dass versehentlich ein unvollstaendiges device (ohne TYPE) angelegt wurde, durch ein Zugriff auf $defs{Etwas}. "Etwas" kriegt man raus durch
{ join(",",grep { !defined($defs{$_}{TYPE}) } keys %defs) }
(eingegeben in der Kommandozeile).

Leider erhalte ich nach der Eingabe in die Kommando Zeile von Fhem keine Ausgabe, obwohl ich ja auch die Meldung "Error:  has no TYPE" bekommen, die wiederum zu Rudi Aussage passen würde.

Hast du den Fehler auch Burny4600?

Danke für die Verlinkung im anderen Post, Udo!  :)

Edit:

Bei mir taucht der Fehler immer im Zusammenhang mit dem Modul CUPS Switch auf:

2016.09.25 19:59:14 4: BlockingCall (CUPS_Switch_DoGetSpool): created child (13213), uses telnetForBlockingFn_1474797597 to connect back
2016.09.25 19:59:14 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 26 September 2016, 09:51:30
Zitat"Error:  has no TYPE"
Ein Geraet ohne Namen (NAME) hat auch kein Typ (TYPE).
Da hat wer (vermutlich der Benutzer aber evl auch ein Modulautor) $defs{""}{bla}{blub} oder so aehnlich ausgefuehrt.
Mehr Hinweise kriegt man (hoffentlich) mit
fhem> { join(",", map { join(",", keys $defs{$_}) if(!$_) } keys %defs) }

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 26 September 2016, 10:16:36
Danke für deine Antwort!

Leider gibt

{ join(",", map { join(",", keys $defs{$_}) if(!$_) } keys %defs) }

wenig brauchbares aus:

,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

???
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 26 September 2016, 10:29:33
Vmtl. existiert z.Zt. auch kein Problem.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 26 September 2016, 10:56:31
Zitat von: rudolfkoenig am 26 September 2016, 10:29:33
Vmtl. existiert z.Zt. auch kein Problem.

Du könntest glatt Politiker werden  8)
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 26 September 2016, 11:14:33
Zitat von: rudolfkoenig am 26 September 2016, 10:29:33
Vmtl. existiert z.Zt. auch kein Problem.

D.h. ich soll den Logeintrag einfach ignorieren? Da muss doch irgendwo ein Fehler sein. Ich meine das geht den ganze Tag so weiter. Hier ein Auszug der letzten zwei Minuten:

2016.09.26 11:10:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:15 3: SONOS0: Connection accepted from localhost:49939
2016.09.26 11:10:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:25 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:32 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:41 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:45 3: SONOS0: Connection accepted from localhost:49972
2016.09.26 11:10:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:47 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:52 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:10:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:03 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:18 3: SONOS0: Connection accepted from localhost:50007
2016.09.26 11:11:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:22 1: Error:  has no TYPE
2016.09.26 11:11:25 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:25 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:28 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:29 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:29 1: PERL WARNING: keys on reference is experimental at (eval 118881) line 1.
2016.09.26 11:11:29 3: eval: { join(",", map { join(",", keys $defs{$_}) if(!$_) } keys %defs) }
2016.09.26 11:11:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:32 1: PERL WARNING: keys on reference is experimental at (eval 118884) line 1.
2016.09.26 11:11:32 3: eval: { join(",", map { join(",", keys $defs{$_}) if(!$_) } keys %defs) }
2016.09.26 11:11:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:35 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:44 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:45 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:48 3: SONOS0: Connection accepted from localhost:50040
2016.09.26 11:11:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:51 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:11:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:01 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:12:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 26 September 2016, 11:19:51
Ich würde ja mal die beiden zusätzlichen (nicht eingerückten) Zeilen einbauen und dann ins Log schauen :)


  # Close FDs as we cannot restart FHEM if child keeps TCP Serverports open
use Data::Dumper;
  foreach my $d (sort keys %defs) {
    my $h = $defs{$d};
Debug Dumper($h);
    $h->{DBH}->{InactiveDestroy} = 1
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Burny4600 am 26 September 2016, 11:39:01
Anbei das erweiterte LOG.
Sieht nach JSONMETER aus.
2016.09.26 11:34:55 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:34:55 3: stacktrace:
2016.09.26 11:34:55 3:     main::__ANON__                      called by fhem.pl (4584)
2016.09.26 11:34:55 3:     main::fhemFork                      called by FHEM/Blocking.pm (122)
2016.09.26 11:34:55 3:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.09.26 11:34:55 3:     main::BlockingCall                  called by ./FHEM/70_JSONMETER.pm (378)
2016.09.26 11:34:55 3:     main::JSONMETER_GetUpdate           called by fhem.pl (2824)
2016.09.26 11:34:55 3:     main::HandleTimeout                 called by fhem.pl (603)
2016.09.26 11:34:55 5: Cmd: >{JSONMETER_ParseJsonFile('EnergieEG|1|SFRUUC8xLjAgMjAwIE9LDQpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24NCg0KeyJjbnQiOiI1MjAxLDcxMyIsInB3ciI6MTg3LCJsdmwiOjEwMywiZGV2IjoiIiwiZGV0IjoiJmJ1bGw7IiwiY29uIjoiT0siLCJzdHMiOiIoMjEpIiwicmF3IjowfQ==')}<
2016.09.26 11:34:55 4: JSONMETER EnergieEG: ParseJsonFile.572 Extract 2 readings from 2 json parts
2016.09.26 11:34:55 5: JSONMETER EnergieEG: ParseJsonFile.575 Handle 1 3 electricityConsumed 3 1 cnt
2016.09.26 11:34:55 4: JSONMETER EnergieEG: ParseJsonFile.607 Value 5201713 for reading electricityConsumed extracted from '"cnt":"5201,713","pwr":187,"lvl":103,"dev":"","det":"&bull;","con":"OK","sts":"(21)","raw":0}'
2016.09.26 11:34:55 5: JSONMETER EnergieEG: ParseJsonFile.575 Handle 1 3 electricityPower 1 0 pwr
2016.09.26 11:34:55 4: JSONMETER EnergieEG: ParseJsonFile.607 Value 187 for reading electricityPower extracted from '"cnt":"5201,713","pwr":187,"lvl":103,"dev":"","det":"&bull;","con":"OK","sts":"(21)","raw":0}'
2016.09.26 11:34:55 5: Triggering EnergieEG (1 changes)
2016.09.26 11:34:55 5: Starting notify loop for EnergieEG, first event electricityPower: 187
2016.09.26 11:34:55 5: Triggering Aktueller_Verbrauch (1 changes)
2016.09.26 11:34:55 5: Starting notify loop for Aktueller_Verbrauch, first event EnergieEG.electricityPower: <div style="text-align:right">187 W</div>
2016.09.26 11:34:55 5: SenRSSI: not on any display, ignoring notify
2016.09.26 11:34:55 5: battStatus: not on any display, ignoring notify
2016.09.26 11:34:55 4: Connection accepted from telnetForBlockingFn_1474882249_127.0.0.1_52362
2016.09.26 11:34:55 5: Cmd: >{JSONMETER_ParseJsonFile('EnergieOG1|1|SFRUUC8xLjAgMjAwIE9LDQpDb250ZW50LVR5cGU6IGFwcGxpY2F0aW9uL2pzb24NCg0KeyJjbnQiOiI2MjA3LDU4OCIsInB3ciI6MjYwLCJsdmwiOjAsImRldiI6IiIsImRldCI6IiIsImNvbiI6Ik9LIiwic3RzIjoiKDQyKSIsInJhdyI6MH0=')}<
2016.09.26 11:34:55 5: Triggering EnergieOG1 (1 changes)
2016.09.26 11:34:55 5: Starting notify loop for EnergieOG1, first event electricityPower: 260
2016.09.26 11:34:55 5: Triggering Aktueller_Verbrauch (1 changes)
2016.09.26 11:34:55 5: Starting notify loop for Aktueller_Verbrauch, first event EnergieOG1.electricityPower: <div style="text-align:right">260 W</div>
2016.09.26 11:34:55 5: SenRSSI: not on any display, ignoring notify
2016.09.26 11:34:55 5: battStatus: not on any display, ignoring notify
2016.09.26 11:34:55 4: BlockingCall (JSONMETER_GetJsonFile): created child (9159), uses telnetForBlockingFn_1474882249 to connect back
2016.09.26 11:34:55 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:34:55 3: stacktrace:
2016.09.26 11:34:55 3:     main::__ANON__                      called by fhem.pl (4584)
2016.09.26 11:34:55 3:     main::fhemFork                      called by FHEM/Blocking.pm (122)
2016.09.26 11:34:55 3:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.09.26 11:34:55 3:     main::BlockingCall                  called by ./FHEM/70_JSONMETER.pm (378)
2016.09.26 11:34:55 3:     main::JSONMETER_GetUpdate           called by fhem.pl (2824)
2016.09.26 11:34:55 3:     main::HandleTimeout                 called by fhem.pl (603)
2016.09.26 11:34:55 4: BlockingCall (JSONMETER_GetJsonFile): created child (9160), uses telnetForBlockingFn_1474882249 to connect back
2016.09.26 11:34:55 4: JSONMETER EnergieOG2: ReadFromUrl.450 opening socket to host 192.168.17.242 port 80
2016.09.26 11:34:55 4: JSONMETER EnergieOG2: ReadFromUrl.467 Get json file from http://192.168.17.242:80/a?f=j
2016.09.26 11:34:55 5: JSONMETER EnergieOG2: ReadFromUrl.473 received:
HTTP/1.0 200 OK
Content-Type: application/json

{"cnt":"10759,278","pwr":559,"lvl":0,"dev":"","det":"","con":"OK","sts":"(34)","raw":0}
2016.09.26 11:34:55 4: JSONMETER EnergieOG2: ReadFromUrl.475 Socket closed
2016.09.26 11:34:55 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.26 11:34:55 3: stacktrace:
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 26 September 2016, 11:59:50
Zitat von: betateilchen am 26 September 2016, 11:19:51
Ich würde ja mal die beiden zusätzlichen (nicht eingerückten) Zeilen einbauen und dann ins Log schauen :)

Habe es grad mal gemacht und das Log explodiert förmlich.  :o

2016.09.26 11:50:30 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 11:50:30 1: DEBUG>{
  'DEF' => 'CUL_TCM97001_195',
  'STATE' => 'Defined',
  'CFGFN' => '',
  'NAME' => 'AURIOL_195',
  'lastH' => 0,
  'lastT' => 0,
  'TYPE' => 'CUL_TCM97001',
  'NR' => 132,
  'CODE' => 'CUL_TCM97001_195'
}


Kann man darauf schließen, dass der Übeltäter das Modul CUL_TCM97001 ist?

Zusätzlich taucht nun auch noch diese ähnliche Meldung auf:

2016.09.26 12:05:39 1: PERL WARNING: Use of uninitialized value in hash element at ./FHEM/10_CUL_HM.pm line 2862.
2016.09.26 12:05:39 1: PERL WARNING: Use of uninitialized value in pattern match (m//) at ./FHEM/10_CUL_HM.pm line 2862.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 26 September 2016, 12:59:57
Zitat von: Spezialtrick am 26 September 2016, 11:59:50
Kann man darauf schließen, dass der Übeltäter das Modul CUL_TCM97001 ist?

Nö, nicht wirklich. Viel interessanter wäre die Debug-Ausgabe VOR der Warnung.

Bau mal das Debug wieder aus und folgendes "&& defined($h->{DBH})" ein:


    $h->{DBH}->{InactiveDestroy} = 1
      if($h->{TYPE} eq 'DbLog' && defined($h->{DBH}) && $h->{DBH}); #Forum #43271

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 26 September 2016, 20:12:49
Guten Abend!

Zitat von: betateilchen am 26 September 2016, 12:59:57
Nö, nicht wirklich. Viel interessanter wäre die Debug-Ausgabe VOR der Warnung.

Also hier nochmal der Teil davor:

2016.09.26 19:40:55 1: DEBUG>{
  'CFGFN' => '',
  'DEF' => 'DBLog:SM_DB_CPUTemp:HISTORY',
  'NR' => 169,
  'LOGDEVICE' => 'DBLog',
  'TYPE' => 'SVG',
  'LOGFILE' => 'HISTORY',
  'STATE' => 'initialized',
  'GPLOTFILE' => 'SM_DB_CPUTemp',
  'NAME' => 'wl_sysmon_temp'
}

2016.09.26 19:40:59 1: DEBUG>{}

2016.09.26 19:40:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 19:40:59 1: DEBUG>{
  'lastT' => 0,
  'CFGFN' => '',
  'DEF' => 'CUL_TCM97001_195',
  'NR' => 132,
  'lastH' => 0,
  'CODE' => 'CUL_TCM97001_195',
  'NAME' => 'AURIOL_195',
  'STATE' => 'Defined',
  'TYPE' => 'CUL_TCM97001'
}


Zitat
Bau mal das Debug wieder aus und folgendes "&& defined($h->{DBH})" ein:


    $h->{DBH}->{InactiveDestroy} = 1
      if($h->{TYPE} eq 'DbLog' && defined($h->{DBH}) && $h->{DBH}); #Forum #43271

Dann erhalte ich wieder diese Ausgabe:

2016.09.26 20:06:32 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:32 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:38 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:38 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:44 3: SONOS0: Connection accepted from localhost:50402
2016.09.26 20:06:44 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/00_SONOS.pm line 8057.
2016.09.26 20:06:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.
2016.09.26 20:06:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4586.


Wobei der neue Fehler bzgl. Sonos nur ein einziges Mal auftaucht.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 26 September 2016, 20:29:06
Das Problem ist hier:


2016.09.26 19:40:59 1: DEBUG>{}


Es gibt offenbar in Deinem fhem-internen device-hash einen Eintrag für ein device, das überhaupt nicht existiert. $h ist in diesem Fall komplett leer.

Man könnte vielleicht in das foreach ein "next unless ..." einbauen, um die Warnung zu verhindern.
fhem.pl ist Rudis Baustelle, sicher fällt ihm eine noch bessere Lösung ein.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 26 September 2016, 21:13:14
Danke für deine Hilfe.  :)

Kann ich diesen Beitrag irgendwie löschen?

Muss ich den Fehler irgendwo melden oder reicht es, wenn Rudi hier mitliest?

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 26 September 2016, 21:14:30
Dein Beitrag ist hier genau richtig. Und Rudi hat ja hier im Thread schon geantwortet, also kannst Du davon ausgehen, dass er mitliest.

Einfach mal ein bisschen Geduld haben :)
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 26 September 2016, 21:44:11
Zitat von: betateilchen am 26 September 2016, 21:14:30
Einfach mal ein bisschen Geduld haben :)

Geduld it eine Tugend.  ;D Wollte nur wissen, ob sowas an einer zentralen Stelle gesammelt wird.  8)

Nochmal viele Dank für deine Hilfe. :)
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Gerold am 27 September 2016, 01:09:27
Die hier beschriebenen Meldungen sind bei mir urplötzlich auch im Log seit dem 24.09. 8:59Uhr aufgetaucht. Ich hatte zu diesem Zeitpunkt definitiv nicht an dem System verändert. Die Meldungen habe ich erst heute morgen entdeckt und darauf hin eine Update von fhem gestartet. Seitdem sind die Meldungen nicht mehr aufgetaucht. Leider habe ich diesen Threat erst jetzt gelesen, so dass ich zur Ursachenforschung nichts mehr beitragen kann.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: ThiemoSt am 27 September 2016, 09:40:18
Bei mir kommen diese Fehler schon seit längerem. Habe zuerst ein DOIF für die Batterieabfrage vermutet, dies ist aber deaktiviert und es erscheinen immer noch die Einträge im Log.
Ich Poste meine mal, eventuell hilft es ja bei der Fehlersuche:
2016.09.26 08:02:37 1: PERL WARNING: Useless use of string ne in void context at (eval 5985) line 1.
2016.09.26 08:02:56 1: PERL WARNING: Useless use of string ne in void context at (eval 5991) line 1.
2016.09.26 08:03:45 1: PERL WARNING: Useless use of string ne in void context at (eval 5999) line 1.
2016.09.26 08:04:45 1: PERL WARNING: Useless use of string ne in void context at (eval 6017) line 1.
2016.09.26 08:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6024) line 1.
2016.09.26 08:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6025) line 1.
2016.09.26 08:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6026) line 1.
2016.09.26 08:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6027) line 1.
2016.09.26 08:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6028) line 1.
2016.09.26 08:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6029) line 1.
2016.09.26 08:05:57 1: PERL WARNING: Useless use of string ne in void context at (eval 6034) line 1.
2016.09.26 08:06:33 1: PERL WARNING: Useless use of string ne in void context at (eval 6048) line 1.
2016.09.26 08:07:53 1: PERL WARNING: Useless use of string ne in void context at (eval 6056) line 1.
2016.09.26 08:08:29 1: PERL WARNING: Useless use of string ne in void context at (eval 6069) line 1.
2016.09.26 08:12:41 1: PERL WARNING: Useless use of string ne in void context at (eval 6114) line 1.
2016.09.26 08:13:28 1: PERL WARNING: Useless use of string ne in void context at (eval 6120) line 1.
2016.09.26 08:18:10 1: PERL WARNING: Useless use of string ne in void context at (eval 6159) line 1.
2016.09.26 08:20:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6188) line 1.
2016.09.26 08:20:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6189) line 1.
2016.09.26 08:20:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6190) line 1.
2016.09.26 08:20:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6191) line 1.
2016.09.26 08:20:24 1: PERL WARNING: Useless use of string ne in void context at (eval 6201) line 1.
2016.09.26 08:22:13 1: PERL WARNING: Useless use of string ne in void context at (eval 6213) line 1.
2016.09.26 08:28:41 1: PERL WARNING: Useless use of string ne in void context at (eval 6269) line 1.
2016.09.26 08:29:00 1: PERL WARNING: Useless use of string ne in void context at (eval 6275) line 1.
2016.09.26 08:33:31 1: PERL WARNING: Useless use of string ne in void context at (eval 6316) line 1.
2016.09.26 08:35:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6338) line 1.
2016.09.26 08:35:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6339) line 1.
2016.09.26 08:35:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6340) line 1.
2016.09.26 08:35:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6341) line 1.
2016.09.26 08:35:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6342) line 1.
2016.09.26 08:35:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6343) line 1.
2016.09.26 08:36:03 1: PERL WARNING: Useless use of string ne in void context at (eval 6349) line 1.
2016.09.26 08:37:17 1: PERL WARNING: Useless use of string ne in void context at (eval 6364) line 1.
2016.09.26 08:44:59 1: PERL WARNING: Useless use of string ne in void context at (eval 6434) line 1.
2016.09.26 08:45:28 1: PERL WARNING: Useless use of string ne in void context at (eval 6440) line 1.
2016.09.26 08:48:50 1: PERL WARNING: Useless use of string ne in void context at (eval 6469) line 1.
2016.09.26 08:49:28 1: PERL WARNING: Bareword found where operator expected at (eval 6481) line 1, near "WIthings ReadingValDoIf"
2016.09.26 08:49:51 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6488) line 1.
2016.09.26 08:50:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6503) line 1.
2016.09.26 08:50:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6504) line 1.
2016.09.26 08:50:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6505) line 1.
2016.09.26 08:50:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6506) line 1.
2016.09.26 08:50:17 1: PERL WARNING: Useless use of string ne in void context at (eval 6509) line 1.
2016.09.26 08:52:02 1: PERL WARNING: Useless use of string ne in void context at (eval 6524) line 1.
2016.09.26 08:52:57 1: PERL WARNING: Useless use of string ne in void context at (eval 6540) line 1.
2016.09.26 09:00:32 1: PERL WARNING: Useless use of string ne in void context at (eval 6609) line 1.
2016.09.26 09:02:00 1: PERL WARNING: Useless use of string ne in void context at (eval 6618) line 1.
2016.09.26 09:02:52 1: PERL WARNING: Useless use of string ne in void context at (eval 6631) line 1.
2016.09.26 09:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6657) line 1.
2016.09.26 09:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6658) line 1.
2016.09.26 09:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6659) line 1.
2016.09.26 09:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6660) line 1.
2016.09.26 09:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6661) line 1.
2016.09.26 09:05:17 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 6662) line 1.
2016.09.26 09:05:18 1: PERL WARNING: Useless use of string ne in void context at (eval 6665) line 1.
2016.09.26 09:08:37 1: PERL WARNING: Useless use of string ne in void context at (eval 6693) line 1.
2016.09.26 09:12:41 1: PERL WARNING: Useless use of string ne in void context at (eval 6732) line 1.
2016.09.26 09:13:40 1: PERL WARNING: Useless use of string ne in void context at (eval 6738) line 1.
2016.09.26 09:19:30 1: PERL WARNING: Useless use of string ne in void context at (eval 6795) line 1.
....
....
2016.09.27 07:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19537) line 1.
2016.09.27 07:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19538) line 1.
2016.09.27 07:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19539) line 1.
2016.09.27 07:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19540) line 1.
2016.09.27 07:56:08 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19590) line 1.
2016.09.27 08:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19670) line 1.
2016.09.27 08:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19671) line 1.
2016.09.27 08:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19672) line 1.
2016.09.27 08:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19673) line 1.
2016.09.27 08:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19674) line 1.
2016.09.27 08:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19675) line 1.
2016.09.27 08:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19825) line 1.
2016.09.27 08:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19826) line 1.
2016.09.27 08:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19827) line 1.
2016.09.27 08:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19828) line 1.
2016.09.27 08:35:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19949) line 1.
2016.09.27 08:35:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19950) line 1.
2016.09.27 08:35:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19951) line 1.
2016.09.27 08:35:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19952) line 1.
2016.09.27 08:35:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19953) line 1.
2016.09.27 08:35:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 19954) line 1.
2016.09.27 08:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20097) line 1.
2016.09.27 08:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20098) line 1.
2016.09.27 08:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20099) line 1.
2016.09.27 08:50:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20100) line 1.
2016.09.27 08:50:32 1: PERL WARNING: Use of uninitialized value in string eq at ./FHEM/98_SVG.pm line 1151.
2016.09.27 08:50:34 1: PERL WARNING: Use of uninitialized value in hash element at ./FHEM/98_SVG.pm line 731.
2016.09.27 08:55:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.27 08:56:11 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20162) line 1.
2016.09.27 09:00:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.27 09:05:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.27 09:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20241) line 1.
2016.09.27 09:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20242) line 1.
2016.09.27 09:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20243) line 1.
2016.09.27 09:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20244) line 1.
2016.09.27 09:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20245) line 1.
2016.09.27 09:05:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20246) line 1.
2016.09.27 09:10:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.27 09:15:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.27 09:20:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.27 09:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20380) line 1.
2016.09.27 09:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20381) line 1.
2016.09.27 09:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20382) line 1.
2016.09.27 09:20:18 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 20383) line 1.
2016.09.27 09:25:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
2016.09.27 09:30:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: betateilchen am 27 September 2016, 09:56:12
Deine Meldungen sind aber völlig anders und haben auch eine andere Ursache.
Wir sollten das hier bitte nicht durcheinandermischen.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: ThiemoSt am 27 September 2016, 10:06:20
Nicht ganz. Seit heute morgen kommt auch die line 4584 vor.
Ich werde den Thread verfolgen die hier vorgestellte Lösung bei mir nichts erwirkt einen eigenen öffnen.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 02 Oktober 2016, 15:41:09
Zitat> Vmtl. existiert z.Zt. auch kein Problem.
D.h. ich soll den Logeintrag einfach ignorieren?
Nein, es war mir nur nicht bewusst, dass zur gleichen Zeit die Meldung wiederholt wurde.

Zeile 4584 (oder der Aufrufpfad) ist erstmal unschuldig, das Problem faellt nur hier zum ersten mal auf. Auch ein stacktrace hilft nicht.

ZitatEs gibt offenbar in Deinem fhem-internen device-hash einen Eintrag für ein device, das überhaupt nicht existiert. $h ist in diesem Fall komplett leer.
Sehe ich auch so, und das ist schlecht.

Ich schlage vor den folgenden Code-Abschnitt:
if(defined($defs{""})){
  Log 1, "EMPTY defs detected!";
  delete $defs{""};
}
in fhem.pl Zeile 604 einzubauen (zwischen while und foreach mit %selectlist), und ein Log mit "attr global verbose 5" zu produzieren.
Die letzten Zeilen in diesem Log vor dem Auftreten von "EMPTY defs detected" sollte uns Hinweise geben, wo die Ursache steckt.

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 02 Oktober 2016, 20:23:33
Zitat von: rudolfkoenig am 02 Oktober 2016, 15:41:09
Nein, es war mir nur nicht bewusst, dass zur gleichen Zeit die Meldung wiederholt wurde.

Achso.  :) Einer einmaligen Warnung wäre ich nicht nachgegangen.  :D

Zitat von: rudolfkoenig am 02 Oktober 2016, 15:41:09

Ich schlage vor den folgenden Code-Abschnitt:
if(defined($defs{""})){
  Log 1, "EMPTY defs detected!";
  delete $defs{""};
}
in fhem.pl Zeile 604 einzubauen (zwischen while und foreach mit %selectlist), und ein Log mit "attr global verbose 5" zu produzieren.

Ich habe den Code eingebaut und auf Verbose 5 geloggt (Es finden sich mehrere Stellen):

2016.10.02 20:18:14 5: CUL/RAW: /A140F
2016.10.02 20:18:14 5: CUL/RAW: A140F/A2701AB244395182
2016.10.02 20:18:14 5: CUL/RAW: A140FA2701AB244395182/00FA2E000000000
2016.10.02 20:18:14 5: HMLAN/RAW: /E1AB244,0000,002C1B8D,FF,FFD4,0FA2701AB24439518200FA2E00000000017E0C80

2016.10.02 20:18:14 5: HMLAN_Parse: hmusb R:E1AB244   stat:0000 t:002C1B8D d:FF r:FFD4     m:0F A270 1AB244 395182 00FA2E00000000017E0C80
2016.10.02 20:18:14 5: hmusb dispatch A140FA2701AB24439518200FA2E00000000017E0C80::-44:hmusb
2016.10.02 20:18:14 5: Triggering WZ.Klimasensor (6 changes)
2016.10.02 20:18:14 5: Starting notify loop for WZ.Klimasensor, first event batVoltage: 3.20
2016.10.02 20:18:14 5: Notify from Device: WZ.Klimasensor recieved
2016.10.02 20:18:14 5: DbLog: logging of Device: WZ.Klimasensor , Type: CUL_HM , Event: luminosity: 3.82 , Reading: luminosity , Value: 3.82 , Unit:
2016.10.02 20:18:14 5: DbLog: logging of Device: WZ.Klimasensor , Type: CUL_HM , Event: T: 25.0 H: 46 L: 3.82 , Reading: T , Value: 25.0 H: 46 L: 3.82 , Unit:
2016.10.02 20:18:14 5: ZE.Batterie: not on any display, ignoring notify
2016.10.02 20:18:14 5: CUL/RAW: A140FA2701AB24439518200FA2E000000000/17E0C802B

2016.10.02 20:18:14 4: CUL_Parse: nanoCUL868hm A 14 0F A270 1AB244 395182 00FA2E00000000017E0C802B -52.5
2016.10.02 20:18:14 5: nanoCUL868hm dispatch A140FA2701AB24439518200FA2E00000000017E0C80::-52.5:nanoCUL868hm
2016.10.02 20:18:14 4: CUL_HM WZ.Klimasensor dupe: dont process
2016.10.02 20:18:14 1: EMPTY defs detected!


2016.10.02 20:15:07 5: CUL/RAW: /A
2016.10.02 20:15:07 5: CUL/RAW: A/140EA2701AB24439
2016.10.02 20:15:07 5: CUL/RAW: A140EA2701AB24439/518200FA2E00000
2016.10.02 20:15:07 5: CUL/RAW: A140EA2701AB24439518200FA2E00000/00001AE0C80
2016.10.02 20:15:07 5: CUL/RAW: A140EA2701AB24439518200FA2E0000000001AE0C80/2C

2016.10.02 20:15:07 4: CUL_Parse: nanoCUL868hm A 14 0E A270 1AB244 395182 00FA2E0000000001AE0C802C -52
2016.10.02 20:15:07 5: nanoCUL868hm dispatch A140EA2701AB24439518200FA2E0000000001AE0C80::-52:nanoCUL868hm
2016.10.02 20:15:07 5: Triggering WZ.Klimasensor (6 changes)
2016.10.02 20:15:07 5: Starting notify loop for WZ.Klimasensor, first event batVoltage: 3.20
2016.10.02 20:15:07 5: Notify from Device: WZ.Klimasensor recieved
2016.10.02 20:15:07 5: DbLog: logging of Device: WZ.Klimasensor , Type: CUL_HM , Event: luminosity: 4.3 , Reading: luminosity , Value: 4.3 , Unit:
2016.10.02 20:15:07 5: DbLog: logging of Device: WZ.Klimasensor , Type: CUL_HM , Event: T: 25.0 H: 46 L: 4.3 , Reading: T , Value: 25.0 H: 46 L: 4.3 , Unit:
2016.10.02 20:15:07 5: ZE.Batterie: not on any display, ignoring notify
2016.10.02 20:15:07 1: EMPTY defs detected!


2016.10.02 20:32:08 5: DbLog: logging of Device: WZ.Klimasensor , Type: CUL_HM , Event: dewpoint: 12.9 , Reading: dewpoint , Value: 12.9 , Unit:
2016.10.02 20:32:08 5: ZE.Batterie: not on any display, ignoring notify
2016.10.02 20:32:08 4: BlockingCall (MilightBridge_DoPing): created child (9996), uses telnetForBlockingFn_1475430627 to connect back
2016.10.02 20:32:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4587.
2016.10.02 20:32:08 1: EMPTY defs detected!


Zudem finden sich folgende PERL WARNINGS im Log:


2016.10.02 19:31:23 5: SYSMON sysmon: Set.744 sysmon ?
2016.10.02 19:31:23 5: SYSMONChart sysSMChart: FW.169 WEB, sysSMChart, Cubietruck, HASH(0x238f7c8)
2016.10.02 19:31:23 5: SYSMONChart sysSMChart: prepare.201
2016.10.02 19:31:23 5: SYSMONChart sysSMChart: prepareHTMLBar.214
2016.10.02 19:31:23 5: SYSMONChart sysSMChart: prepareBars.249
2016.10.02 19:31:23 1: PERL WARNING: Use of uninitialized value $label in string eq at ./FHEM/42_SYSMONChart.pm line 264.



2016.10.02 19:32:29 4: Connection accepted from telnetForBlockingFn_1475429465_127.0.0.1_36177
2016.10.02 19:32:29 5: Cmd: >{MilightBridge_DoPingDone('MilightBridge|1')}<
2016.10.02 19:32:29 5: CUL/RAW: /A14FFA27
2016.10.02 19:32:29 5: CUL/RAW: A14FFA27/01AB24439518200
2016.10.02 19:32:29 5: CUL/RAW: A14FFA2701AB24439518200/F92D000000000186
2016.10.02 19:32:29 5: CUL/RAW: A14FFA2701AB24439518200F92D000000000186/0C802D

2016.10.02 19:32:29 4: CUL_Parse: nanoCUL868hm A 14 FF A270 1AB244 395182 00F92D0000000001860C802D -51.5
2016.10.02 19:32:29 5: nanoCUL868hm dispatch A14FFA2701AB24439518200F92D0000000001860C80::-51.5:nanoCUL868hm
2016.10.02 19:32:29 1: PERL WARNING: Use of uninitialized value in hash element at ./FHEM/10_CUL_HM.pm line 2862.
2016.10.02 19:32:29 1: PERL WARNING: Use of uninitialized value in pattern match (m//) at ./FHEM/10_CUL_HM.pm line 2862.

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 03 Oktober 2016, 08:47:12
Hmmm. Finde nichts. Immerhin stimmt meine Vermutung mit $defs{""}.
Kannst du bitte _zusaetzlich_ in fhem.pl die Funktion CallFn mit Folgende ersetzen?
#####################################
# Wrapper for calling a module function
sub
CallFn(@)
{
  my $d = shift;
  my $n = shift;

  if(!$d || !$defs{$d}) {
    $d = "<undefined>" if(!defined($d));
    Log 0, "Strange call for nonexistent $d: $n";
    return undef;
  }
  if(!$defs{$d}{TYPE}) {
    Log 0, "Strange call for typeless $d: $n";
    return undef;
  }
  my $fn = $modules{$defs{$d}{TYPE}}{$n};
  return "" if(!$fn);
  Log 1, "EMPTY defs pre $d/$n" if(defined($defs{""}));
  if(wantarray) {
    no strict "refs";
    my @ret = &{$fn}(@_);
    use strict "refs";
    Log 1, "EMPTY defs post 1 $d/$n" if(defined($defs{""}));
    return @ret;
  } else {
    no strict "refs";
    my $ret = &{$fn}(@_);
    use strict "refs";
    Log 1, "EMPTY defs post 2 $d/$n" if(defined($defs{""}));
    return $ret;
  }
}

Interessant ist jeweils die erste EMPTY defs Meldung.
Testen kann man es mit einem irgendwo eingetippten { $defs{""}{Hallo} }
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 09 Oktober 2016, 12:41:23
Hallo Rudi,

entschuldige die verspätete Antwort. Ich hab die CallFN ersetzt und einfach mal ins Log geschaut, weil ich nicht genau weiß was du hiermit meintest:

Zitat von: rudolfkoenig am 03 Oktober 2016, 08:47:12
Testen kann man es mit einem irgendwo eingetippten { $defs{""}{Hallo} }

Im Log wimmelt es nun von Empty defs Meldungen:

2016.10.09 12:34:17 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:34:17 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_Bad/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_Bad/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_BadRG/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_BadRG/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_Kueche/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_Kueche/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_KuecheRG/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_KuecheRG/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WZ.Klimasensor/SetFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WZ.Klimasensor/SetFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre WEB_192.168.188.30_51928/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 WEB_192.168.188.30_51928/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:34:18 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_Bad/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_Bad/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_Kueche/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_Kueche/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre FL.Klimasensor.Innen/SetFn
2016.10.09 12:34:19 1: EMPTY defs post 2 FL.Klimasensor.Innen/SetFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEB_192.168.188.30_51928/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEB_192.168.188.30_51928/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 hmusb/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre nanoCUL433/ReadFn
2016.10.09 12:34:19 2: CUL_TX F CUL_TX_127 127 (XFFFFFFFFFE) unknown type
2016.10.09 12:34:19 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_Bad/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_Bad/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_Kueche/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_Kueche/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs pre WEB_192.168.188.30_51928/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 WEB_192.168.188.30_51928/NotifyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 nanoCUL433/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.10.09 12:34:19 1: EMPTY defs post 2 nanoCUL868hm/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre MySensors/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 MySensors/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs pre MySensorsWIFI/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 MySensorsWIFI/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs detected!
2016.10.09 12:34:19 1: EMPTY defs post 2 WEB_192.168.188.30_51949/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre telnetForBlockingFn_1476009109/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 12:34:19 1: EMPTY defs post 2 telnetForBlockingFn_1476009109/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre telnetForBlockingFn_1476009109_127.0.0.1_46823/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn
2016.10.09 12:34:19 1: EMPTY defs post 2 telnetForBlockingFn_1476009109_127.0.0.1_46823/ReadFn
2016.10.09 12:34:19 1: EMPTY defs pre MySensors/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 MySensors/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs pre MySensorsWIFI/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs post 2 MySensorsWIFI/ReadyFn
2016.10.09 12:34:19 1: EMPTY defs detected!


2016.10.09 12:39:25 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:39:25 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_Bad/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_Bad/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_Kueche/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_Kueche/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WZ.Klimasensor/SetFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WZ.Klimasensor/SetFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEB_192.168.188.30_51970/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEB_192.168.188.30_51970/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 nanoCUL868hm/ReadFn
2016.10.09 12:39:26 1: EMPTY defs pre MySensors/ReadyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 MySensors/ReadyFn
2016.10.09 12:39:26 1: EMPTY defs pre MySensorsWIFI/ReadyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 MySensorsWIFI/ReadyFn
2016.10.09 12:39:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 12:39:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4590.
2016.10.09 12:39:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 12:39:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 12:39:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4590.
2016.10.09 12:39:26 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_Bad/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_Bad/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_BadRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_Kueche/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_Kueche/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEB_127.0.0.1_33053/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs pre WEB_192.168.188.30_51970/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs post 2 WEB_192.168.188.30_51970/NotifyFn
2016.10.09 12:39:26 1: EMPTY defs detected!
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 09 Oktober 2016, 12:54:18
Wie geschrieben:
ZitatInteressant ist jeweils die erste EMPTY defs Meldung.
man koennte es auch ergaenzen mit "nach einem EMPTY defs detected!" Zeile
Bist du sicher, dass du sie auch angehaengt hast? Wenn ja, dann bich ich etwas ratlos nach studieren von deinem Log...
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 09 Oktober 2016, 12:59:28
Zitat von: rudolfkoenig am 09 Oktober 2016, 12:54:18
Wie geschrieben:man koennte es auch ergaenzen mit "nach einem EMPTY defs detected!" Zeile
Bist du sicher, dass du sie auch angehaengt hast? Wenn ja, dann bich ich etwas ratlos nach studieren von deinem Log...

Sorry mein Fehler.  ::)

2016.10.09 12:39:26 1: EMPTY defs detected!
2016.10.09 12:39:46 3: SONOS0: Connection accepted from localhost:43624
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 09 Oktober 2016, 13:27:38
Ok, nochmal im ganzen Satz: :)

Interessant ist jeweils die erste EMPTY defs Meldung nach einem "EMPTY defs detected!" Zeile
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 09 Oktober 2016, 14:27:18
Vollständigkeitshalber nochmals ein Log Auszug:

2016.10.09 14:15:12 1: EMPTY defs detected!
2016.10.09 14:15:14 3: SONOS1: UPnP-Thread gestartet.
2016.10.09 14:15:14 1: SONOS2: IsAlive-Thread gestartet. Warte 120 Sekunden und pruefe dann alle 30 Sekunden...
2016.10.09 14:15:14 1: SONOS3: Restore-Thread gestartet. Warte auf Arbeit...
2016.10.09 14:15:15 3: CUL_HM set HM_0A0302_Sw_02 statusRequest
2016.10.09 14:15:15 2: SONOS1: Discover Sonosplayer 'Bad' (S1) Software Revision 6.4.2 with ID 'RINCON_5CAAFD43DF8001400_MR'
2016.10.09 14:15:17 2: SONOS1: SonosPlayer 'Bad' (S1) with ID 'RINCON_5CAAFD43DF8001400_MR' is already defined (as 'Sonos_Bad') and will only be updated
2016.10.09 14:15:17 2: SONOS1: SonosPlayer 'Bad' is now updated
2016.10.09 14:15:17 2: SONOS1: Service-subscribing successful with SID=uuid:RINCON_5CAAFD43DF8001400_sub0000000780
2016.10.09 14:15:17 3: HarmonyHub: new config
2016.10.09 14:15:17 2: SONOS1: Rendering-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43DF8001400_sub0000000781
2016.10.09 14:15:17 2: SONOS1: GroupRendering-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43DF8001400_sub0000000782
2016.10.09 14:15:17 2: SONOS1: ContentDirectory-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43DF8001400_sub0000000783
2016.10.09 14:15:17 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43DF8001400_sub0000000784
2016.10.09 14:15:17 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43DF8001400_sub0000000785
2016.10.09 14:15:17 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43DF8001400_sub0000000786
2016.10.09 14:15:17 3: SONOS1: Discover: End of discover-event for "Bad".
2016.10.09 14:15:18 2: SONOS1: Discover Sonosplayer 'Wohnzimmer' (S1) Software Revision 6.4.2 with ID 'RINCON_5CAAFD43E0B001400_MR'
2016.10.09 14:15:18 3: CUL_HM set HM_2C071B_Sw_01 statusRequest
2016.10.09 14:15:19 2: SONOS1: SonosPlayer 'Wohnzimmer' (S1) with ID 'RINCON_5CAAFD43E0B001400_MR' is already defined (as 'Sonos_Kueche') and will only be updated
2016.10.09 14:15:20 2: SONOS1: SonosPlayer 'Wohnzimmer' is now updated
2016.10.09 14:15:20 2: SONOS1: Service-subscribing successful with SID=uuid:RINCON_5CAAFD43E0B001400_sub0000001098
2016.10.09 14:15:20 2: SONOS1: Rendering-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43E0B001400_sub0000001099
2016.10.09 14:15:20 2: SONOS1: GroupRendering-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43E0B001400_sub0000001100
2016.10.09 14:15:20 2: SONOS1: ContentDirectory-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43E0B001400_sub0000001101
2016.10.09 14:15:20 2: SONOS1: Alarm-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43E0B001400_sub0000001102
2016.10.09 14:15:20 2: SONOS1: ZoneGroupTopology-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43E0B001400_sub0000001103
2016.10.09 14:15:20 2: SONOS1: DeviceProperties-Service-subscribing successful with SID=uuid:RINCON_5CAAFD43E0B001400_sub0000001104
2016.10.09 14:15:20 3: SONOS1: Discover: End of discover-event for "Wohnzimmer".
2016.10.09 14:15:20 3: SONOS1: Event: Received Transport-Event for Zone "Sonos_Bad".
2016.10.09 14:15:20 3: CUL_HM set HM_2C071B_Sw_02 statusRequest
2016.10.09 14:15:21 3: SONOS1: Event: End of Transport-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: Received Transport-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: End of Transport-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: Received GroupRendering-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: End of GroupRendering-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: Received GroupRendering-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: End of GroupRendering-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: Received Alarm-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: End of Alarm-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: Received ZoneGroupTopology-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: End of ZoneGroupTopology-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:21 3: SONOS1: Event: Received ContentDirectory-Event for Zone "Sonos_Bad".
2016.10.09 14:15:21 3: SONOS1: Event: End of ContentDirectory-Event for Zone "Sonos_Bad".
2016.10.09 14:15:22 3: SONOS1: Event: Received DeviceProperties-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:22 3: SONOS1: Event: End of DeviceProperties-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:22 3: SONOS1: Event: Received Rendering-Event for Zone "Sonos_Bad".
2016.10.09 14:15:22 3: SONOS1: Event: End of Rendering-Event for Zone "Sonos_Bad".
2016.10.09 14:15:22 3: SONOS1: Event: Received ContentDirectory-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:22 3: SONOS1: Event: End of ContentDirectory-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:22 3: SONOS1: Event: Received Rendering-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:22 3: SONOS1: Event: End of Rendering-Event for Zone "Sonos_Kueche".
2016.10.09 14:15:27 3: CUL_HM set HM_2C071B_Sw_03 statusRequest
2016.10.09 14:15:29 3: CUL_HM set HM_2C071B_Sw_04 statusRequest
2016.10.09 14:15:30 3: CUL_HM set HM_2C071B_Sw_05 statusRequest
2016.10.09 14:15:31 3: CUL_HM set HM_2C071B_Sw_06 statusRequest
2016.10.09 14:15:32 3: CUL_HM set HM_2C071B_Sw_07 statusRequest
2016.10.09 14:15:33 3: CUL_HM set HM_2C071B_Sw_08 statusRequest
2016.10.09 14:15:34 3: CUL_HM set HM_4F2DB5 statusRequest
2016.10.09 14:15:49 3: CUL_HM set FL.Klimasensor.Aussen statusRequest
2016.10.09 14:15:58 3: CUL_HM set Ku.Klimasensor statusRequest
2016.10.09 14:16:00 3: CUL_HM set BZ.Klimasensor statusRequest
2016.10.09 14:16:04 3: CUL_HM set UM.Klimasensor statusRequest
2016.10.09 14:16:04 3: CUL_HM set UM.Klimasensor getConfig
2016.10.09 14:16:10 1: CUL_WS Cannot decode KFFFFFF8
2016.10.09 14:16:13 3: SONOS0: Connection accepted from localhost:49412
2016.10.09 14:16:43 3: SONOS0: Connection accepted from localhost:49444
2016.10.09 14:17:13 3: SONOS0: Connection accepted from localhost:49471
2016.10.09 14:17:26 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 14:17:26 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_Bad/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_Bad/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_BadRG/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_BadRG/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_BadRG_Favourites/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_BadRG_Favourites/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_BadRG_Playlists/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_BadRG_Playlists/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_BadRG_Radios/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_BadRG_Radios/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_Kueche/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_Kueche/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_KuecheRG/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_KuecheRG/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_KuecheRG_Favourites/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_KuecheRG_Playlists/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Sonos_KuecheRG_Radios/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WEB_127.0.0.1_39341/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WZ.Klimasensor/SetFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WZ.Klimasensor/SetFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WEB_127.0.0.1_39341/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs pre WEB_192.168.188.30_53214/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 WEB_192.168.188.30_53214/NotifyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 hmusb/ReadFn
2016.10.09 14:17:27 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.10.09 14:17:27 1: EMPTY defs post 2 nanoCUL868hm/ReadFn
2016.10.09 14:17:27 1: EMPTY defs pre MySensors/ReadyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 MySensors/ReadyFn
2016.10.09 14:17:27 1: EMPTY defs pre MySensorsWIFI/ReadyFn
2016.10.09 14:17:27 1: EMPTY defs post 2 MySensorsWIFI/ReadyFn
2016.10.09 14:17:27 1: EMPTY defs detected!


Nach deiner Aussage musste also diese Zeile

2016.10.09 14:17:26 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn

relevant sein?
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 09 Oktober 2016, 18:32:35
Ich habe deine Liste nach einem post ohne passenden pre durchsucht, und dabei hmusb/ReadFn gefunden.
Daraus schliesse ich, dass beim pre hmusb/ReadFn das Problem noch nicht gab.

Hyphothese: hmusb liest etwas, erzeugt durch CUL_HM Events, und bei der Abarbeitung der Events ist das Problem vorhanden. Entweder das Modul HMLAN oder CUL_HM erzeugen dieses leere defs.

Bitte noch ein Log mit "attr hmusb verbose 5" und unveraenderten fhem.pl erstellen.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 09 Oktober 2016, 19:24:55
Ok, Verbose 5 ist gesetzt:

2016.10.09 19:18:39 1: EMPTY defs detected!
2016.10.09 19:18:39 5: HMLAN/RAW: /E1AB244,0000,017570AE,FF,FFD7,AEA2701AB24439518200EE2F00000000017B0C1C

2016.10.09 19:18:39 5: HMLAN_Parse: hmusb R:E1AB244   stat:0000 t:017570AE d:FF r:FFD7     m:AE A270 1AB244 395182 00EE2F00000000017B0C1C
2016.10.09 19:18:39 5: hmusb dispatch A14AEA2701AB24439518200EE2F00000000017B0C1C::-41:hmusb
2016.10.09 19:18:47 4: HMLAN_ack: timeout - clear queue
2016.10.09 19:18:58 5: HMLAN_Send:  hmusb I:K
2016.10.09 19:18:58 5: HMLAN/RAW: /HHM-USB-IF,03C7,KEQ1111134,26347C,395182,0175BD95,000C,2B

2016.10.09 19:18:58 5: HMLAN_Parse: hmusb V:03C7 sNo:KEQ1111134 d:26347C O:395182 t:0175BD95 IDcnt:000C L:43 %
2016.10.09 19:19:23 5: HMLAN_Send:  hmusb I:K
2016.10.09 19:19:23 5: HMLAN/RAW: /HHM-USB-IF,03C7,KEQ1111134,26347C,395182,01762055,000C,2B

2016.10.09 19:19:23 5: HMLAN_Parse: hmusb V:03C7 sNo:KEQ1111134 d:26347C O:395182 t:01762055 IDcnt:000C L:43 %
2016.10.09 19:19:35 5: HMLAN_Send:  hmusb S:SAA74FC3D stat:  00 t:00000000 d:01 r:AA74FC3D m:80 8002 395182 567890 0101FF00
2016.10.09 19:19:35 5: HMLAN: Skip ACK
2016.10.09 19:19:35 3: Farbkugel RGBW2 slot 5 set on (0, 0, 100) 0
2016.10.09 19:19:35 3: Farbkugel set HSV 0, 0, 100 with ramp: 0, flags:
2016.10.09 19:19:38 5: HMLAN/RAW: /E567890,0000,01764697,FF,FFD1,8020415678903951820180FF40
RAA74FC3D,0002,00000000,FF,7FFF,8080023951825678900101FF00

2016.10.09 19:19:38 5: HMLAN_Parse: hmusb R:E567890   stat:0000 t:01764697 d:FF r:FFD1     m:80 2041 567890 395182 0180FF40
2016.10.09 19:19:38 5: hmusb dispatch A0D8020415678903951820180FF40::-47:hmusb
2016.10.09 19:19:38 5: HMLAN_Parse: hmusb R:RAA74FC3D stat:0002 t:00000000 d:FF r:7FFF     m:80 8002 395182 567890 0101FF00
2016.10.09 19:19:49 5: HMLAN_Send:  hmusb I:K
2016.10.09 19:19:49 5: HMLAN/RAW: /HHM-USB-IF,03C7,KEQ1111134,26347C,395182,01768596,000C,2C

2016.10.09 19:19:49 5: HMLAN_Parse: hmusb V:03C7 sNo:KEQ1111134 d:26347C O:395182 t:01768596 IDcnt:000C L:44 %
2016.10.09 19:19:52 3: Farbkugel RGBW2 slot 5 set off 0
2016.10.09 19:19:52 3: Farbkugel RGBW2 slot 5 dim 0 0
2016.10.09 19:19:52 3: Farbkugel set HSV 0, 0, 0 with ramp: 0, flags:
2016.10.09 19:20:00 5: HMLAN_Send:  hmusb S:SAA755C95 stat:  00 t:00000000 d:01 r:AA755C95 m:F3 A001 395182 AFBC12 010E
2016.10.09 19:20:00 5: HMLAN/RAW: /EAFBC12,0000,0176AE7D,FF,FFC7,F3A270AFBC1200000000D6360000006400C80BB8

2016.10.09 19:20:00 5: HMLAN_Parse: hmusb R:EAFBC12   stat:0000 t:0176AE7D d:FF r:FFC7     m:F3 A270 AFBC12 000000 00D6360000006400C80BB8
2016.10.09 19:20:00 5: hmusb dispatch A14F3A270AFBC1200000000D6360000006400C80BB8::-57:hmusb
2016.10.09 19:20:00 5: HMLAN/RAW: /E0A0302,0000,0176AFC3,FF,FFC1,F3A0020A0302AFBC1200

2016.10.09 19:20:00 5: HMLAN_Parse: hmusb R:E0A0302   stat:0000 t:0176AFC3 d:FF r:FFC1     m:F3 A002 0A0302 AFBC12 00
2016.10.09 19:20:00 5: hmusb dispatch A0AF3A0020A0302AFBC1200::-63:hmusb
2016.10.09 19:20:00 5: HMLAN/RAW: /E0A0302,0000,0176B0F4,FF,FFC1,F3A0020A0302AFBC1200

2016.10.09 19:20:00 5: HMLAN_Parse: hmusb R:E0A0302   stat:0000 t:0176B0F4 d:FF r:FFC1     m:F3 A002 0A0302 AFBC12 00
2016.10.09 19:20:00 5: hmusb dispatch A0AF3A0020A0302AFBC1200::-63:hmusb
2016.10.09 19:20:01 5: HMLAN/RAW: /RAA755C95,0008,00000000,FF,7FFF,F3A001395182AFBC12010E

2016.10.09 19:20:01 5: HMLAN_Parse: hmusb R:RAA755C95 stat:0008 t:00000000 d:FF r:7FFF     m:F3 A001 395182 AFBC12 010E
2016.10.09 19:20:01 5: HMLAN_Parse: hmusb no ACK from AFBC12
2016.10.09 19:20:10 4: HMLAN_ack: timeout - clear queue
2016.10.09 19:20:14 5: HMLAN_Send:  hmusb I:K
2016.10.09 19:20:14 5: HMLAN/RAW: /HHM-USB-IF,03C7,KEQ1111134,26347C,395182,0176E736,000C,2C

2016.10.09 19:20:14 5: HMLAN_Parse: hmusb V:03C7 sNo:KEQ1111134 d:26347C O:395182 t:0176E736 IDcnt:000C L:44 %
2016.10.09 19:20:27 5: HMLAN/RAW: /EAFBC13,0000,0177194E,FF,FFAE,1FA270AFBC1339518200CE3B0000006400C80BB8

2016.10.09 19:20:27 5: HMLAN_Parse: hmusb R:EAFBC13   stat:0000 t:0177194E d:FF r:FFAE     m:1F A270 AFBC13 395182 00CE3B0000006400C80BB8
2016.10.09 19:20:27 5: hmusb dispatch A141FA270AFBC1339518200CE3B0000006400C80BB8::-82:hmusb
2016.10.09 19:20:27 5: HMLAN_Send:  hmusb S:SAA75C786 stat:  00 t:00000000 d:01 r:AA75C786 m:1F A001 395182 AFBC13 010E
2016.10.09 19:20:27 5: HMLAN: Skip ACK
2016.10.09 19:20:28 5: HMLAN/RAW: /RAA75C786,0008,00000000,FF,7FFF,1FA001395182AFBC13010E

2016.10.09 19:20:28 5: HMLAN_Parse: hmusb R:RAA75C786 stat:0008 t:00000000 d:FF r:7FFF     m:1F A001 395182 AFBC13 010E
2016.10.09 19:20:28 5: HMLAN_Parse: hmusb no ACK from AFBC13
2016.10.09 19:20:38 4: HMLAN_ack: timeout - clear queue
2016.10.09 19:20:45 5: HMLAN_Send:  hmusb I:K
2016.10.09 19:20:45 5: HMLAN/RAW: /HHM-USB-IF,03C7,KEQ1111134,26347C,395182,01775FF6,000C,2C

2016.10.09 19:20:45 5: HMLAN_Parse: hmusb V:03C7 sNo:KEQ1111134 d:26347C O:395182 t:01775FF6 IDcnt:000C L:44 %
2016.10.09 19:20:55 5: HMLAN/RAW: /EAFBC11,0000,017787A6,FF,FFC0,ECA270AFBC1139518200DF3E0000006400C80B54

2016.10.09 19:20:55 5: HMLAN_Parse: hmusb R:EAFBC11   stat:0000 t:017787A6 d:FF r:FFC0     m:EC A270 AFBC11 395182 00DF3E0000006400C80B54
2016.10.09 19:20:55 5: hmusb dispatch A14ECA270AFBC1139518200DF3E0000006400C80B54::-64:hmusb
2016.10.09 19:20:56 5: HMLAN_Send:  hmusb S:SAA7635D2 stat:  00 t:00000000 d:01 r:AA7635D2 m:EC A001 395182 AFBC11 010E
2016.10.09 19:20:56 5: HMLAN_Send:  hmusb I:K
2016.10.09 19:20:56 5: HMLAN: Skip ACK
2016.10.09 19:20:56 5: HMLAN/RAW: /HHM-USB-IF,03C7,KEQ1111134,26347C,395182,01778911,000C,2C

2016.10.09 19:20:56 5: HMLAN_Parse: hmusb V:03C7 sNo:KEQ1111134 d:26347C O:395182 t:01778911 IDcnt:000C L:44 %
2016.10.09 19:20:56 5: HMLAN/RAW: /E6CB438,0000,01778B66,FF,FFB1,C4A2706CB438395182007B3C279D0000002C0CE4

2016.10.09 19:20:56 5: HMLAN_Parse: hmusb R:E6CB438   stat:0000 t:01778B66 d:FF r:FFB1     m:C4 A270 6CB438 395182 007B3C279D0000002C0CE4
2016.10.09 19:20:56 5: hmusb dispatch A14C4A2706CB438395182007B3C279D0000002C0CE4::-79:hmusb
2016.10.09 19:20:56 5: HMLAN: Skip ACK
2016.10.09 19:20:58 5: HMLAN/RAW: /RAA7635D2,0008,00000000,FF,7FFF,ECA001395182AFBC11010E

2016.10.09 19:20:58 5: HMLAN_Parse: hmusb R:RAA7635D2 stat:0008 t:00000000 d:FF r:7FFF     m:EC A001 395182 AFBC11 010E
2016.10.09 19:20:58 5: HMLAN_Parse: hmusb no ACK from AFBC11
2016.10.09 19:20:58 5: HMLAN_Send:  hmusb S:SAA7640C9 stat:  00 t:00000000 d:01 r:AA7640C9 m:C5 A001 395182 6CB438 010E
2016.10.09 19:20:59 5: HMLAN/RAW: /RAA7640C9,0008,00000000,FF,7FFF,C5A0013951826CB438010E

2016.10.09 19:20:59 5: HMLAN_Parse: hmusb R:RAA7640C9 stat:0008 t:00000000 d:FF r:7FFF     m:C5 A001 395182 6CB438 010E
2016.10.09 19:20:59 5: HMLAN_Parse: hmusb no ACK from 6CB438
2016.10.09 19:21:02 5: HMLAN/RAW: /E044DB1,0000,0177A115,FF,FFBD,F5A270044DB100000000E3300000006400C80C1C

2016.10.09 19:21:02 5: HMLAN_Parse: hmusb R:E044DB1   stat:0000 t:0177A115 d:FF r:FFBD     m:F5 A270 044DB1 000000 00E3300000006400C80C1C
2016.10.09 19:21:02 5: hmusb dispatch A14F5A270044DB100000000E3300000006400C80C1C::-67:hmusb
2016.10.09 19:21:02 5: HMLAN/RAW: /E0A0302,0000,0177A25A,FF,FFBF,F5A0020A0302044DB100

2016.10.09 19:21:02 5: HMLAN_Parse: hmusb R:E0A0302   stat:0000 t:0177A25A d:FF r:FFBF     m:F5 A002 0A0302 044DB1 00
2016.10.09 19:21:02 5: hmusb dispatch A0AF5A0020A0302044DB100::-65:hmusb
2016.10.09 19:21:03 5: HMLAN/RAW: /E0A0302,0000,0177A38B,FF,FFC0,F5A0020A0302044DB100

2016.10.09 19:21:03 5: HMLAN_Parse: hmusb R:E0A0302   stat:0000 t:0177A38B d:FF r:FFC0     m:F5 A002 0A0302 044DB1 00
2016.10.09 19:21:03 5: hmusb dispatch A0AF5A0020A0302044DB100::-64:hmusb
2016.10.09 19:21:08 5: HMLAN_Send:  hmusb S:SAA7664DB stat:  00 t:00000000 d:01 r:AA7664DB m:15 A001 395182 AFBC10 010E
2016.10.09 19:21:08 5: HMLAN: Skip ACK
2016.10.09 19:21:08 5: HMLAN/RAW: /EAFBC10,0000,0177B6C3,FF,FFC6,15A270AFBC1039518200E2350000006400C80B54

2016.10.09 19:21:08 5: HMLAN_Parse: hmusb R:EAFBC10   stat:0000 t:0177B6C3 d:FF r:FFC6     m:15 A270 AFBC10 395182 00E2350000006400C80B54
2016.10.09 19:21:08 5: hmusb dispatch A1415A270AFBC1039518200E2350000006400C80B54::-58:hmusb
2016.10.09 19:21:09 5: HMLAN/RAW: /RAA7664DB,0008,00000000,FF,7FFF,15A001395182AFBC10010E

2016.10.09 19:21:09 5: HMLAN_Parse: hmusb R:RAA7664DB stat:0008 t:00000000 d:FF r:7FFF     m:15 A001 395182 AFBC10 010E
2016.10.09 19:21:09 5: HMLAN_Parse: hmusb no ACK from AFBC10
2016.10.09 19:21:18 4: HMLAN_ack: timeout - clear queue
2016.10.09 19:21:21 5: HMLAN_Send:  hmusb I:K
2016.10.09 19:21:21 5: HMLAN/RAW: /HHM-USB-IF,03C7,KEQ1111134,26347C,395182,0177E9F7,000C,2C

2016.10.09 19:21:21 5: HMLAN_Parse: hmusb V:03C7 sNo:KEQ1111134 d:26347C O:395182 t:0177E9F7 IDcnt:000C L:44 %
2016.10.09 19:21:41 5: HMLAN/RAW: /E1AB244,0000,01783401,FF,FFD6,AFA2701AB24439518200EE3000000000017A0C1C
E1AB244,0000,017836BD,FF,FFD5,AFA2701AB24439518200EE3000000000017A0C1C
E1AB244,0000,0178397A,FF,FFD6,AFA2701AB24439518200EE3000000000017A0C1C

2016.10.09 19:21:41 5: HMLAN_Parse: hmusb R:E1AB244   stat:0000 t:01783401 d:FF r:FFD6     m:AF A270 1AB244 395182 00EE3000000000017A0C1C
2016.10.09 19:21:41 5: hmusb dispatch A14AFA2701AB24439518200EE3000000000017A0C1C::-42:hmusb
2016.10.09 19:21:41 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 19:21:41 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB_127.0.0.1_55123/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.Klimasensor/SetFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.Klimasensor/SetFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB_127.0.0.1_55123/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB_192.168.188.30_57320/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB_192.168.188.30_57320/NotifyFn
2016.10.09 19:21:42 5: HMLAN_Parse: hmusb R:E1AB244   stat:0000 t:017836BD d:FF r:FFD5     m:AF A270 1AB244 395182 00EE3000000000017A0C1C
2016.10.09 19:21:42 5: hmusb dispatch A14AFA2701AB24439518200EE3000000000017A0C1C::-43:hmusb
2016.10.09 19:21:42 5: HMLAN_Parse: hmusb R:E1AB244   stat:0000 t:0178397A d:FF r:FFD6     m:AF A270 1AB244 395182 00EE3000000000017A0C1C
2016.10.09 19:21:42 5: hmusb dispatch A14AFA2701AB24439518200EE3000000000017A0C1C::-42:hmusb
2016.10.09 19:21:42 1: EMPTY defs post 2 hmusb/ReadFn
2016.10.09 19:21:42 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.10.09 19:21:42 1: EMPTY defs post 2 nanoCUL868hm/ReadFn
2016.10.09 19:21:42 1: EMPTY defs pre nanoCUL433/ReadFn
2016.10.09 19:21:42 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB_127.0.0.1_55123/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB_127.0.0.1_55123/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB_192.168.188.30_57320/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB_192.168.188.30_57320/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Alarmanlage_ON_OFF_Status/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Anwesenheitssimulation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Anwesenheitssimulation/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Aufwachlicht/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Aufwachlicht/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Bewegung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Bewegung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Bluetooth_iPhone6_Angie_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Bluetooth_iPhone6_Miro_AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre DBLog/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 DBLog/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Farbkugel/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Farbkugel/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre HomeStatus/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 HomeStatus/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre LCD/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 LCD/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Logfile/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Logfile/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre MilightBridge/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 MilightBridge/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Strom_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEBphone/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEBphone/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEBtablet/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEBtablet/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.IPCam.WZ.AUTO/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.Leinwand.Steuerung/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 Weihnachtsbeleuchtung.WZ.Schalter/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 ZE.Batterie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre eventTypes/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 eventTypes/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre hmusb/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 hmusb/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre rr_Angie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 rr_Angie/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre rr_Miro/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 rr_Miro/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB_127.0.0.1_55123/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB_127.0.0.1_55123/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs pre WEB_192.168.188.30_57320/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 WEB_192.168.188.30_57320/NotifyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 nanoCUL433/ReadFn
2016.10.09 19:21:42 1: EMPTY defs pre SZ.TvAmbilight/ReadFn
2016.10.09 19:21:42 1: EMPTY defs post 2 SZ.TvAmbilight/ReadFn
2016.10.09 19:21:42 1: EMPTY defs pre MySensorsWIFI/ReadyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 MySensorsWIFI/ReadyFn
2016.10.09 19:21:42 1: EMPTY defs pre MySensors/ReadyFn
2016.10.09 19:21:42 1: EMPTY defs post 2 MySensors/ReadyFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4590.
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4590.
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4590.
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn
2016.10.09 19:21:42 1: EMPTY defs detected!


Vielleicht hilft auch das hier weiter. Auf der Hauptseite von Fhem wird mit folgender Fehler angezeigt:

Messages collected while initializing FHEM:
configDB: vccu: unknown IODev hmusb specified
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 09 Oktober 2016, 19:27:29
Ich wuerde mich mit diesem Log an den HM Maintainer in seinem Forumsbereich wenden.
Bitte Link hier hinterlegen, damit ich die Diskussion da auch beobachten kann.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 09 Oktober 2016, 19:40:37
Mache ich. Siehst du denn einen Fehler?

Vielen Dank für deine Hilfe!
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 22 Oktober 2016, 22:28:32
Ich habe nun im HM Bereich ein neues Thema eröffnet:

https://forum.fhem.de/index.php?topic=59456.0 (https://forum.fhem.de/index.php?topic=59456.0)
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: persching am 15 November 2016, 10:35:00
Auch ich hab diesen Fehler. Hab jetzt ein paar Dinge von den hier genannten Änderungen an der fhem.pl gemacht, aber bin immer noch nicht weiter. Bei mir ist es so, wenn ich die CallFN ersetze, dann wird mein Logfile riesig. Hab mir das dann in notepad++ angesehen und dort nach "EMPTY defs detected" gesucht, es ergab aber kein Treffer. Demnach kann ich auch nicht sagen, was die folgende Zeile dazu ist. Ich hab aber tausende von Zeilen die mit "EMPTY defs ...." beginnen.
Hab jetzt mal ein update gemacht, um wieder die Original fhem.pl zu haben. Aber was kann man sonst noch machen?

Edit:
ich hab gestern noch ein Update gemacht und jetzt scheint die geänderte Ausgabe von "...has no type" implementiert zu sein. Die Zeile über diesem Eintrag hat immer was mit einem SVG-Plot zu tun, aber ich kann nicht erkennen mit welchem. Hier mal das Logging von einer Stunde heute morgen:


2016.11.16 08:00:00 4: [HC_Bad_Normal] time=08:00/1479279600 delay=0, nextDelay=60, nextRetry=1479279660
2016.11.16 08:00:00 4: [HC_Bad_Normal] delayedExecutionCond:0
2016.11.16 08:00:00 4: [HC_Bad_Normal] result of delayedExecutionCond:0
2016.11.16 08:00:00 4: [HC_Bad_Normal] list of window sensors found: 'OG_Bad_Fensterkontakt HC_Bad_Normal'
2016.11.16 08:00:00 5: [HC_Bad_Normal] sensor 'OG_Bad_Fensterkontakt' Reading/Attribute 'state' is 'closed'
2016.11.16 08:00:00 4: [HC_Bad_Normal] condition: - Tage:0,6
2016.11.16 08:00:00 5: [HC_Bad_Normal] condition: {my $days={};;map{$days->{$_}=1}(0,6);;;;( 1 && (defined $days->{$wday}))}
2016.11.16 08:00:00 5: [HC_Bad_Normal] result of condition:
2016.11.16 08:00:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:02:02 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:02:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:02:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:04:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:04:16 5: cm dispatch MAX,0,ThermostatState,075b10,190B2C00F0
2016.11.16 08:04:16 5: MAX_Parse MAX,0,ThermostatState,075b10,190B2C00F0
2016.11.16 08:04:16 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 11 %, desiredTemperature 22, until , curTemp 24
2016.11.16 08:04:32 5: cm dispatch MAX,1,ShutterContactState,0259e7,10
2016.11.16 08:04:32 5: MAX_Parse MAX,1,ShutterContactState,0259e7,10
2016.11.16 08:04:32 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:04:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:06:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:06:50 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:07:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:08:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:08:39 5: cm dispatch MAX,0,ThermostatState,075a9f,39042B00EE
2016.11.16 08:08:39 5: MAX_Parse MAX,0,ThermostatState,075a9f,39042B00EE
2016.11.16 08:08:39 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 4 %, desiredTemperature 21.5, until , curTemp 23.8
2016.11.16 08:08:53 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:10:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:10:57 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:12:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:12:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:13:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:14:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:15:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:16:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:17:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:17:24 5: cm dispatch MAX,1,ShutterContactState,0c22ab,10
2016.11.16 08:17:24 5: MAX_Parse MAX,1,ShutterContactState,0c22ab,10
2016.11.16 08:17:24 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:17:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:18:28 5: cm dispatch MAX,0,ThermostatState,078357,39012B00F1
2016.11.16 08:18:28 5: MAX_Parse MAX,0,ThermostatState,078357,39012B00F1
2016.11.16 08:18:28 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 1 %, desiredTemperature 21.5, until , curTemp 24.1
2016.11.16 08:18:52 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:19:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:19:29 5: cm dispatch MAX,1,ShutterContactState,02593c,10
2016.11.16 08:19:29 5: MAX_Parse MAX,1,ShutterContactState,02593c,10
2016.11.16 08:19:29 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:20:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:21:29 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:22:14 5: cm dispatch MAX,0,ThermostatState,075a4a,390B2900DD
2016.11.16 08:22:14 5: MAX_Parse MAX,0,ThermostatState,075a4a,390B2900DD
2016.11.16 08:22:14 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 11 %, desiredTemperature 20.5, until , curTemp 22.1
2016.11.16 08:22:17 5: cm dispatch MAX,0,ThermostatState,075b10,190D2C00ED
2016.11.16 08:22:17 5: MAX_Parse MAX,0,ThermostatState,075b10,190D2C00ED
2016.11.16 08:22:17 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 13 %, desiredTemperature 22, until , curTemp 23.7
2016.11.16 08:22:37 5: CUL_MAX_BroadcastTime: payload 10100896e5
2016.11.16 08:22:37 5: Broadcast time to 075aee
2016.11.16 08:22:37 5: CUL_MAX_Send: enqueuing 0fef0403123456075aee0010100896e5
2016.11.16 08:22:37 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:22:37 5: needPreamble: 1, necessaryCredit: 113, credit10ms: 3600
2016.11.16 08:22:37 5: Updating TimeInformation payload
2016.11.16 08:22:37 5: Broadcast time to 0784a4
2016.11.16 08:22:37 5: CUL_MAX_Send: enqueuing 0f0904031234560784a40010100896e5
2016.11.16 08:22:38 5: CUL_MAX_SendQueueHandler: 2 items in queue
2016.11.16 08:22:38 5: CUL_MAX_SendQueueHandler: 2 items in queue
2016.11.16 08:22:38 5: cm dispatch MAX,1,Ack,075aee,01395329
2016.11.16 08:22:38 5: MAX_Parse MAX,1,Ack,075aee,01395329
2016.11.16 08:22:38 5: MAX_Parse MAX,1,ThermostatState,075aee,395329
2016.11.16 08:22:38 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 83 %, desiredTemperature 20.5, until , curTemp
2016.11.16 08:22:39 5: CUL_MAX_SendQueueHandler: 2 items in queue
2016.11.16 08:22:39 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:22:39 5: needPreamble: 1, necessaryCredit: 113, credit10ms: 3488
2016.11.16 08:22:39 5: Updating TimeInformation payload
2016.11.16 08:22:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:22:39 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:22:40 5: cm dispatch MAX,1,Ack,0784a4,0139082B
2016.11.16 08:22:40 5: MAX_Parse MAX,1,Ack,0784a4,0139082B
2016.11.16 08:22:40 5: MAX_Parse MAX,1,ThermostatState,0784a4,39082B
2016.11.16 08:22:40 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 8 %, desiredTemperature 21.5, until , curTemp
2016.11.16 08:22:40 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:22:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:22:44 5: cm dispatch MAX,0,ThermostatState,075ae0,190A2700D3
2016.11.16 08:22:44 5: MAX_Parse MAX,0,ThermostatState,075ae0,190A2700D3
2016.11.16 08:22:44 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 10 %, desiredTemperature 19.5, until , curTemp 21.1
2016.11.16 08:23:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:23:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:24:27 5: cm dispatch MAX,1,ShutterContactState,024d71,10
2016.11.16 08:24:27 5: MAX_Parse MAX,1,ShutterContactState,024d71,10
2016.11.16 08:24:27 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:24:45 5: cm dispatch MAX,0,ThermostatState,0784a4,39042B00F1
2016.11.16 08:24:45 5: MAX_Parse MAX,0,ThermostatState,0784a4,39042B00F1
2016.11.16 08:24:45 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 4 %, desiredTemperature 21.5, until , curTemp 24.1
2016.11.16 08:25:12 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:25:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:26:27 5: cm dispatch MAX,0,ThermostatState,075a93,39072B00EF
2016.11.16 08:26:27 5: MAX_Parse MAX,0,ThermostatState,075a93,39072B00EF
2016.11.16 08:26:27 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 7 %, desiredTemperature 21.5, until , curTemp 23.9
2016.11.16 08:27:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:27:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:27:48 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:29:18 5: cm dispatch MAX,1,ShutterContactState,02594c,10
2016.11.16 08:29:18 5: MAX_Parse MAX,1,ShutterContactState,02594c,10
2016.11.16 08:29:18 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:29:24 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:29:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:31:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:32:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:32:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:33:37 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:34:07 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:35:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:36:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:37:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:37:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:38:19 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:39:55 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:40:22 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:41:48 3: Defining DbLog SVG-Plots with :CURRENT is deprecated. Please define DbLog SVG-Plots with :HISTORY instead of :CURRENT. (define <mySVG> SVG <DbLogDev>:<gplotfile>:HISTORY)
2016.11.16 08:41:48 1: Error: >< has no TYPE, but following keys: ><
2016.11.16 08:41:53 3: Defining DbLog SVG-Plots with :CURRENT is deprecated. Please define DbLog SVG-Plots with :HISTORY instead of :CURRENT. (define <mySVG> SVG <DbLogDev>:<gplotfile>:HISTORY)
2016.11.16 08:41:54 1: Error: >< has no TYPE, but following keys: ><
2016.11.16 08:42:02 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:42:11 5: CUL_MAX_Send: enqueuing 0bf00040123456075aee0067
2016.11.16 08:42:11 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:11 5: needPreamble: 1, necessaryCredit: 110, credit10ms: 3600
2016.11.16 08:42:12 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:12 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:13 5: cm dispatch MAX,1,Ack,075aee,01395327
2016.11.16 08:42:13 5: MAX_Parse MAX,1,Ack,075aee,01395327
2016.11.16 08:42:13 5: MAX_Parse MAX,1,ThermostatState,075aee,395327
2016.11.16 08:42:13 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 83 %, desiredTemperature 19.5, until , curTemp
2016.11.16 08:42:13 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:15 5: CUL_MAX_Send: enqueuing 0b1b0040123456075a4a0067
2016.11.16 08:42:15 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:15 5: needPreamble: 1, necessaryCredit: 110, credit10ms: 3494
2016.11.16 08:42:16 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:16 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:16 5: cm dispatch MAX,1,Ack,075a4a,01390B27
2016.11.16 08:42:16 5: MAX_Parse MAX,1,Ack,075a4a,01390B27
2016.11.16 08:42:16 5: MAX_Parse MAX,1,ThermostatState,075a4a,390B27
2016.11.16 08:42:16 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 11 %, desiredTemperature 19.5, until , curTemp
2016.11.16 08:42:17 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:22 5: CUL_MAX_Send: enqueuing 0bab0040123456075b100067
2016.11.16 08:42:22 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:22 5: needPreamble: 1, necessaryCredit: 110, credit10ms: 3391
2016.11.16 08:42:23 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:23 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:23 5: cm dispatch MAX,1,Ack,075b10,01190D27
2016.11.16 08:42:23 5: MAX_Parse MAX,1,Ack,075b10,01190D27
2016.11.16 08:42:23 5: MAX_Parse MAX,1,ThermostatState,075b10,190D27
2016.11.16 08:42:23 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 13 %, desiredTemperature 19.5, until , curTemp
2016.11.16 08:42:24 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:42:26 5: CUL_MAX_Send: enqueuing 0b7d0040123456075c900067
2016.11.16 08:42:26 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:26 5: needPreamble: 1, necessaryCredit: 110, credit10ms: 3284
2016.11.16 08:42:26 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:27 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:27 5: cm dispatch MAX,1,Ack,075c90,01191D27
2016.11.16 08:42:27 5: MAX_Parse MAX,1,Ack,075c90,01191D27
2016.11.16 08:42:27 5: MAX_Parse MAX,1,ThermostatState,075c90,191D27
2016.11.16 08:42:27 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 29 %, desiredTemperature 19.5, until , curTemp
2016.11.16 08:42:27 5: CUL_MAX_SendQueueHandler: 1 items in queue
2016.11.16 08:42:35 3: Defining DbLog SVG-Plots with :CURRENT is deprecated. Please define DbLog SVG-Plots with :HISTORY instead of :CURRENT. (define <mySVG> SVG <DbLogDev>:<gplotfile>:HISTORY)
2016.11.16 08:42:35 1: Error: >< has no TYPE, but following keys: ><
2016.11.16 08:42:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:42:58 5: cm dispatch MAX,0,ThermostatState,075aee,39532700D0
2016.11.16 08:42:58 5: MAX_Parse MAX,0,ThermostatState,075aee,39532700D0
2016.11.16 08:42:58 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 83 %, desiredTemperature 19.5, until , curTemp 20.8
2016.11.16 08:43:26 3: Defining DbLog SVG-Plots with :CURRENT is deprecated. Please define DbLog SVG-Plots with :HISTORY instead of :CURRENT. (define <mySVG> SVG <DbLogDev>:<gplotfile>:HISTORY)
2016.11.16 08:43:26 1: Error: >< has no TYPE, but following keys: ><
2016.11.16 08:43:43 5: cm dispatch MAX,1,ShutterContactState,148a63,10
2016.11.16 08:43:43 5: MAX_Parse MAX,1,ShutterContactState,148a63,10
2016.11.16 08:43:43 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:44:08 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:44:14 5: cm dispatch MAX,0,ThermostatState,075a4a,39002700DF
2016.11.16 08:44:14 5: MAX_Parse MAX,0,ThermostatState,075a4a,39002700DF
2016.11.16 08:44:14 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 0 %, desiredTemperature 19.5, until , curTemp 22.3
2016.11.16 08:44:17 5: cm dispatch MAX,0,ThermostatState,075b10,19002700EE
2016.11.16 08:44:17 5: MAX_Parse MAX,0,ThermostatState,075b10,19002700EE
2016.11.16 08:44:17 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 0 %, desiredTemperature 19.5, until , curTemp 23.8
2016.11.16 08:44:25 5: cm dispatch MAX,0,ThermostatState,075c90,19002700F1
2016.11.16 08:44:25 5: MAX_Parse MAX,0,ThermostatState,075c90,19002700F1
2016.11.16 08:44:25 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 0 %, desiredTemperature 19.5, until , curTemp 24.1
2016.11.16 08:44:29 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:44:58 5: cm dispatch MAX,0,ThermostatState,075aee,39162700D0
2016.11.16 08:44:58 5: MAX_Parse MAX,0,ThermostatState,075aee,39162700D0
2016.11.16 08:44:58 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 22 %, desiredTemperature 19.5, until , curTemp 20.8
2016.11.16 08:46:15 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:46:32 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:47:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:48:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:48:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:50:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:50:38 5: cm dispatch MAX,1,ShutterContactState,025bc8,10
2016.11.16 08:50:38 5: MAX_Parse MAX,1,ShutterContactState,025bc8,10
2016.11.16 08:50:38 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:50:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:52:09 5: cm dispatch MAX,1,ShutterContactState,025aa9,10
2016.11.16 08:52:09 5: MAX_Parse MAX,1,ShutterContactState,025aa9,10
2016.11.16 08:52:09 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:52:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:52:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:52:42 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:54:39 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:54:45 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:55:59 5: cm dispatch MAX,1,ShutterContactState,04d66a,10
2016.11.16 08:55:59 5: MAX_Parse MAX,1,ShutterContactState,04d66a,10
2016.11.16 08:55:59 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 08:56:44 5: cm dispatch MAX,0,ThermostatState,075ae0,19102700CE
2016.11.16 08:56:44 5: MAX_Parse MAX,0,ThermostatState,075ae0,19102700CE
2016.11.16 08:56:44 5: battery 0, rferror 0, panel 0, langateway 1, dstsetting 1, mode 1, valveposition 16 %, desiredTemperature 19.5, until , curTemp 20.6
2016.11.16 08:56:46 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:56:49 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:57:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:58:52 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 08:58:52 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:00:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:00:58 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:02:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:02:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:03:04 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:04:32 5: cm dispatch MAX,1,ShutterContactState,0259e7,10
2016.11.16 09:04:32 5: MAX_Parse MAX,1,ShutterContactState,0259e7,10
2016.11.16 09:04:32 5: ShutterContact isopen 0, rferror 0, battery 0, unkbits 0
2016.11.16 09:05:02 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:05:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:07:06 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:07:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:07:40 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:08:27 5: cm dispatch MAX,0,ThermostatState,075a93,390D2B00E8
2016.11.16 09:08:27 5: MAX_Parse MAX,0,ThermostatState,075a93,390D2B00E8
2016.11.16 09:08:27 5: battery 0, rferror 0, panel 1, langateway 1, dstsetting 1, mode 1, valveposition 13 %, desiredTemperature 21.5, until , curTemp 23.2
2016.11.16 09:09:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:09:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:11:13 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:11:29 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
2016.11.16 09:12:41 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4638.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 01 Dezember 2016, 17:17:15
Die Fehlermeldungen haben sich bei mir nun leicht verändert, fluten aber leider weiterhin das Log:

2016.12.01 17:13:56 1: Error: >< has no TYPE, but following keys: ><
2016.12.01 17:13:59 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:00 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:01 1: Error: >< has no TYPE, but following keys: ><
2016.12.01 17:14:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:05 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:06 1: Error: >< has no TYPE, but following keys: ><
2016.12.01 17:14:09 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:10 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 17:14:11 1: Error: >< has no TYPE, but following keys: ><
2016.12.01 17:14:11 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.


:( :( :(
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Dietmar63 am 01 Dezember 2016, 19:35:35
Schalte mal Stacktrace ein
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 01 Dezember 2016, 19:43:11
Danke für deine Antwort.  :)

Hier ein Log Auszug:


2016.12.01 19:40:17 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:17 1: stacktrace:
2016.12.01 19:40:17 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:17 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:17 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:17 1:     main::BlockingCall                  called by ./FHEM/30_MilightBridge.pm (238)
2016.12.01 19:40:17 1:     main::MilightBridge_DoPingStart     called by fhem.pl (2881)
2016.12.01 19:40:17 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:18 1: stacktrace:
2016.12.01 19:40:18 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:18 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:18 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:18 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:18 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:18 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:18 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:18 1: stacktrace:
2016.12.01 19:40:18 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:18 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:18 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:18 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:18 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:18 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:20 2: nanoCUL433 IT_set: Weihnachtsbeleuchtung.WZ.Stern on
2016.12.01 19:40:21 1: Error: >< has no TYPE, but following keys: ><
2016.12.01 19:40:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:23 1: stacktrace:
2016.12.01 19:40:23 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:23 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:23 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:23 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:23 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:23 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:23 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:23 1: stacktrace:
2016.12.01 19:40:23 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:23 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:23 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:23 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:23 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:23 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:24 2: nanoCUL433: unknown message i
2016.12.01 19:40:25 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:25 1: stacktrace:
2016.12.01 19:40:25 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:25 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:25 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:25 1:     main::BlockingCall                  called by ./FHEM/73_PRESENCE.pm (587)
2016.12.01 19:40:25 1:     main::PRESENCE_StartLocalScan       called by fhem.pl (2881)
2016.12.01 19:40:25 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:26 1: Error: >< has no TYPE, but following keys: ><
2016.12.01 19:40:27 3: CUL_HM set Ku.Klimasensor statusRequest
2016.12.01 19:40:27 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:27 1: stacktrace:
2016.12.01 19:40:27 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:27 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:27 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:27 1:     main::BlockingCall                  called by ./FHEM/30_MilightBridge.pm (238)
2016.12.01 19:40:27 1:     main::MilightBridge_DoPingStart     called by fhem.pl (2881)
2016.12.01 19:40:27 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:28 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:28 1: stacktrace:
2016.12.01 19:40:28 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:28 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:28 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:28 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:28 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:28 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:28 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:28 1: stacktrace:
2016.12.01 19:40:28 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:28 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:28 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:28 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:28 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:28 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:31 1: Error: >< has no TYPE, but following keys: ><
2016.12.01 19:40:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:31 1: stacktrace:
2016.12.01 19:40:31 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:31 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:31 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:31 1:     main::BlockingCall                  called by ./FHEM/73_PRESENCE.pm (587)
2016.12.01 19:40:31 1:     main::PRESENCE_StartLocalScan       called by fhem.pl (2881)
2016.12.01 19:40:31 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:33 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:33 1: stacktrace:
2016.12.01 19:40:33 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:33 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:33 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:33 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:33 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:33 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:34 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.01 19:40:34 1: stacktrace:
2016.12.01 19:40:34 1:     main::__ANON__                      called by fhem.pl (4661)
2016.12.01 19:40:34 1:     main::fhemFork                      called by FHEM/Blocking.pm (135)
2016.12.01 19:40:34 1:     main::BlockingStart                 called by FHEM/Blocking.pm (78)
2016.12.01 19:40:34 1:     main::BlockingCall                  called by ./FHEM/37_CUPS_Switch.pm (158)
2016.12.01 19:40:34 1:     main::CUPS_Switch_StartGetSpool     called by fhem.pl (2881)
2016.12.01 19:40:34 1:     main::HandleTimeout                 called by fhem.pl (604)
2016.12.01 19:40:34 1: PERL WARNING: Use of uninitialized value in hash element at configDB.pm line 412.
2016.12.01 19:40:34 1: stacktrace:
2016.12.01 19:40:34 1:     main::__ANON__                      called by configDB.pm (412)
2016.12.01 19:40:34 1:     main::cfgDB_SaveCfg                 called by fhem.pl (1499)
2016.12.01 19:40:34 1:     main::CommandSave                   called by fhem.pl (1100)
2016.12.01 19:40:34 1:     main::AnalyzeCommand                called by fhem.pl (970)
2016.12.01 19:40:34 1:     main::AnalyzeCommandChain           called by ./FHEM/01_FHEMWEB.pm (2274)
2016.12.01 19:40:34 1:     main::FW_fC                         called by ./FHEM/01_FHEMWEB.pm (728)
2016.12.01 19:40:34 1:     main::FW_answerCall                 called by ./FHEM/01_FHEMWEB.pm (456)
2016.12.01 19:40:34 1:     main::FW_Read                       called by fhem.pl (3283)
2016.12.01 19:40:34 1:     main::CallFn                        called by fhem.pl (672)
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 02 Dezember 2016, 11:37:48
@Dietmar63: Lies bitte die ganze Geschichte vorher durch, dein Ratschlag ist leider kontraproduktiv.

Ich fasse meinen Stand zusammen:

Irgendwer legt ein leeres $defs Eintrag an (durch sowas wie $defs{""}{bla}). Wenn das Problem durch WARNING auffaellt ist viel zu spaet (d.h. stacktrace ist sinnlos). Wir haben fhem.pl mit Debugausgaben gespickt, und meine Vermutung war, dass es durch ein Homematic Geraet passieren muss, woraufhin eine weitere Diskussion im Homematic Bereich eroeffnet wurde.

Martin hat es angeschaut, die Events in der fraglichen Zeit kommen von dem Universalsensor vom dirk, und Martin ist der beim Parsen verwendete Code unbekannt. Den von ihm vorgeschlagenen Debug-Code konnte Spezialtrick nicht erfolgreich einbauen, und danach ist die Diskussion versandet. Spezialtrick hat uns mit seinem Beitrag gestern wieder geweckt.

@Spezialtrick:
- wo kommt der Code her, was Martin unbekannt ist
- die Erweiterung von Martin bezog sich auf meine geaenderte CallFn. Hier nochmal mit der Aenderung von Martin, also CallFn in fhem.pl mit Folgenden ersetzen:

#####################################
# Wrapper for calling a module function
sub
CallFn(@)
{
  my $d = shift;
  my $n = shift;

  if(!$d || !$defs{$d}) {
    $d = "<undefined>" if(!defined($d));
    Log 0, "Strange call for nonexistent $d: $n";
    return undef;
  }
  if(!$defs{$d}{TYPE}) {
    Log 0, "Strange call for typeless $d: $n";
    return undef;
  }
  my $fn = $modules{$defs{$d}{TYPE}}{$n};
  return "" if(!$fn);
  Log 1, "EMPTY defs pre $d/$n" if(defined($defs{""}));
  if(wantarray) {
    no strict "refs";
    my @ret = &{$fn}(@_);
    use strict "refs";
    Log 1, "EMPTY defs post 1 $d/$n" if(defined($defs{""}));
    return @ret;
  } else {
    no strict "refs";
    my $ret = &{$fn}(@_);
    use strict "refs";
    Log 1, "EMPTY defs post 2 $d/$n:".join(",",keys%{$defs{""}}) if(defined($defs{""}));
    return $ret;
  }
}

Allerdings glaube ich nicht, dass sie was aendert, da meine inzwschen erfolgte fhem.pl Erweiterung die zusaetzlichen Daten auch ausgibt, und die sind leer.

Meine Hypothese: entweder liefert dein Sensor Werte, was der Code von Martin nicht verarbeiten kann, oder du verwendest zusaetzlichen Code zum Parsen, was das Problem verursacht.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: stefanru am 02 Dezember 2016, 15:38:24
Hallo,

ich habe auch dieses Problem.
Bin gerne bereit Codeänderungen zum Debuggen einzubauen und zu helfen mit Logfiles usw.

Mein Problem tritt auf seitdem ich einen Oregenon Sensor (Temperatur und Luftfeuchte) über Signalodino und aCUL empfange.

Ist der a-cul abgestöpselt gibt es keine Fehler.
Es spielt keine Rolle ob ein empfänger auf longid = 0 und einer auf longid = 1 steht.

Auch ist das Fehlerverhalten etwas seltsam.
Nach "shutdown restart" kommt entweder nur:
PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.

oder zuerst die Zeile oben und später dann:
Error: >T: 4.4 H: 74 BAT: ok< has no TYPE, but following keys: >LASTInputDev,MSGCNT,nanoCUL433_DMSG,nanoCUL433_MSGCNT,nanoCUL433_RAWMSG,nanoCUL433_TIME<

Die Keys können hierbei komplett unterschiedlich sein:
Error: >T: 2.8 H: 67 BAT: ok< has no TYPE, but following keys: >LASTInputDev,MSGCNT,fduino_MSGCNT,fduino_TIME,nanoCUL433_DMSG,nanoCUL433_MSGCNT,nanoCUL433_RAWMSG,nanoCUL433_TIME,sduino_DMSG,sduino_MSGCNT,sduino_RAWMSG,sduino_TIME<

Die Fehlermeldung wiederholt sich dann immer wieder.
Beim nächsten "shutdown" kommen dann folgende Meldungen:
Strange call for typeless T: 2.8 H: 67 BAT: ok: ShutdownFn

Hierbei unterschiedlich viele Zeilen. Zusammenhang mit der Anzahl der obingen Fehlermeldungen konnte ich nicht entdecken.

Wie gesagt ich ändere und debugge gerne um dem Problem auf den Grund zu gehen.
Habe auch selbst schon etwas versucht aber bin immer wieder hierbei gelandet: >T: 4.4 H: 74 BAT: ok<

Was mich auch etwas wundert ist dass die Meldung in 4661 immer wieder kommt.
Laut Sourcecode kommentar ist es doch für einen Close von Fhem:
  # Child here
  # Close FDs as we cannot restart FHEM if child keeps TCP Serverports open

Viele Grüße,
Stefan

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 02 Dezember 2016, 16:26:38
@stefanru: ich vermute, dass dein Problem was ganz anderes mit aehnlichen Auswirkungen ist.

Irgendwer hat in deinem Fall einen FHEM-Eintrag mit "T:..." angelegt, und irgendein Modul findet diesen Eintrag so toll, dass es Nachrichten von fduino,nanoCUL433 und sduino diesem Geraet zuordnet.
Ich wuerde an deine Stelle "attr global verbose 5" setzen, und die letzten Zeilen vor dem ersten Auftreten der Fehlermeldung analysieren.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: stefanru am 02 Dezember 2016, 22:17:25
Hi Rudolf,

Kannst du mir noch sagen wo ich einen FHEM eintrag mit "T:..." finden und löschen kann?
In der fhem config sowie unter Everything finde ich nichts.

Vielen Dank,
Stefan
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 02 Dezember 2016, 23:20:18
Im telnet oder FHEMWEB eingeben:
{ delete $defs{"T: 4.4 H: 74 BAT: ok"} }
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: stefanru am 02 Dezember 2016, 23:52:15
Hi Rudolf,

Werde mal versuchen herauszufinden was genau das ist und versuchen das Device zu löschen.
Kann man solche devices auch irgendwo sehen? Oder existieren die nur im Speicher?

Bei einer Schleife über die devices und Ausgabe im Log habe ich nicht verdächtiges erkennen können.

Und sorry aber ganz kurz off topic, kann man im SourceForge vom FHEM etwas einchecken oder einen patch machen?
Es geht um: https://forum.fhem.de/index.php/topic,61682.msg531555.html#msg531555.

Viele Grüße,
Stefan

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 03 Dezember 2016, 00:10:34
ZitatKann man solche devices auch irgendwo sehen? Oder existieren die nur im Speicher?
Bisher wehren sich alle Befehle, wenn sie ein Geraet ohne TYPE sehen, bleibt nur Perl direkt.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: stefanru am 03 Dezember 2016, 00:35:42
Ok nach dem Fehler habe ich nun mal mit deinem Befehl gelöscht.
Quittiert wurde das mit: HASH(0x2aac608).
Lösche ich etwas was es nicht gibt kommt keine Rückmeldung.

Auch war nach dem Löschen die Fehlermeldung weg die sich sonst wiederholt.
Also scheinbar legt da etwas so ein Device an.

Das Problem kommt aber wieder.

mit attr global verbose 5 konnte ich zuerst nur sehen:
2016.12.03 01:49:54 5: PRESENCE (HuawaiP8) - stopping timer
2016.12.03 01:49:54 5: PRESENCE (HuawaiP8) - starting blocking call for mode lan-ping
2016.12.03 01:49:54 4: BlockingCall (PRESENCE_DoLocalPingScan): created child (12944), uses telnetForBlockingFn_1480725386 to connect back
2016.12.03 01:49:54 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.03 01:49:54 5: PRESENCE (HuawaiP8) - starting ping scan: HuawaiP8|192.168.69.92|0|4
2016.12.03 01:49:56 5: SYSMON RaspberryPI3: updateReadings.1056
2016.12.03 01:49:56 4: BlockingCall (SYSMON_blockingCall): created child (12961), uses telnetForBlockingFn_1480725386 to connect back
2016.12.03 01:49:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.03 02:12:36 4: BlockingCall (FRITZBOX_Readout_Run_Web): created child (24226), uses telnetForBlockingFn_1480725386 to connect back
2016.12.03 02:12:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.
2016.12.03 02:12:36 4: BlockingCall (FRITZBOX_Readout_Run_Web): created child (24227), uses telnetForBlockingFn_1480725386 to connect back
2016.12.03 02:12:36 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.

Immer nach dem Blocking Call kommt die PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.

Nach einiger Zeit auch meine no type:
2016.12.03 01:50:10 4: WEB_192.168.69.80_54122 GET /fhem?XHR=1&inform=type=status;filter=room=CUL%5fTCM97001;since=1480726209;fmt=JSON&fw_id=388×tamp=1480726209833; BUFLEN:0
2016.12.03 01:50:10 1: Error: >T: 0.8 H: 76 BAT: ok< has no TYPE, but following keys: >LASTInputDev,MSGCNT,sduino_DMSG,sduino_MSGCNT,sduino_RAWMSG,sduino_TIME<
2016.12.03 01:50:10 1: Error: >T: 0.9 H: 76 BAT: ok< has no TYPE, but following keys: >LASTInputDev,MSGCNT,fduino_MSGCNT,fduino_TIME,nanoCUL433_DMSG,nanoCUL433_MSGCNT,nanoCUL433_RAWMSG,nanoCUL433_TIME,sduino_DMSG,sduino_MSGCNT,sduino_RAWMSG,sduino_TIME<
2016.12.03 02:17:32 4: WEB_192.168.69.80_54322 GET /fhem?XHR=1&inform=type=status;filter=room=1OG%2eSteckdosen;since=1480727851;fmt=JSON&fw_id=648×tamp=1480727851460; BUFLEN:0
2016.12.03 02:17:32 1: Error: >T: 0.8 H: 75 BAT: ok< has no TYPE, but following keys: >LASTInputDev,MSGCNT,fduino_MSGCNT,fduino_TIME,nanoCUL433_DMSG,nanoCUL433_MSGCNT,nanoCUL433_RAWMSG,nanoCUL433_TIME,sduino_DMSG,sduino_MSGCNT,sduino_RAWMSG,sduino_TIME<
2016.12.03 02:17:32 1: Error: >T: 0.8 H: 76 BAT: ok< has no TYPE, but following keys: >LASTInputDev,MSGCNT,sduino_DMSG,sduino_MSGCNT,sduino_RAWMSG,sduino_TIME<
2016.12.03 02:17:32 1: Error: >T: 0.9 H: 76 BAT: ok< has no TYPE, but following keys: >LASTInputDev,MSGCNT,fduino_MSGCNT,fduino_TIME,nanoCUL433_DMSG,nanoCUL433_MSGCNT,nanoCUL433_RAWMSG,nanoCUL433_TIME,sduino_DMSG,sduino_MSGCNT,sduino_RAWMSG,sduino_TIME<

Dort fällt mir auf dass es immer auftritt wenn ich vorher im Web auf einen Room wechselte. Völlig egal welcher. Auch wenn er garnichts mit den Temperatur Sensoren zu tun hat.
Es ist auch egal ob da gerade der Sensor empfangen wurde oder nicht, einfach jedesmal beim öffnen eines Rooms.

Habs länger beobachtet, bei beiden Fällen eindeutig immer zu diesen Auslösern.

Hast du eine Idee?

Vielen Dank,
Stefan
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: bjoernh am 03 Dezember 2016, 22:04:17
Ich habe nun auch die Meldungen:
2016.12.03 21:57:56 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4661.

Wenn ich dann { delete $defs{"T: 4.4 H: 74 BAT: ok"} } in fhem eingebe, kommt umgehend im logfile:
2016.12.03 22:01:17 1: Error: >000000F00F not defined (Switch code: F0)!
For autocreate please use the on button.< has no TYPE, but following keys: >WLAN_CUL_MSGCNT,WLAN_CUL_RAWMSG,WLAN_CUL_RSSI,WLAN_CUL_TIME<
2016.12.03 22:01:17 1: Error: >000000F00F not defined (Switch code: F0)!
For autocreate please use the on button.< has no TYPE, but following keys: >WLAN_CUL_MSGCNT,WLAN_CUL_RAWMSG,WLAN_CUL_RSSI,WLAN_CUL_TIME<
2016.12.03 22:01:17 1: Error: >000000F00F not defined (Switch code: F0)!
For autocreate please use the on button.< has no TYPE, but following keys: >WLAN_CUL_MSGCNT,WLAN_CUL_RAWMSG,WLAN_CUL_RSSI,WLAN_CUL_TIME<
2016.12.03 22:01:18 1: Error: >000000F00F not defined (Switch code: F0)!
For autocreate please use the on button.< has no TYPE, but following keys: >WLAN_CUL_MSGCNT,WLAN_CUL_RAWMSG,WLAN_CUL_RSSI,WLAN_CUL_TIME<

Angelegt ist bei mir aber kein Device mit dem Namen 000000F00F
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: stefanru am 03 Dezember 2016, 23:57:50
Hi Bjoern,

Die erste Meldung ist nur weil etwas faul ist.
Das { delete $defs{"T: 4.4 H: 74 BAT: ok"} } war auf mich zugeschnitten da ich die Meldung:
Error: >T: 4.4 H: 74 BAT: ok< has no TYPE, but following keys:
hatte.

Du müsstest folglich bei deine Meldung:
For autocreate please use the on button.< has no TYPE, but following keys:
ein { delete $defs{"For autocreate please use the on button."} }
probieren.

Ehrlichgesagt hilft das aber nicht viel. Da diese seltsamen devices wieder und wieder angelegt werden.
Woran es liegt ist leider noch unklar.

Bei dir finde ich interessant dass es gerade dieser autocreate text ist.

Gruß,
Stefan
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: rudolfkoenig am 04 Dezember 2016, 10:45:29
ZitatFor autocreate please use the on button.
Vielleicht hilft uns das weiter.
Diese Meldung kommt aus 10_IT.pm, und wird vom ParseFn zurueckgeliefert, was leider falsch ist.

ParseFn darf nur "UNDEFINED ...", den Namen des betroffenen Geraetes, oder Leerstring ("") zurueckliefern (bzw. Eintraege dieser Form in einer Liste).
Soweit ich sehe, greift weder Dispatch, noch DoTrigger unbedacht mit "Muell-Werten" auf $defs zu, ich habe aber jetzt eine Fehlermeldung eingebaut, die auf das Problem hinweist.
        Log 1, "ERROR: >$found< returned by the $parserMod ParseFn is invalid,".
               " notify the module maintainer";

An die Modulautoren: wenn man weiss, dass man zustaendig ist, aber trotzdem kein Geraet nennen kann, dann ist "" zurueckzuliefern.
Wenn man in diesem Fall von UNDEFINED abweichende Events generieren will, dann bitte DoTrigger("global", ...") benutzern.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: bjoernh am 04 Dezember 2016, 12:11:47
Hallo Rudi,

danke für den Hinweis.
Nachdem ich die return values geändert habe scheint das Problem nicht mehr aufzutreten.
Ich muss dass Modul aber noch ein wenig Testen (habe noch andere Dinge angepasst).
Sobald alles geht, werde ich es einchecken.

Gruß
Björn
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Ralf9 am 04 Dezember 2016, 12:20:20
Zitat von: rudolfkoenig am 04 Dezember 2016, 10:45:29
Vielleicht hilft uns das weiter.
Diese Meldung kommt aus 10_IT.pm, und wird vom ParseFn zurueckgeliefert, was leider falsch ist.

ParseFn darf nur "UNDEFINED ...", den Namen des betroffenen Geraetes, oder Leerstring ("") zurueckliefern (bzw. Eintraege dieser Form in einer Liste).

An die Modulautoren: wenn man weiss, dass man zustaendig ist, aber trotzdem kein Geraet nennen kann, dann ist "" zurueckzuliefern.
Wenn man in diesem Fall von UNDEFINED abweichende Events generieren will, dann bitte DoTrigger("global", ...") benutzern.

Ja, das dürfte weiter helfen.

In der IT_Parse  steht:

  } else {
    Log3 $hash,4,"$ioname IT: Wrong IT message received: $msgcode";
    return "Wrong IT message received: $msgcode";
  }
...
...
        if ($onoffcode eq "F0") { # on code IT
          Log3 $hash,4,"$ioname IT: For autocreate please use the on button.";
          return "$housecode not defined (Switch code: $onoffcode)! \n For autocreate please use the on button.";
        }



In der parse der 41_OREGON.pm passt auch einiges nicht:
          if (!$rec) {
               Log3 $iohash, 4, "OREGON: ERROR: Unknown sensor_id=$sensor_id bits=$bitsMsg message='$msg'.";
               return "OREGON: ERROR: Unknown sensor_id=$sensor_id bits=$bitsMsg.\n";
          }
...

  if ($checksum && !$checksum->(\@rfxcom_data_array, $iohash) ) {
    Log3 $iohash, 4, "OREGON: ERROR: checksum error sensor_id=$sensor_id (bits=$bits)";
    return "OREGON: ERROR: checksum error sensor_id=$sensor_id (bits=$bits)";
  }
...

  if (! defined(&$method)) {
    Log3 $iohash, 4, "OREGON: Error: Unknown function=$method. Please define it in file $0";
    Log3 $iohash, 4, "OREGON: sensor_id=$sensor_id (bits=$bits)\n";
    return "OREGON: Error: Unknown function=$method. Please define it in file $0";
...

  if ("$val" ne "") {
    # remove heading and trailing space chars from $val
    $val =~ s/^\s+|\s+$//g;

    Log3 $iohash, 4, "$name decoded Oregon: $val";
    $def->{STATE} = $val;
    $def->{TIME} = $tm;
    $def->{CHANGED}[$n++] = $val;
  }

  DoTrigger($name, undef);

  return $val;
}



Es dürfte noch einige weitere Module geben wo ParseFn falsche Return Werte zurück gibt.

Gruß Ralf
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Ralf9 am 04 Dezember 2016, 13:29:28
Ich habe das Oregon Modul geändert:
https://github.com/RFD-FHEM/RFFHEM/commit/e27cea4670c97aa4ffdd07b39dca109b2f49ec8d

@stefanru
Bitte teste mal ob der Fehler noch besteht
update all https://raw.githubusercontent.com/RFD-FHEM/RFFHEM/dev-r33/controls_signalduino.txt

Gruß Ralf
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: stefanru am 04 Dezember 2016, 15:19:52
Cool!
Danke Ralf.

Ich werde gleich updaten und testen.
Gebe dann Rückmeldung.

Gruß,
Stefan
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 04 Dezember 2016, 16:26:23
Zitat von: rudolfkoenig am 02 Dezember 2016, 11:37:48

@Spezialtrick:
- wo kommt der Code her, was Martin unbekannt ist
- die Erweiterung von Martin bezog sich auf meine geaenderte CallFn. Hier nochmal mit der Aenderung von Martin, also CallFn in fhem.pl mit Folgenden ersetzen:

Allerdings glaube ich nicht, dass sie was aendert, da meine inzwschen erfolgte fhem.pl Erweiterung die zusaetzlichen Daten auch ausgibt, und die sind leer.

Meine Hypothese: entweder liefert dein Sensor Werte, was der Code von Martin nicht verarbeiten kann, oder du verwendest zusaetzlichen Code zum Parsen, was das Problem verursacht.

Ich habe den Code mal in die fhem.pl gesetzt. Hier ist der Log Auszug ab Neustart:


2016.12.04 16:09:21 0: Server shutdown
2016.12.04 16:09:21 0: Strange call for nonexistent : ShutdownFn
2016.12.04 16:09:24 2: Perfmon: ready to watch out for delays greater than one second
2016.12.04 16:09:25 3: telnetPort: port 7072 opened
2016.12.04 16:09:26 3: WEB: port 8083 opened
2016.12.04 16:09:26 3: WEBphone: port 8084 opened
2016.12.04 16:09:26 3: WEBtablet: port 8085 opened
2016.12.04 16:09:26 2: eventTypes: loaded 1820 events from ./log/eventTypes.txt
2016.12.04 16:09:26 3: Opening nanoCUL868 device /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A4035XBY-if00-port0
2016.12.04 16:09:27 3: Setting nanoCUL868 serial parameters to 38400,8,N,1
2016.12.04 16:09:30 3: nanoCUL868: Possible commands: BCFiAZEGMKUYRTVWXefltx
2016.12.04 16:09:30 3: nanoCUL868 device opened
2016.12.04 16:09:30 2: Switched nanoCUL868 rfmode to MAX
2016.12.04 16:09:30 3: CUL_MAX_Check: Detected firmware version 154 of the CUL-compatible IODev
2016.12.04 16:09:31 3: Opening nanoCUL433 device /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A4035XGY-if00-port0
2016.12.04 16:09:31 3: Setting nanoCUL433 serial parameters to 38400,8,N,1
2016.12.04 16:09:34 3: nanoCUL433: Possible commands: BCFiAGMKUYRTVWXefLltx
2016.12.04 16:09:34 3: nanoCUL433 device opened
2016.12.04 16:09:35 1: PERL WARNING: "my" variable $host masks earlier declaration in same scope at ./FHEM/30_MilightBridge.pm line 72.
2016.12.04 16:09:37 3: additional HM config file loaded: ./FHEM/HMConfig_SenTHPL.pm
2016.12.04 16:09:37 3: Opening nanoCUL868hm device /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A600CZUB-if00-port0
2016.12.04 16:09:37 3: Setting nanoCUL868hm serial parameters to 38400,8,N,1
2016.12.04 16:09:41 3: nanoCUL868hm: Possible commands: BCFiAZEkGMKUYRTVWXefltx
2016.12.04 16:09:41 3: nanoCUL868hm device opened
2016.12.04 16:09:41 2: Switched nanoCUL868hm rfmode to HomeMatic
2016.12.04 16:09:41 3: WifiLight: requested bridge bridge-V3 at 192.168.188.32 already in use by Farbkugel, copy llCmdQueue
2016.12.04 16:09:41 1: HMLAN_Parse: hmusb new condition disconnected
2016.12.04 16:09:41 3: Opening hmusb device 127.0.0.1:1234
2016.12.04 16:09:41 1: HMLAN_Parse: hmusb new condition init
2016.12.04 16:09:41 3: hmusb device opened
2016.12.04 16:09:41 3: Opening SZ.TvAmbilight device 192.168.188.5:19444
2016.12.04 16:09:42 3: Connecting to database mysql:database=fhem;host=localhost;port=3306 with user fhemuser
2016.12.04 16:09:42 3: Connection to db mysql:database=fhem;host=localhost;port=3306 established for pid 8543
2016.12.04 16:09:42 3: Connection to db mysql:database=fhem;host=localhost;port=3306 established
2016.12.04 16:09:42 3: WifiLight: requested bridge bridge-V3 at 192.168.188.32 already in use by SZ.Ledstripe.Schrank, copy llCmdQueue
2016.12.04 16:09:42 3: WifiLight: requested bridge bridge-V3 at 192.168.188.32 already in use by Farbkugel, copy llCmdQueue
2016.12.04 16:09:43 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 2739.
2016.12.04 16:09:43 3: No I/O device found for WZ.Klimasensor
2016.12.04 16:09:43 3: Device BZ.Klimasensor added to ActionDetector with 000:10 time
2016.12.04 16:09:43 3: Device FL.Klimasensor.Aussen added to ActionDetector with 000:10 time
2016.12.04 16:09:43 3: Device FL.Klimasensor.Innen added to ActionDetector with 000:10 time
2016.12.04 16:09:43 3: Device HM_567899 added to ActionDetector with 000:20 time
2016.12.04 16:09:43 3: Device Ku.Klimasensor added to ActionDetector with 000:10 time
2016.12.04 16:09:43 3: Device SZ.Klimasensor added to ActionDetector with 000:10 time
2016.12.04 16:09:43 3: Device UM.Klimasensor added to ActionDetector with 000:10 time
2016.12.04 16:09:44 3: Device WZ.Klimasensor added to ActionDetector with 000:10 time
2016.12.04 16:09:44 3: HarmonyHub: connected
2016.12.04 16:09:44 1: usb create starting
2016.12.04 16:09:44 1: usb create end
2016.12.04 16:09:44 0: Featurelevel: 5.7
2016.12.04 16:09:44 0: Server started with 139 defined entities (fhem.pl:12680/2016-11-28 perl:5.020002 os:linux user:fhem pid:8543)
2016.12.04 16:09:44 1: Perfmon: possible freeze starting at 16:09:25, delay is 19.964
2016.12.04 16:09:45 3: telnetForBlockingFn_1480864185: port 50886 opened
2016.12.04 16:09:45 1: HMLAN_Parse: hmusb new condition ok
2016.12.04 16:09:45 3: SZ.TvAmbilight device opened
2016.12.04 16:09:45 3: CUL_HM set FL.Kamera statusRequest
2016.12.04 16:09:47 1: Perfmon: possible freeze starting at 16:09:46, delay is 1.072
2016.12.04 16:09:47 3: CUL_HM set FL.Kerze statusRequest
2016.12.04 16:09:47 3: CUL_HM set UM.Klimasensor statusRequest
2016.12.04 16:09:47 3: CUL_HM set UM.Klimasensor getConfig
2016.12.04 16:09:47 3: DbRep DBlog_DbRep - connected
2016.12.04 16:09:48 3: CUL_HM set HM_0A0301_Sw_03 statusRequest
2016.12.04 16:09:49 3: HarmonyHub: new config
2016.12.04 16:09:49 3: CUL_HM set HM_0A0301_Sw_04 statusRequest
2016.12.04 16:09:50 3: CUL_HM set FL.Tannenbaum statusRequest
2016.12.04 16:09:52 3: CUL_HM set HM_0A0302_Sw_02 statusRequest
2016.12.04 16:09:53 3: CUL_HM set HM_0A0302_Sw_03 statusRequest
2016.12.04 16:09:54 3: CUL_HM set HM_0A0302_Sw_04 statusRequest
2016.12.04 16:09:55 3: CUL_HM set FL.Klimasensor.Aussen statusRequest
2016.12.04 16:09:55 3: CUL_HM set HM_0B0001 statusRequest
2016.12.04 16:09:56 3: CUL_HM set WZ.Leinwand statusRequest
2016.12.04 16:10:10 1: Perfmon: possible freeze starting at 16:10:00, delay is 10.249
2016.12.04 16:10:10 2: CUL_TCM97001 Unknown device Unknown, please define it
2016.12.04 16:10:10 3: CUL_HM set FL.Klimasensor.Innen statusRequest
2016.12.04 16:10:10 3: CUL_HM set FL.Klimasensor.Innen getConfig
2016.12.04 16:10:20 3: CUL_HM set Ku.Klimasensor statusRequest
2016.12.04 16:10:21 1: PERL WARNING: Use of uninitialized value in hash element at ./FHEM/10_CUL_HM.pm line 2876.
2016.12.04 16:10:21 1: PERL WARNING: Use of uninitialized value in pattern match (m//) at ./FHEM/10_CUL_HM.pm line 2876.
2016.12.04 16:10:21 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Anwesenheit/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Anwesenheit/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Bewegung/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Bewegung/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre DBLog/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 DBLog/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Farbkugel/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Farbkugel/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre HouseMode/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 HouseMode/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Logfile/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Logfile/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre MilightBridge/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 MilightBridge/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Strom_Automatik/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre WEB/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WEB/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre WEBphone/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WEBphone/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre WEBtablet/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WEBtablet/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre WZ.Kallax/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WZ.Kallax/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre WZ.Schalter.DOIF/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WZ.Schalter.DOIF/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 ZE.Batterie/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre eventTypes/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 eventTypes/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre hm/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 hm/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre hmusb/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 hmusb/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre rr_Angie/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 rr_Angie/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre rr_Miro/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs post 2 rr_Miro/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs pre WEB_127.0.0.1_59314/NotifyFn
2016.12.04 16:10:21 1: EMPTY defs pre WZ.Klimasensor/SetFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WZ.Klimasensor/SetFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 WEB_127.0.0.1_59314/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4664.
2016.12.04 16:10:21 1: EMPTY defs pre hmusb/ReadFn
2016.12.04 16:10:21 1: EMPTY defs post 2 hmusb/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:21 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4664.
2016.12.04 16:10:21 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:21 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185/ReadFn
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42317/ReadFn
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42317/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42317/ReadFn
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42317/UndefFn
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42317/UndefFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42317/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185/ReadFn
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42319/ReadFn
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42319/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42319/ReadFn
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42319/UndefFn
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42319/UndefFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42319/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre hmusb/ReadFn
2016.12.04 16:10:21 1: EMPTY defs post 2 hmusb/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre hmusb/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 hmusb/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:22 1: EMPTY defs pre hmusb/ReadFn
2016.12.04 16:10:22 1: EMPTY defs post 2 hmusb/ReadFn:
2016.12.04 16:10:25 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Anwesenheit/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Anwesenheit/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Bewegung/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Bewegung/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre DBLog/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 DBLog/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Farbkugel/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Farbkugel/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre HouseMode/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 HouseMode/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Logfile/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Logfile/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre MilightBridge/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 MilightBridge/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Strom_Automatik/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre WEB/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 WEB/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre WEBphone/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 WEBphone/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre WEBtablet/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 WEBtablet/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre WZ.Kallax/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 WZ.Kallax/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre WZ.Schalter.DOIF/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 WZ.Schalter.DOIF/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 ZE.Batterie/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre eventTypes/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 eventTypes/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre hm/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 hm/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre hmusb/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 hmusb/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre rr_Angie/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 rr_Angie/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre rr_Miro/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs post 2 rr_Miro/NotifyFn:
2016.12.04 16:10:25 1: EMPTY defs pre WEB_127.0.0.1_59314/NotifyFn
2016.12.04 16:10:25 1: EMPTY defs pre HouseMode/SetFn
2016.12.04 16:10:25 1: EMPTY defs post 2 HouseMode/SetFn:
2016.12.04 16:10:25 1: EMPTY defs post 2 WEB_127.0.0.1_59314/NotifyFn:
2016.12.04 16:10:25 1: Error: >< has no TYPE, but following keys: ><
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4664.
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185/ReadFn
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42321/ReadFn
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42321/ReadFn:
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42321/ReadFn
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42321/UndefFn
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42321/UndefFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42321/ReadFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:26 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4664.
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185/ReadFn
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42323/ReadFn
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42323/ReadFn:
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42323/ReadFn
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42323/UndefFn
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42323/UndefFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42323/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 3: CUL_HM set BZ.Klimasensor statusRequest
2016.12.04 16:10:30 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Anwesenheit/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Anwesenheit/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Bewegung/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Bewegung/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre DBLog/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 DBLog/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Farbkugel/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Farbkugel/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre HouseMode/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 HouseMode/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Logfile/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Logfile/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre MilightBridge/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 MilightBridge/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Strom_Automatik/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEB/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WEB/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEBphone/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WEBphone/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEBtablet/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WEBtablet/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WZ.Kallax/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WZ.Kallax/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WZ.Schalter.DOIF/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WZ.Schalter.DOIF/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 ZE.Batterie/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre eventTypes/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 eventTypes/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre hm/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 hm/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre hmusb/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 hmusb/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre rr_Angie/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 rr_Angie/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre rr_Miro/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 rr_Miro/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEB_127.0.0.1_59314/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs pre BZ.Klimasensor/SetFn
2016.12.04 16:10:30 1: EMPTY defs post 2 BZ.Klimasensor/SetFn:
2016.12.04 16:10:30 1: EMPTY defs post 2 WEB_127.0.0.1_59314/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre hmusb/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 hmusb/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre SZ.TvAmbilight/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 SZ.TvAmbilight/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre SZ.TvAmbilight/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 SZ.TvAmbilight/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Anwesenheit/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Anwesenheit/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Bewegung/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Bewegung/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre DBLog/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 DBLog/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Farbkugel/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Farbkugel/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre HouseMode/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 HouseMode/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Logfile/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Logfile/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre MilightBridge/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 MilightBridge/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Strom_Automatik/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEB/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WEB/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEBphone/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WEBphone/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEBtablet/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WEBtablet/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WZ.Kallax/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WZ.Kallax/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WZ.Schalter.DOIF/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 WZ.Schalter.DOIF/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 ZE.Batterie/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre eventTypes/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 eventTypes/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre hm/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 hm/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre hmusb/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 hmusb/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre rr_Angie/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 rr_Angie/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre rr_Miro/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs post 2 rr_Miro/NotifyFn:
2016.12.04 16:10:30 1: EMPTY defs pre WEB_127.0.0.1_59314/NotifyFn
2016.12.04 16:10:30 1: EMPTY defs pre HouseMode/SetFn
2016.12.04 16:10:30 1: EMPTY defs post 2 HouseMode/SetFn:
2016.12.04 16:10:30 1: EMPTY defs post 2 WEB_127.0.0.1_59314/NotifyFn:
2016.12.04 16:10:30 1: Error: >< has no TYPE, but following keys: ><
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:30 1: EMPTY defs pre nanoCUL868hm/ReadFn
2016.12.04 16:10:30 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre hmusb/ReadFn
2016.12.04 16:10:31 1: EMPTY defs post 2 hmusb/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4664.
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42325/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42325/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42325/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42325/UndefFn
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42325/UndefFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42325/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4664.
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42326/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42326/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42326/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42326/UndefFn
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42326/UndefFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42326/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4664.
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42328/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEB/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEB/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBphone/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBphone/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_WEBtablet/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_WEBtablet/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:31 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42328/ReadFn:
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42328/ReadFn
2016.12.04 16:10:31 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42328/UndefFn
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42328/UndefFn:
2016.12.04 16:10:31 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42328/ReadFn:
2016.12.04 16:10:33 1: EMPTY defs pre nanoCUL433/ReadFn
2016.12.04 16:10:33 1: EMPTY defs post 2 nanoCUL433/ReadFn:
2016.12.04 16:10:33 1: EMPTY defs pre nanoCUL433/ReadFn
2016.12.04 16:10:33 2: CUL_TCM97001 Unknown device Unknown, please define it
2016.12.04 16:10:33 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Anwesenheit/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Anwesenheit/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Bewegung/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Bewegung/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre DBLog/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 DBLog/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre DBlog_DbRep/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 DBlog_DbRep/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Farbkugel/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Farbkugel/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre HarmonyHub/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 HarmonyHub/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre HouseMode/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 HouseMode/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Logfile/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Logfile/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre MilightBridge/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 MilightBridge/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre PRESENCE_rr_Angie/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 PRESENCE_rr_Angie/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre PRESENCE_rr_Miro/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 PRESENCE_rr_Miro/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre SZ.Ledstripe.Schrank/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 SZ.Ledstripe.Schrank/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre SZ.TvAmbilight/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 SZ.TvAmbilight/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Strom_Automatik/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Strom_Automatik/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Subwoofer_Automatik/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Subwoofer_Automatik/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre WEB/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 WEB/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre WEBphone/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 WEBphone/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre WEBtablet/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 WEBtablet/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre WZ.Kallax/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 WZ.Kallax/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre WZ.Leinwand.Steuerung.Automatik/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 WZ.Leinwand.Steuerung.Automatik/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre WZ.Schalter.DOIF/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 WZ.Schalter.DOIF/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Aussen/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 Weihnachtsbeleuchtung.Helligkeitsautomatik.Innen/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre ZE.Batterie/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 ZE.Batterie/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre autocreate/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 autocreate/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre eventTypes/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 eventTypes/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre harmony_22736028/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 harmony_22736028/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre harmony_22736795/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 harmony_22736795/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre harmony_22736817/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 harmony_22736817/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre harmony_22736857/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 harmony_22736857/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre harmony_22736891/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 harmony_22736891/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre harmony_22736934/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 harmony_22736934/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre harmony_22837914/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 harmony_22837914/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre hm/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 hm/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre hmusb/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 hmusb/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre initialUsbCheck/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 initialUsbCheck/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre rr_Angie/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 rr_Angie/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre rr_Miro/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 rr_Miro/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs pre WEB_127.0.0.1_59314/NotifyFn
2016.12.04 16:10:33 1: EMPTY defs post 2 WEB_127.0.0.1_59314/NotifyFn:
2016.12.04 16:10:33 1: EMPTY defs post 2 nanoCUL433/ReadFn:
2016.12.04 16:10:34 1: EMPTY defs pre WEB_192.168.188.30_59897/ReadFn
2016.12.04 16:10:34 1: EMPTY defs post 2 WEB_192.168.188.30_59897/ReadFn:
2016.12.04 16:10:34 1: EMPTY defs pre WEB_192.168.188.30_59907/ReadFn
2016.12.04 16:10:34 1: EMPTY defs pre WEB_192.168.188.30_59907/UndefFn
2016.12.04 16:10:34 1: EMPTY defs post 2 WEB_192.168.188.30_59907/UndefFn:
2016.12.04 16:10:34 1: EMPTY defs post 2 WEB_192.168.188.30_59907/ReadFn:
2016.12.04 16:10:35 1: EMPTY defs pre dewpointToAllDeviceReadings/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 dewpointToAllDeviceReadings/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre AirPlay_Automation/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 AirPlay_Automation/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre Anwesenheit/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 Anwesenheit/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre Bewegung/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 Bewegung/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre DBLog/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 DBLog/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre Drucker.AUTO/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 Drucker.AUTO/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre Drucker.AirPrint.AUTO/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 Drucker.AirPrint.AUTO/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre FHEM.Homebridge.DOIF/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 FHEM.Homebridge.DOIF/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre Farbkugel/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 Farbkugel/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre HouseMode/NotifyFn
2016.12.04 16:10:35 1: EMPTY defs post 2 HouseMode/NotifyFn:
2016.12.04 16:10:35 1: EMPTY defs pre Logfile/NotifyFn
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 04 Dezember 2016, 16:48:47
Hier ein Auszug von aufeinander folgenden "POSTs" ohne "PRE":

2016.12.04 16:10:21 1: EMPTY defs pre WZ.Klimasensor/SetFn
2016.12.04 16:10:21 1: EMPTY defs post 2 WZ.Klimasensor/SetFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 WEB_127.0.0.1_59314/NotifyFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 nanoCUL868hm/ReadFn:


2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:


2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42317/ReadFn:


2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42317/UndefFn
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42317/UndefFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42317/ReadFn:


2016.12.04 16:10:21 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:21 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42319/ReadFn:
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42319/ReadFn
2016.12.04 16:10:21 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42319/UndefFn
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42319/UndefFn:
2016.12.04 16:10:21 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42319/ReadFn:


2016.12.04 16:10:25 1: EMPTY defs pre HouseMode/SetFn
2016.12.04 16:10:25 1: EMPTY defs post 2 HouseMode/SetFn:
2016.12.04 16:10:25 1: EMPTY defs post 2 WEB_127.0.0.1_59314/NotifyFn:
2016.12.04 16:10:25 1: Error: >< has no TYPE, but following keys: ><


2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthenticateFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthenticateFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185/ReadFn:


2016.12.04 16:10:26 1: EMPTY defs pre allowed_telnetPort/AuthorizeFn
2016.12.04 16:10:26 1: EMPTY defs post 2 allowed_telnetPort/AuthorizeFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42321/ReadFn:
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42321/ReadFn
2016.12.04 16:10:26 1: EMPTY defs pre telnetForBlockingFn_1480864185_127.0.0.1_42321/UndefFn
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42321/UndefFn:
2016.12.04 16:10:26 1: EMPTY defs post 2 telnetForBlockingFn_1480864185_127.0.0.1_42321/ReadFn:


Vllt hilft das ja weiter.

Zitat von: Ralf9 am 04 Dezember 2016, 13:29:28
Ich habe das Oregon Modul geändert:
https://github.com/RFD-FHEM/RFFHEM/commit/e27cea4670c97aa4ffdd07b39dca109b2f49ec8d

Bei mir hat dieses Update leider nichts bewirkt.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: stefanru am 04 Dezember 2016, 20:14:07
Hallo Ralf,

der fix im Oregon Modul hat geholfen.
Keine Fehlermeldungen mehr von meinen Oregon devices!

Vielen herzlichen Dank!
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Ralf9 am 04 Dezember 2016, 20:35:48
Zitat von: stefanru am 04 Dezember 2016, 20:14:07
der fix im Oregon Modul hat geholfen.
Keine Fehlermeldungen mehr von meinen Oregon devices!

Es ist seltsam warum diese Fehler jetzt erst auffallen, diese Fehler sind schon seit einigen Jahren im Oregon Modul.

@Spezialtrick
Dieser Patch hilft nur in den Fällen wo ein Oregon Sensor die Ursache ist.

Diese Fälle wo ParseFn falsche Return Werte zurückgibt dürfte es auch noch in anderen Modulen geben.

Gruß Ralf
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: bjoernh am 04 Dezember 2016, 21:04:15
Das würde mich auch mal interessieren.  Im IT Modul sind die Fehler auch schon ewig drinnen.
Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Spezialtrick am 04 Dezember 2016, 21:08:34
Zitat von: Ralf9 am 04 Dezember 2016, 20:35:48
@Spezialtrick
Dieser Patch hilft nur in den Fällen wo ein Oregon Sensor die Ursache ist.

Mein Fehler wurde im Parallelthema von Martin gelöst. :)

https://forum.fhem.de/index.php/topic,59456.30.html (https://forum.fhem.de/index.php/topic,59456.30.html)

Es lag an einen nicht gesetztem IODev in einem Universalsensor.

Titel: Antw:PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.
Beitrag von: Sidey am 05 Dezember 2016, 22:56:31
Zitat von: rudolfkoenig am 04 Dezember 2016, 10:45:29
An die Modulautoren: wenn man weiss, dass man zustaendig ist, aber trotzdem kein Geraet nennen kann, dann ist "" zurueckzuliefern.
Wenn man in diesem Fall von UNDEFINED abweichende Events generieren will, dann bitte DoTrigger("global", ...") benutzern.

Hallo Rudi,

Danke. Das war mir nicht klar und ich habe es auch benutzt um "Informationen" zum Anwender zu transportieren und die Ausgabe "Unknown code..." zu unterdrücken.
Ich werde es anpassen und kurzfristig die Module aktualisieren.