PERL WARNING: Use of uninitialized value in string eq at fhem.pl line 4584.

Begonnen von Spezialtrick, 25 September 2016, 12:31:21

Vorheriges Thema - Nächstes Thema

betateilchen

#15
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

-----------------------
Formuliere die Aufgabe möglichst einfach und
setze die Lösung richtig um - dann wird es auch funktionieren.
-----------------------
Lesen gefährdet die Unwissenheit!

Spezialtrick

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.
FHEM - Debmatic - Zigbee2MQTT - Homekit

betateilchen

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.
-----------------------
Formuliere die Aufgabe möglichst einfach und
setze die Lösung richtig um - dann wird es auch funktionieren.
-----------------------
Lesen gefährdet die Unwissenheit!

Spezialtrick

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?

FHEM - Debmatic - Zigbee2MQTT - Homekit

betateilchen

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 :)
-----------------------
Formuliere die Aufgabe möglichst einfach und
setze die Lösung richtig um - dann wird es auch funktionieren.
-----------------------
Lesen gefährdet die Unwissenheit!

Spezialtrick

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. :)
FHEM - Debmatic - Zigbee2MQTT - Homekit

Gerold

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.

ThiemoSt

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.
FHEM, Ubuntu unter Proxmox (NUCi7)
FHT80B; CUL_FHTTK; HMUARTLGW; HUE; Netatmo; ENIGMA2; FRITZBOX; S7 und viele weitere.

betateilchen

Deine Meldungen sind aber völlig anders und haben auch eine andere Ursache.
Wir sollten das hier bitte nicht durcheinandermischen.
-----------------------
Formuliere die Aufgabe möglichst einfach und
setze die Lösung richtig um - dann wird es auch funktionieren.
-----------------------
Lesen gefährdet die Unwissenheit!

ThiemoSt

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.
FHEM, Ubuntu unter Proxmox (NUCi7)
FHT80B; CUL_FHTTK; HMUARTLGW; HUE; Netatmo; ENIGMA2; FRITZBOX; S7 und viele weitere.

rudolfkoenig

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.


Spezialtrick

#26
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.

FHEM - Debmatic - Zigbee2MQTT - Homekit

rudolfkoenig

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

Spezialtrick

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!
FHEM - Debmatic - Zigbee2MQTT - Homekit

rudolfkoenig

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