Neues Modul für Abfallkalender ABFALL

Begonnen von uniqueck, 27 Januar 2016, 01:02:41

Vorheriges Thema - Nächstes Thema

uniqueck

Zitat von: Hauswart am 02 April 2016, 13:06:14
Okay deine ics Datei ist also lokal gespeichert und nicht abonniert.
Das Abfall Modul unterstützt auch mehrere Kalender.  Also du kannst einfach den Britta in einem separaten Kalender eintragen und diesen auch den Abfall Modul übergeben.

So kannst du deinen Abfall Kalender vom städtischen Entsorger unberührt lassen.

Gruß Constantin

Gesendet von meinem GT-N7100 mit Tapatalk


Devender

Auf die Idee einen weiteren Kalender für den Brittafilter anzulegen bin ich gar nicht gekommen :-)
Danke!  ;D

Ich habe die ics Datei lokale auf dem PI im /www/ Verzeichnis liegen. Der Versorger bzw. die Stadt ändert den Kalender ja nicht mehr im Laufe des Jahres.
FHEM 5.8 auf RasPi mit Jessy - CUL868, JeeLink Lacrosse
Komponenten: HM, IT, ELV, FB7390, FritzPL543,Sonos Play3
Mehrere Wandtablets sowie einen Smart Mirror
https://wiki.fhem.de/wiki/Anwesenheitserkennung#PRESENCE-Modul

perseusarm

Hallo,
erstmal muss ich ein großes Lob loswerden - Super Job der hier gemacht wurde - hat auf Anhieb zu 100 % funktioniert.
Was ich aber nicht hinbekommen habe ist, dass mithilfe des next- oder now-readings das Icon in FTUI blinkt.

Das funktioniert perfekt:
    <div class="cell">
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A"
data-device="Abfall" data-get='Abfallkalender_LKGRestabfall2-woechentlich_tage' data-off-color="grey"
data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]'
data-on-colors='["gray","gray","gray"]' class="bigger"></div>
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A" data-device="Abfall" data-get='Abfallkalender_LKGAltpapier_tage' data-off-color="#4747D1" data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]' data-on-colors='["#4747D1","#4747D1","#4747D1"]' class="bigger"></div>
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A" data-device="Abfall" data-get='Abfallkalender_LKGGelberSack_tage' data-off-color="#E6E600" data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]' data-on-colors='["#E6E600","#E6E600","#E6E600"]' class="bigger"></div>
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A" data-device="Abfall" data-get='Abfallkalender_LKGBioabfall_tage' data-off-color="#06C432" data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]' data-on-colors='["#06C432","#06C432","#06C432"]' class="bigger"></div>
    </div>


Wie bekomme ich es aber hin, dass das Icon blinkt wenn next_tage="1" ist, denn nur das hab ich auf meiner "Start-/Übersichtsseite" im FTUI, die anderen o.g. vier Icons auf einer Sub-Page.
<div data-device="Abfall"
                data-type="symbol"
                class="warn"
                data-get="next"
                data-get-warn=".*(\d+).*"
                data-get-on='["Abfallkalender_LKGBioabfall_.*","Abfallkalender_LKGAltpapier_.*","Abfallkalender_LKGRestabfall2.*","Abfallkalender_LKGGelberSack.*"]'
                data-on-colors='["green","blue","grey","yellow"]'
                data-icons='["fa-trash warn","fa-trash warn","fa-trash warn","fa-trash warn"]'>
                </div>


Wäre toll wenn mir jemand einen Tipp geben könnte.
Danke
FHEM auf NUC, CUL866, HM-.*, Raspimatc, ...

RomanticBoy83

Hier habe ich dir mal meine Definition geschrieben:
<div data-type="symbol" class="bigplus"
            data-device="muell"
            data-get="cal_abfall_BSR_tage"
            data-get-on='["^0$","^1$",".*"]'
              data-on-colors=["#000000","#000000","#000000"]
              data-icons='["fa-trash fa-spin","fa-trash warn fa-spin","fa-trash-o warn"]'>
         </div>
Deine regExp in data-get-on greifen nicht, da in next nur Ziffern zu finden sind!

Hauswart

Zitat von: Devender am 03 April 2016, 21:46:05
Auf die Idee einen weiteren Kalender für den Brittafilter anzulegen bin ich gar nicht gekommen :-)
Danke!  ;D

Ich habe die ics Datei lokale auf dem PI im /www/ Verzeichnis liegen. Der Versorger bzw. die Stadt ändert den Kalender ja nicht mehr im Laufe des Jahres.

Bei uns ändert sich der leider ab und zu :)


@uniqueck danke für den Hinweis!
1. Installation:
KNX, Tasmota (KNX), Sonos, Unifi

2. Installation:
HM-CFG-USB, Unifi (, SIGNALduino 868, MySensors, SIGNALduino 433)

uniqueck

Zitat von: perseusarm am 04 April 2016, 01:34:21
Hallo,
erstmal muss ich ein großes Lob loswerden - Super Job der hier gemacht wurde - hat auf Anhieb zu 100 % funktioniert.
Was ich aber nicht hinbekommen habe ist, dass mithilfe des next- oder now-readings das Icon in FTUI blinkt.

Das funktioniert perfekt:
    <div class="cell">
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A"
data-device="Abfall" data-get='Abfallkalender_LKGRestabfall2-woechentlich_tage' data-off-color="grey"
data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]'
data-on-colors='["gray","gray","gray"]' class="bigger"></div>
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A" data-device="Abfall" data-get='Abfallkalender_LKGAltpapier_tage' data-off-color="#4747D1" data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]' data-on-colors='["#4747D1","#4747D1","#4747D1"]' class="bigger"></div>
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A" data-device="Abfall" data-get='Abfallkalender_LKGGelberSack_tage' data-off-color="#E6E600" data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]' data-on-colors='["#E6E600","#E6E600","#E6E600"]' class="bigger"></div>
<div data-type="symbol" data-background-icon="fa-circle-thin " data-off-background-color="#7A7A7A" data-on-background-color="#7A7A7A" data-device="Abfall" data-get='Abfallkalender_LKGBioabfall_tage' data-off-color="#06C432" data-get-on='["off","^[01]$","^[1-9][0-9]|[2-9]$"]' data-icons='["fa-trash warn","fa-trash warn blink","fa-trash warn"]' data-on-colors='["#06C432","#06C432","#06C432"]' class="bigger"></div>
    </div>


Wie bekomme ich es aber hin, dass das Icon blinkt wenn next_tage="1" ist, denn nur das hab ich auf meiner "Start-/Übersichtsseite" im FTUI, die anderen o.g. vier Icons auf einer Sub-Page.
<div data-device="Abfall"
                data-type="symbol"
                class="warn"
                data-get="next"
                data-get-warn=".*(\d+).*"
                data-get-on='["Abfallkalender_LKGBioabfall_.*","Abfallkalender_LKGAltpapier_.*","Abfallkalender_LKGRestabfall2.*","Abfallkalender_LKGGelberSack.*"]'
                data-on-colors='["green","blue","grey","yellow"]'
                data-icons='["fa-trash warn","fa-trash warn","fa-trash warn","fa-trash warn"]'>
                </div>


Wäre toll wenn mir jemand einen Tipp geben könnte.
Danke
Es sollte eigentlich reichen im Array data-get-on noch jeweils je Abfalltermin ein Eintrag in der Form Abfallterminname_1 und hierfür dann jeweila bei den anderen Arrays jeweils einen Eintrag ergänzen.

Ich denke es wird Zeit das ich noch ne Wiki Seite anlege ind dort genau solche Beispiele mit aufnehme bzw. auch jeder gerne ergänzen darf.

Ich schaue mal das ich heute abend dazu komme.

Nich ein weiterer Tip das Attribute calendername Praefix auf 0 gesetzt, dann wird in den Readings der Calender Name entfernt, dann sind die TAblet UI Definitionen ggf. etwas übersichtlicher. Das Praefix macht nur Sinn bei mehreren Calendern mit ggf. selben Terminnamen.

Gruß Constantin

P.S.: attribute kann auch bisschen anders heißen, ist aber glaube ich recht selbsterklärend mit Hilfe der Modul Doku oder der ersten Seite hier im Thread.

Gesendet von meinem GT-N7100 mit Tapatalk


perseusarm

Hallo,

in meinem next-reading steht heute z.B. "LKGRestabfall2-woechentlich_6" wobei offensichtlich die letzte Ziffer dem reading "next_tage" entspricht.
Somit funktioniert das erweitern der Arrays wie von Constantin beschrieben perfekt, allerding muss man drauf achten dass die "Abfallterminname_1" nach vorne ins Array kommen, sonst kommen die nie zum Tragen weil "Abfallterminname_.*" ja schon vorher zuschlägt (und das natürlich auch bei "Abfallterminname_1"). Setzt man aber die "Abfallterminname_1" nach vorne werden die ggfs. vorher gefunden und alles it gut.  ;)


So klappts bei mir  :) :) :) :


<header>Abfall next</header>
    <div class="cell">
<div data-device="Abfall"
                data-type="symbol"
                data-get="next"
                data-get-warn=".*(\d+).*"
data-get-on='["LKGBioabfall_1","LKGAltpapier_1","LKGRestabfall2-woechentlich_1","LKGGelberSack_1","LKGBioabfall_.*","LKGAltpapier_.*","LKGRestabfall2.*","LKGGelberSack.*"]'
data-on-colors='["green","blue","grey","yellow","green","blue","grey","yellow"]'
data-icons='["fa-trash warn blink","fa-trash warn blink","fa-trash warn blink","fa-trash warn blink","fa-trash warn","fa-trash warn","fa-trash warn","fa-trash warn"]'>
</div>
                <div data-type="label"
                data-device="Abfall"
                data-get="next_text"
                class="cell small"></div>
            </div>
        </div>
</li>


Wie Du siehst habe ich auch calendername Praefix auf 0 gesetzt, könnte aber sein dass demnächst ein zweiter Kalender dazukommmt. Dann muss ich wieder zurückrudern.

Auf jeden Fall vielen Dank für die schnelle Hilfe.
FHEM auf NUC, CUL866, HM-.*, Raspimatc, ...

uniqueck

Zitat von: perseusarm am 05 April 2016, 01:07:43
Hallo,

in meinem next-reading steht heute z.B. "LKGRestabfall2-woechentlich_6" wobei offensichtlich die letzte Ziffer dem reading "next_tage" entspricht.
Somit funktioniert das erweitern der Arrays wie von Constantin beschrieben perfekt, allerding muss man drauf achten dass die "Abfallterminname_1" nach vorne ins Array kommen, sonst kommen die nie zum Tragen weil "Abfallterminname_.*" ja schon vorher zuschlägt (und das natürlich auch bei "Abfallterminname_1"). Setzt man aber die "Abfallterminname_1" nach vorne werden die ggfs. vorher gefunden und alles it gut.  ;)


So klappts bei mir  :) :) :) :


<header>Abfall next</header>
    <div class="cell">
<div data-device="Abfall"
                data-type="symbol"
                data-get="next"
                data-get-warn=".*(\d+).*"
data-get-on='["LKGBioabfall_1","LKGAltpapier_1","LKGRestabfall2-woechentlich_1","LKGGelberSack_1","LKGBioabfall_.*","LKGAltpapier_.*","LKGRestabfall2.*","LKGGelberSack.*"]'
data-on-colors='["green","blue","grey","yellow","green","blue","grey","yellow"]'
data-icons='["fa-trash warn blink","fa-trash warn blink","fa-trash warn blink","fa-trash warn blink","fa-trash warn","fa-trash warn","fa-trash warn","fa-trash warn"]'>
</div>
                <div data-type="label"
                data-device="Abfall"
                data-get="next_text"
                class="cell small"></div>
            </div>
        </div>
</li>


Wie Du siehst habe ich auch calendername Praefix auf 0 gesetzt, könnte aber sein dass demnächst ein zweiter Kalender dazukommmt. Dann muss ich wieder zurückrudern.

Auf jeden Fall vielen Dank für die schnelle Hilfe.
Musst du nur wenn es gleich Termine in beiden Kalendern gibt. Freut mich das mein skizzierter Vorschlag geholfen hat. Heute habe ich es mit der Wiki Seite nicht geschafft, aber morgen vielleicht  8)

Gute Nacht.

Constantin

Gesendet von meinem GT-N7100 mit Tapatalk


Esjay

Nabend zusammen,

Erstmal danke für das Modul, klappt echt super!

Ich hätte da allerdings mal ne Frage!
Sobald ich ein Datum einlese, welches über 99 Tage in der Zukunft liegt, dreht sich mein Eimer, und in der Anzeige der Tage steht nur ein !

Ich hab es folgendemaßen eingebunden
<div data-device="myAbfall"
     data-type="symbol"
     data-get="GelberSackundSperrmuell_tage"
     data-states='["1","([2-9]{1}|[0-9]{2})"]'
     data-colors='["#FF0000 ","#FF0000 "]'
     data-icons='["fa-trash-o warn fa-spin","fa-trash-o warn"]'
     class="big inline">
</div>


Kann mir jemand mit mehr Ahnung als ich sie habe erklären, warum das so ist?

Grüße

uniqueck

Zitat von: Esjaycc am 07 April 2016, 22:52:05
Nabend zusammen,

Erstmal danke für das Modul, klappt echt super!

Ich hätte da allerdings mal ne Frage!
Sobald ich ein Datum einlese, welches über 99 Tage in der Zukunft liegt, dreht sich mein Eimer, und in der Anzeige der Tage steht nur ein !

Ich hab es folgendemaßen eingebunden
<div data-device="myAbfall"
     data-type="symbol"
     data-get="GelberSackundSperrmuell_tage"
     data-states='["1","([2-9]{1}|[0-9]{2})"]'
     data-colors='["#FF0000 ","#FF0000 "]'
     data-icons='["fa-trash-o warn fa-spin","fa-trash-o warn"]'
     class="big inline">
</div>


Kann mir jemand mit mehr Ahnung als ich sie habe erklären, warum das so ist?

Grüße

Dein regex lässt nur Werte bis 99 zu, daher wahrscheinlich das Phänomen. Mindestens 2 Zahlen willst du wahrscheinlich sagen und nicht genau zwei. Also ohne es jetzt genau geprüft zu haben, da ich an der Haktestelle auf meine Bahn warte, müsste es heißen {2,}.

Gruß Constantin

HoTi

Wann geht den dein Modul ins reguläre update??
Viele Grüße aus  Oberbayern
Tim (RettungsTim)

uniqueck

Zitat von: RettungsTim am 08 April 2016, 08:08:10
Wann geht den dein Modul ins reguläre update??
Ich sehe immer noch keinen Grund dafür. Über das simple eintippen von update add meine url zum control file, klinke ich mich doch mit in den normalen update prozess.


Gruß Constantin

Gesendet von meinem GT-N7100 mit Tapatalk


Tommy82

Hi, nach jedem Neustart hab ich diese Fehlermeldung im Log:
2016.04.09 15:16:43.367 3: ABFALL_UPDATE
2016.04.09 15:16:43.407 3: set PapierIn  : no set value specified
2016.04.09 15:16:43.409 3: set BiomuellIn  : no set value specified
2016.04.09 15:16:43.411 3: set GelbeTonneIn  : no set value specified
2016.04.09 15:16:43.412 3: set RestmuellIn  : no set value specified
2016.04.09 15:16:43.413 3: Muellkalender_in_Dummy_kopieren return value: no set value specified


Hab jetzt mal verbose 5 und stacktrace aktiviert, dann kommt:
2016.04.09 15:36:14.173 5: ABFALL_Notify(myAbfall) - Device: VU_Ultimo
2016.04.09 15:36:14.399 3: ABFALL_UPDATE
2016.04.09 15:36:14.411 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - weekDayMapping (Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag)
2016.04.09 15:36:14.434 3: set PapierIn  : no set value specified
2016.04.09 15:36:14.436 3: set BiomuellIn  : no set value specified
2016.04.09 15:36:14.437 3: set GelbeTonneIn  : no set value specified
2016.04.09 15:36:14.438 3: set RestmuellIn  : no set value specified
2016.04.09 15:36:14.439 3: Muellkalender_in_Dummy_kopieren return value: no set value specified
2016.04.09 15:36:14.453 5: ABFALL_Notify(myAbfall) - Device: myAbfall
2016.04.09 15:36:14.469 3: CUL_HM set Flur_EG statusRequest
2016.04.09 15:36:14.493 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:14.875 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:15.472 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:15.473 3: ABFALL myAbfall - CALENDAR:AbfallA triggered, updating ABFALL myAbfall ...
2016.04.09 15:36:15.473 3: ABFALL_UPDATE
2016.04.09 15:36:15.480 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - weekDayMapping (Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag)
2016.04.09 15:36:15.481 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 00:00 Grünabfall
2016.04.09 15:36:15.483 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 - Mittwoch -   Grünabfall - 4 Tage
2016.04.09 15:36:15.484 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 00:00 Bioabfall
2016.04.09 15:36:15.485 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.486 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 20.04.16 00:00 Restabfall
2016.04.09 15:36:15.487 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 20.04.16 - Mittwoch -   Restabfall - 11 Tage
2016.04.09 15:36:15.487 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 00:00 Gelber Sack
2016.04.09 15:36:15.488 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 - Mittwoch -   Gelber Sack - 18 Tage
2016.04.09 15:36:15.489 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 00:00 Bioabfall
2016.04.09 15:36:15.490 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 - Mittwoch -   Bioabfall - 18 Tage
2016.04.09 15:36:15.490 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.490 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 04.05.16 00:00 Altpapier
2016.04.09 15:36:15.491 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 04.05.16 - Mittwoch -   Altpapier - 25 Tage
2016.04.09 15:36:15.492 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 07.05.16 00:00 Problemabfall
2016.04.09 15:36:15.493 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 07.05.16 - Samstag -   Problemabfall - 28 Tage
2016.04.09 15:36:15.493 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 11.05.16 00:00 Bioabfall
2016.04.09 15:36:15.494 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 11.05.16 - Mittwoch -   Bioabfall - 32 Tage
2016.04.09 15:36:15.495 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.495 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 19.05.16 00:00 Restabfall
2016.04.09 15:36:15.496 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 19.05.16 - Donnerstag -   Restabfall - 40 Tage
2016.04.09 15:36:15.497 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 20.04.16 - Mittwoch -   Restabfall - 11 Tage
2016.04.09 15:36:15.497 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 00:00 Bioabfall
2016.04.09 15:36:15.498 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 - Mittwoch -   Bioabfall - 46 Tage
2016.04.09 15:36:15.498 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.499 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 00:00 Gelber Sack
2016.04.09 15:36:15.499 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 - Mittwoch -   Gelber Sack - 46 Tage
2016.04.09 15:36:15.500 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 27.04.16 - Mittwoch -   Gelber Sack - 18 Tage
2016.04.09 15:36:15.500 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 01.06.16 00:00 Altpapier
2016.04.09 15:36:15.501 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 01.06.16 - Mittwoch -   Altpapier - 53 Tage
2016.04.09 15:36:15.502 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 04.05.16 - Mittwoch -   Altpapier - 25 Tage
2016.04.09 15:36:15.502 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 06.06.16 00:00 Sperrmüll
2016.04.09 15:36:15.503 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 06.06.16 - Montag -   Sperrmüll - 58 Tage
2016.04.09 15:36:15.503 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 08.06.16 00:00 Bioabfall
2016.04.09 15:36:15.504 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 08.06.16 - Mittwoch -   Bioabfall - 60 Tage
2016.04.09 15:36:15.505 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.506 5: ABFALL_GetUpdate (myAbfall) - 1460498400 - AbfallA_Gruenabfall
2016.04.09 15:36:15.506 5: ABFALL_GetUpdate (myAbfall) - 1460498400 - AbfallA_Bioabfall
2016.04.09 15:36:15.507 5: ABFALL_GetUpdate (myAbfall) - 1461103200 - AbfallA_Restabfall
2016.04.09 15:36:15.507 5: ABFALL_GetUpdate (myAbfall) - 1461708000 - AbfallA_GelberSack
2016.04.09 15:36:15.507 5: ABFALL_GetUpdate (myAbfall) - 1462312800 - AbfallA_Altpapier
2016.04.09 15:36:15.508 5: ABFALL_GetUpdate (myAbfall) - 1462572000 - AbfallA_Problemabfall
2016.04.09 15:36:15.508 5: ABFALL_GetUpdate (myAbfall) - 1465164000 - AbfallA_Sperrmuell
2016.04.09 15:36:15.508 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Gruenabfall
2016.04.09 15:36:15.509 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Bioabfall
2016.04.09 15:36:15.510 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Restabfall
2016.04.09 15:36:15.510 5: ABFALL_GetUpdate (myAbfall) - AbfallA_GelberSack
2016.04.09 15:36:15.511 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Altpapier
2016.04.09 15:36:15.512 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Problemabfall
2016.04.09 15:36:15.512 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Sperrmuell
2016.04.09 15:36:15.543 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.563 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.583 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.603 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.627 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.646 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.665 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.684 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.706 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.725 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.744 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.763 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.786 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.804 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.823 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.842 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.864 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.883 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.903 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.922 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.944 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.964 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.983 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.003 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.025 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.044 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.063 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.082 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.104 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.122 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.141 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.160 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.182 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.201 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.220 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.239 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.262 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.281 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.299 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.318 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.341 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.359 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.378 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.397 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.419 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.438 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.457 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.476 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.498 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.517 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.536 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.555 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.577 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.596 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.615 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.635 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.657 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.675 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.694 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.713 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.736 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.754 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.773 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.792 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.814 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.834 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.852 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.871 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.893 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.912 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.931 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.950 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.972 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.991 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.009 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.028 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.051 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.070 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.089 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.108 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.130 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.149 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.168 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.186 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.208 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.227 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.246 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.265 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.288 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.307 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.326 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.344 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.367 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.385 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.404 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.428 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.450 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.470 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.489 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.507 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.530 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.548 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.567 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.586 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.609 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.627 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.647 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.666 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.688 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.707 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.726 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.745 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.767 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.786 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.804 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.823 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.845 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.864 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.882 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.901 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.924 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.943 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.962 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.980 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.003 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:18.022 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:18.040 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:18.059 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.081 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:18.100 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:18.118 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:18.137 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.160 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:18.178 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:18.197 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:18.216 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.270 5: ABFALL_Notify(myAbfall) - Device: myAbfall
2016.04.09 15:36:18.400 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:18.421 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:18.443 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:18.468 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:18.492 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:18.509 1: HMLAN_Parse: HmLanAdapter new condition ok
2016.04.09 15:36:18.524 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:18.682 5: ABFALL_Notify(myAbfall) - Device: vccu
2016.04.09 15:36:18.706 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:21.841 3: CUL_HM set Funkschalter_Keller_Licht statusRequest
2016.04.09 15:36:21.880 5: ABFALL_Notify(myAbfall) - Device: Flur_EG
2016.04.09 15:36:22.157 5: ABFALL_Notify(myAbfall) - Device: CUL_HM_HM_CC_RT_DN_2237FB_Weather
2016.04.09 15:36:22.187 5: ABFALL_Notify(myAbfall) - Device: Gaeste_WC
2016.04.09 15:36:22.233 5: ABFALL_Notify(myAbfall) - Device: Gaeste_WC_Clima
2016.04.09 15:36:22.287 5: ABFALL_Notify(myAbfall) - Device: CUL_HM_HM_CC_RT_DN_2236F8_Weather
2016.04.09 15:36:22.313 5: ABFALL_Notify(myAbfall) - Device: Kueche
2016.04.09 15:36:22.355 5: ABFALL_Notify(myAbfall) - Device: Kueche_Clima
2016.04.09 15:36:22.404 5: ABFALL_Notify(myAbfall) - Device: PC_Buero
2016.04.09 15:36:22.432 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:22.453 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:22.891 5: ABFALL_Notify(myAbfall) - Device: Flur_EG
2016.04.09 15:36:22.917 5: ABFALL_Notify(myAbfall) - Device: Rauchmelder_Btn1
2016.04.09 15:36:22.966 3: CUL_HM set Keller statusRequest
2016.04.09 15:36:23.101 5: ABFALL_Notify(myAbfall) - Device: FritzBox7490
2016.04.09 15:36:23.154 5: ABFALL_Notify(myAbfall) - Device: Funkschalter_Keller_Licht
2016.04.09 15:36:23.423 5: ABFALL_Notify(myAbfall) - Device: YahooWetter
2016.04.09 15:36:23.815 5: ABFALL_Notify(myAbfall) - Device: Keller
2016.04.09 15:36:23.847 5: ABFALL_Notify(myAbfall) - Device: Rauchmelder_Btn1
2016.04.09 15:36:23.972 3: CUL_HM set Kinderzimmer statusRequest
2016.04.09 15:36:24.358 5: ABFALL_Notify(myAbfall) - Device: TV_Programme
2016.04.09 15:36:24.569 5: ABFALL_Notify(myAbfall) - Device: Kinderzimmer
2016.04.09 15:36:24.602 5: ABFALL_Notify(myAbfall) - Device: Rauchmelder_Btn1
2016.04.09 15:36:25.033 5: ABFALL_Notify(myAbfall) - Device: TV_Programme_abend
2016.04.09 15:36:32.131 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:32.160 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:33.843 5: ABFALL_Notify(myAbfall) - Device: HeizungFenster
2016.04.09 15:36:33.896 5: ABFALL_Notify(myAbfall) - Device: HeizungFenster_Clima
2016.04.09 15:36:33.946 5: ABFALL_Notify(myAbfall) - Device: HeizungFenster_Weather
2016.04.09 15:36:36.115 5: ABFALL_Notify(myAbfall) - Device: FritzBox7490
2016.04.09 15:36:38.481 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:42.133 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:42.158 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:52.133 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:52.157 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:58.485 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI

uniqueck

Zitat von: Tommy82 am 09 April 2016, 15:39:14
Hi, nach jedem Neustart hab ich diese Fehlermeldung im Log:
2016.04.09 15:16:43.367 3: ABFALL_UPDATE
2016.04.09 15:16:43.407 3: set PapierIn  : no set value specified
2016.04.09 15:16:43.409 3: set BiomuellIn  : no set value specified
2016.04.09 15:16:43.411 3: set GelbeTonneIn  : no set value specified
2016.04.09 15:16:43.412 3: set RestmuellIn  : no set value specified
2016.04.09 15:16:43.413 3: Muellkalender_in_Dummy_kopieren return value: no set value specified


Hab jetzt mal verbose 5 und stacktrace aktiviert, dann kommt:
2016.04.09 15:36:14.173 5: ABFALL_Notify(myAbfall) - Device: VU_Ultimo
2016.04.09 15:36:14.399 3: ABFALL_UPDATE
2016.04.09 15:36:14.411 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - weekDayMapping (Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag)
2016.04.09 15:36:14.434 3: set PapierIn  : no set value specified
2016.04.09 15:36:14.436 3: set BiomuellIn  : no set value specified
2016.04.09 15:36:14.437 3: set GelbeTonneIn  : no set value specified
2016.04.09 15:36:14.438 3: set RestmuellIn  : no set value specified
2016.04.09 15:36:14.439 3: Muellkalender_in_Dummy_kopieren return value: no set value specified
2016.04.09 15:36:14.453 5: ABFALL_Notify(myAbfall) - Device: myAbfall
2016.04.09 15:36:14.469 3: CUL_HM set Flur_EG statusRequest
2016.04.09 15:36:14.493 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:14.875 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:15.472 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:15.473 3: ABFALL myAbfall - CALENDAR:AbfallA triggered, updating ABFALL myAbfall ...
2016.04.09 15:36:15.473 3: ABFALL_UPDATE
2016.04.09 15:36:15.480 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - weekDayMapping (Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag)
2016.04.09 15:36:15.481 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 00:00 Grünabfall
2016.04.09 15:36:15.483 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 - Mittwoch -   Grünabfall - 4 Tage
2016.04.09 15:36:15.484 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 00:00 Bioabfall
2016.04.09 15:36:15.485 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.486 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 20.04.16 00:00 Restabfall
2016.04.09 15:36:15.487 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 20.04.16 - Mittwoch -   Restabfall - 11 Tage
2016.04.09 15:36:15.487 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 00:00 Gelber Sack
2016.04.09 15:36:15.488 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 - Mittwoch -   Gelber Sack - 18 Tage
2016.04.09 15:36:15.489 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 00:00 Bioabfall
2016.04.09 15:36:15.490 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 27.04.16 - Mittwoch -   Bioabfall - 18 Tage
2016.04.09 15:36:15.490 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.490 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 04.05.16 00:00 Altpapier
2016.04.09 15:36:15.491 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 04.05.16 - Mittwoch -   Altpapier - 25 Tage
2016.04.09 15:36:15.492 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 07.05.16 00:00 Problemabfall
2016.04.09 15:36:15.493 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 07.05.16 - Samstag -   Problemabfall - 28 Tage
2016.04.09 15:36:15.493 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 11.05.16 00:00 Bioabfall
2016.04.09 15:36:15.494 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 11.05.16 - Mittwoch -   Bioabfall - 32 Tage
2016.04.09 15:36:15.495 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.495 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 19.05.16 00:00 Restabfall
2016.04.09 15:36:15.496 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 19.05.16 - Donnerstag -   Restabfall - 40 Tage
2016.04.09 15:36:15.497 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 20.04.16 - Mittwoch -   Restabfall - 11 Tage
2016.04.09 15:36:15.497 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 00:00 Bioabfall
2016.04.09 15:36:15.498 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 - Mittwoch -   Bioabfall - 46 Tage
2016.04.09 15:36:15.498 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.499 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 00:00 Gelber Sack
2016.04.09 15:36:15.499 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 25.05.16 - Mittwoch -   Gelber Sack - 46 Tage
2016.04.09 15:36:15.500 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 27.04.16 - Mittwoch -   Gelber Sack - 18 Tage
2016.04.09 15:36:15.500 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 01.06.16 00:00 Altpapier
2016.04.09 15:36:15.501 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 01.06.16 - Mittwoch -   Altpapier - 53 Tage
2016.04.09 15:36:15.502 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 04.05.16 - Mittwoch -   Altpapier - 25 Tage
2016.04.09 15:36:15.502 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 06.06.16 00:00 Sperrmüll
2016.04.09 15:36:15.503 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 06.06.16 - Montag -   Sperrmüll - 58 Tage
2016.04.09 15:36:15.503 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 08.06.16 00:00 Bioabfall
2016.04.09 15:36:15.504 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - 08.06.16 - Mittwoch -   Bioabfall - 60 Tage
2016.04.09 15:36:15.505 5: ABFALL_getSummary(myAbfall) - calendar(AbfallA) - exists - 13.04.16 - Mittwoch -   Bioabfall - 4 Tage
2016.04.09 15:36:15.506 5: ABFALL_GetUpdate (myAbfall) - 1460498400 - AbfallA_Gruenabfall
2016.04.09 15:36:15.506 5: ABFALL_GetUpdate (myAbfall) - 1460498400 - AbfallA_Bioabfall
2016.04.09 15:36:15.507 5: ABFALL_GetUpdate (myAbfall) - 1461103200 - AbfallA_Restabfall
2016.04.09 15:36:15.507 5: ABFALL_GetUpdate (myAbfall) - 1461708000 - AbfallA_GelberSack
2016.04.09 15:36:15.507 5: ABFALL_GetUpdate (myAbfall) - 1462312800 - AbfallA_Altpapier
2016.04.09 15:36:15.508 5: ABFALL_GetUpdate (myAbfall) - 1462572000 - AbfallA_Problemabfall
2016.04.09 15:36:15.508 5: ABFALL_GetUpdate (myAbfall) - 1465164000 - AbfallA_Sperrmuell
2016.04.09 15:36:15.508 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Gruenabfall
2016.04.09 15:36:15.509 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Bioabfall
2016.04.09 15:36:15.510 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Restabfall
2016.04.09 15:36:15.510 5: ABFALL_GetUpdate (myAbfall) - AbfallA_GelberSack
2016.04.09 15:36:15.511 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Altpapier
2016.04.09 15:36:15.512 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Problemabfall
2016.04.09 15:36:15.512 5: ABFALL_GetUpdate (myAbfall) - AbfallA_Sperrmuell
2016.04.09 15:36:15.543 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.563 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.583 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.603 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.627 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.646 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.665 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.684 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.706 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.725 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.744 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.763 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.786 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.804 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.823 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.842 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.864 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.883 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.903 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:15.922 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:15.944 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:15.964 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:15.983 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.003 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.025 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.044 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.063 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.082 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.104 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.122 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.141 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.160 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.182 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.201 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.220 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.239 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.262 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.281 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.299 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.318 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.341 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.359 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.378 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.397 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.419 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.438 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.457 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.476 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.498 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.517 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.536 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.555 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.577 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.596 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.615 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.635 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.657 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.675 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.694 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.713 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.736 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.754 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.773 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.792 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.814 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.834 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.852 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.871 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.893 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.912 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:16.931 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:16.950 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:16.972 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:16.991 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.009 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.028 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.051 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.070 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.089 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.108 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.130 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.149 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.168 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.186 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.208 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.227 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.246 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.265 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.288 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.307 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.326 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.344 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.367 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.385 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.404 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.428 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.450 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.470 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.489 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.507 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.530 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.548 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.567 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.586 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.609 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.627 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.647 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.666 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.688 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.707 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.726 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.745 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.767 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.786 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.804 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.823 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.845 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.864 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.882 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.901 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:17.924 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:17.943 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:17.962 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:17.980 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.003 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:18.022 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:18.040 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:18.059 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.081 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:18.100 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:18.118 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:18.137 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.160 5: ABFALL_Notify(myAbfall) - Device: PapierIn
2016.04.09 15:36:18.178 5: ABFALL_Notify(myAbfall) - Device: BiomuellIn
2016.04.09 15:36:18.197 5: ABFALL_Notify(myAbfall) - Device: GelbeTonneIn
2016.04.09 15:36:18.216 5: ABFALL_Notify(myAbfall) - Device: RestmuellIn
2016.04.09 15:36:18.270 5: ABFALL_Notify(myAbfall) - Device: myAbfall
2016.04.09 15:36:18.400 5: ABFALL_Notify(myAbfall) - Device: AbfallA
2016.04.09 15:36:18.421 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:18.443 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:18.468 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:18.492 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:18.509 1: HMLAN_Parse: HmLanAdapter new condition ok
2016.04.09 15:36:18.524 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:18.682 5: ABFALL_Notify(myAbfall) - Device: vccu
2016.04.09 15:36:18.706 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:21.841 3: CUL_HM set Funkschalter_Keller_Licht statusRequest
2016.04.09 15:36:21.880 5: ABFALL_Notify(myAbfall) - Device: Flur_EG
2016.04.09 15:36:22.157 5: ABFALL_Notify(myAbfall) - Device: CUL_HM_HM_CC_RT_DN_2237FB_Weather
2016.04.09 15:36:22.187 5: ABFALL_Notify(myAbfall) - Device: Gaeste_WC
2016.04.09 15:36:22.233 5: ABFALL_Notify(myAbfall) - Device: Gaeste_WC_Clima
2016.04.09 15:36:22.287 5: ABFALL_Notify(myAbfall) - Device: CUL_HM_HM_CC_RT_DN_2236F8_Weather
2016.04.09 15:36:22.313 5: ABFALL_Notify(myAbfall) - Device: Kueche
2016.04.09 15:36:22.355 5: ABFALL_Notify(myAbfall) - Device: Kueche_Clima
2016.04.09 15:36:22.404 5: ABFALL_Notify(myAbfall) - Device: PC_Buero
2016.04.09 15:36:22.432 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:22.453 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:22.891 5: ABFALL_Notify(myAbfall) - Device: Flur_EG
2016.04.09 15:36:22.917 5: ABFALL_Notify(myAbfall) - Device: Rauchmelder_Btn1
2016.04.09 15:36:22.966 3: CUL_HM set Keller statusRequest
2016.04.09 15:36:23.101 5: ABFALL_Notify(myAbfall) - Device: FritzBox7490
2016.04.09 15:36:23.154 5: ABFALL_Notify(myAbfall) - Device: Funkschalter_Keller_Licht
2016.04.09 15:36:23.423 5: ABFALL_Notify(myAbfall) - Device: YahooWetter
2016.04.09 15:36:23.815 5: ABFALL_Notify(myAbfall) - Device: Keller
2016.04.09 15:36:23.847 5: ABFALL_Notify(myAbfall) - Device: Rauchmelder_Btn1
2016.04.09 15:36:23.972 3: CUL_HM set Kinderzimmer statusRequest
2016.04.09 15:36:24.358 5: ABFALL_Notify(myAbfall) - Device: TV_Programme
2016.04.09 15:36:24.569 5: ABFALL_Notify(myAbfall) - Device: Kinderzimmer
2016.04.09 15:36:24.602 5: ABFALL_Notify(myAbfall) - Device: Rauchmelder_Btn1
2016.04.09 15:36:25.033 5: ABFALL_Notify(myAbfall) - Device: TV_Programme_abend
2016.04.09 15:36:32.131 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:32.160 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:33.843 5: ABFALL_Notify(myAbfall) - Device: HeizungFenster
2016.04.09 15:36:33.896 5: ABFALL_Notify(myAbfall) - Device: HeizungFenster_Clima
2016.04.09 15:36:33.946 5: ABFALL_Notify(myAbfall) - Device: HeizungFenster_Weather
2016.04.09 15:36:36.115 5: ABFALL_Notify(myAbfall) - Device: FritzBox7490
2016.04.09 15:36:38.481 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter
2016.04.09 15:36:42.133 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:42.158 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:52.133 5: ABFALL_Notify(myAbfall) - Device: fp_time
2016.04.09 15:36:52.157 5: ABFALL_Notify(myAbfall) - Device: at_fp_time
2016.04.09 15:36:58.485 5: ABFALL_Notify(myAbfall) - Device: HmLanAdapter

Ohne es genau geprüft zu haben, stammt die Meldung aber eher aus deinem notify, welcher die Werte aus dem Abfall Modul in deine Dummys kopiert, oder?

Das heißt entweder hat das Abfall Modul noch keine Werte aus dem Kalender bekommen und du willst dann etwas kopieren was noch nicht da ist. Daher im notify etwas fehler toleranter arbeiten. Prüfen ob reading da ist und so weiter.

Gruß Constantin

Gesendet von meinem GT-N7100 mit Tapatalk


Tommy82

Es scheint ja aus diesem notify zu kommen, aber wo liegt da der Fehler
Internals:
   DEF        myAbfall.* { fhem("set PapierIn ".ReadingsVal('myAbfall','AbfallA_Altpapier_tage','')); fhem("set BiomuellIn ".ReadingsVal('myAbfall','AbfallA_Bioabfall_tage','')); fhem("set GelbeTonneIn ".ReadingsVal('myAbfall','AbfallA_GelberSack_tage','')); fhem("set RestmuellIn ".ReadingsVal('myAbfall','AbfallA_Restabfall_tage','')) }
   NAME       Muellkalender_in_Dummy_kopieren
   NR         330
   NTFY_ORDER 50-Muellkalender_in_Dummy_kopieren
   REGEXP     myAbfall.*
   STATE      2016-04-10 11:37:31
   TYPE       notify
   Readings:
     2016-04-10 11:37:23   state           active
Attributes:


Das erscheint ja auch im Log
2016.04.10 11:37:30.650 3: set PapierIn  : no set value specified
2016.04.10 11:37:30.652 3: set BiomuellIn  : no set value specified
2016.04.10 11:37:30.653 3: set GelbeTonneIn  : no set value specified
2016.04.10 11:37:30.655 3: set RestmuellIn  : no set value specified
2016.04.10 11:37:30.656 3: Muellkalender_in_Dummy_kopieren return value: no set value specified
Fhem Cubitruck  Armbian Buster with Linux 5.3.9-sunxi
HM-CC_RT-DN, HM-Sec-RHS,HM-Sec-SD, HM-Sec-SCo,IT1500,1xIT GRR-3500 Fritz!Dect200,Powerline546E,Enigma2 Modul mit 3 Vu+,Wol Modul für WinServer2016 und WinServer 2019,FB6590
Allnetl Wandtablett mit FTUI