Task starten sobald bestimmte Geräte im WLAN

M

magic.dave

Stammgast
69
Hi, ich versuche grad ein Profil auf meinem Tablet zu erstellen, weiß allerdings nicht so richtig wie ich es hinbekommen kann. Es soll folgendes passieren:

Das Tablet hängt an einer smarten Steckdose. Diese soll eingeschaltet werden, sobald ich zu Hause bin und sich mein Handy ins WLAN einbucht.

Weiß jemand Rat?
 
@magic.dave Da kommt es wohl auf den Hersteller der Steckdose an, was man da wie schalten kann... Da solltest du die Steckdose genauer benennen, dann weiß vielleicht einer etwas.

Nebenbei: Vermutlich ist es einfacher, wenn das Handy die Aktion ausführt.
 
  • Danke
Reaktionen: magic.dave
@cad Der ausführende Task ist nicht das Problem, sondern den richtigen Trigger zu finden. Ich hatte es zwischenzeitig per AutoRemote gelöst, aber du hast Recht, dir elegantere Lösung ist, wenn das Handy es ausführt.

Nun stehe ich vor einem weiteren Problem. Ich möchte das die Steckdose nachts oder wenn ich außer Haus bin auch wieder ausgeschaltet wird. Wenn ich wifi not connected als Trigger setze, funktioniert das ganze natürlich nicht, weil ohne WiFi kann man die Steckdose nicht bedienen.
 
@magic.dave
Das Tablet steuert die Steckdose. Da das Tablet immer in Wlan ist.

Ist würde es mit einer Variablen %Zuhause und Autoremote machen.

Anpassung/Ergänzung die du machen musst:

Profil Smartphone: Wlan eintragen, Autoremoteaktionen das Device (Tablet) auswählen.

Profil Tablet 2: Aktion für das ein- und ausschalten der Steckdose hinzufügen. Eventuell die Zeit anpassen (wenn es für dich Tag ist).

Profil Smartphone
Code:
    Profil: Wlan-Zuhause (Smartphone) (15)
        Status: WiFi Verbunden [ SSID:@Dein Wlan Eintragen@ MAC:* IP:* Aktiv:Beliebig ]
    Eingang: Anon (51)
        <Bei Device dein Tablet Auswählen>
        A1: AutoRemote Message [ Konfiguration:Recipient: IFTTT
    Message: bin_zuhause Timeout (Sekunden):200 ]
 
    Ausgang: Anon (100)
        <Bei Device dein Tablet Auswählen>
        A1: AutoRemote Message [ Konfiguration:Recipient: IFTTT
    Message: byebye_zuhause Timeout (Sekunden):200 ]

Profil 1 Tablet
Code:
    Profil: Smartphone Anwesend? (Tablet) (101)
        Status: AutoRemote [ Konfiguration:bin_zuhause; byebye_zuhause ]
    Eingang: Anon (108)
        A1: Variable Setzen [ Name:%Zuhause Zu:ja Recurse Variables:Aus Mathematisch:Aus Hinzufügen:Aus Max Rounding Digits:3 ] If [ %armessage gl bin_zuhause ]
        A2: Variable Lösche [ Name:%Zuhause Mustervergleich:Aus Local Variables Only:Aus ] If [ %armessage gl byebye_zuhause ]

Profil 2 Tablet
Code:
    Profil: Steckdosenschaltung (Tablet) (109)
        Zeit: Von 06:00 Bis 23:00
        Status: Variablenwert  [ %Zuhause ist gesetzt ]
    Eingang: Anon (110)
        <Platzhalter für Steckdose Einschaltung>
        A1: Anker
 
    Ausgang: Anon (111)
        <Platzhalter für Steckdose Ausschaltung>
        A1: Anker
 

Anhänge

  • wlan-Steckdose.zip
    3,1 KB · Aufrufe: 33
  • Danke
Reaktionen: magic.dave, cad und nik
was steht denn zur Steuerung noch zur Verfügung? Gibt es einen Smarthome-Server ala FHEM, Openhab, NodeRed, HomeAssistant?
 
@Spardas Danke für das Erstellen der Profile! Soweit klappt auch alles, nur das eine Problem bleibt bestehen: Sobald ich das WLAN auf den Handy ausschalte, kann er die Nachricht "byebye_zuhause" nicht mehr per AutoRemote an das Tablet schicken.
 
@magic.dave
Das geht ja auch via Datenverbindung. Oder ist diese dann aus?
Dann könntest du, mit dieser änderung des Ausgangsatask auf dem Smartphone lösen.
Update seit Android 9.0 braucht man Root für Mobiledaten, zumindest bei meinem S9 ist es so.
Code:
    Profil: Wlan-Zuhause (Smartphone) (15)
        Status: WiFi Verbunden [ SSID:@Dein Wlan Eintragen@ MAC:* IP:* Aktiv:Beliebig ]
    Eingang: Anon (51)
        <Bei Device dein Tablet Auswählen>
        A1: AutoRemote Message [ Konfiguration:Recipient: IFTTT
    Message: bin_zuhause Timeout (Sekunden):200 ]
 
    Ausgang: Anon (100)
        A1: Warte [ MS:0 Sekunden:30 Minuten:0 Std.:0 Tage:0 ]
        <Stopp wenn Wlan wieder Verbunden ist>
        A2: Stopp [ (Fehler):Aus Task: ] If [ %WIFII ~ *CONNECTION* ]
        A3: Mobile Daten [ setzen:An ]
        A4: Warte [ MS:0 Sekunden:5 Minuten:0 Std.:0 Tage:0 ]
        <Bei Device dein Tablet Auswählen>
        A5: AutoRemote Message [ Konfiguration:Recipient: IFTTT
    Message: byebye_zuhause Timeout (Sekunden):200 ]
        A6: Warte [ MS:0 Sekunden:5 Minuten:0 Std.:0 Tage:0 ]
        A7: Mobile Daten [ setzen:Aus ]

Neue Lösungen
Profil (fürs Tablet) das wenn das Smartphone Zuhause ist, alle 15min via anpingens checkt ob es noch Zuhause ist. Harmoniert mit den restlichen Profilen.
Du musst im Task Smartphone Ping noch die IP anpassen.

Code:
    Profil: Smartphone Zuhause ? (Tablet) (120)
        Status: Variablenwert  [ %Zuhause ist gesetzt ]
        Zeit:  Jede 15m
 
    Smartphone Ping (119)
        <IP Adresse Anpassen>
        A1: Shell Ausführen [ Befehl:ping -c 2 192.168.43.89 Timeout (Sekunden):0 Benutze Root:Aus Output Speichern In:%Pingsmart Fehler Speichern In: Ergebnis Ablegen In: Task Weiter Ausführen Nach Fehler:An ]
        A2: If [ %Pingsmart ~ *100% packet loss* ]
        A3: Variable Addiere [ Name:%Smartnothere Wert:1 Obergrenze:0 ]
        A4: Warte [ MS:0 Sekunden:10 Minuten:0 Std.:0 Tage:0 ]
        A5: Goto Aktion [ Typ:Aktion Nummer Nummer:1 Bezeichnung: ] If [ %Smartnothere < 4 ]
        <Auto Input>
        A6:Variable Lösche [ Name:%Zuhause Mustervergleich:Aus Local Variables Only:Aus ]
        A7: End If
        A8: Variable Lösche [ Name:%Smartnothere Mustervergleich:Aus Local Variables Only:Aus ]

Download
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: magic.dave und nik
wenn ein MQTT-Broker im Netzwerk wäre, könnte man mit einer "Last-Will"-Message arbeiten. Die greift bei MQTT-Clients, die sich eine geraume Zeit nicht mehr beim Broker zurückmelden.
 
  • Danke
Reaktionen: Spardas
Falls nach dem WLAN trennen die mobilen Daten automatisch aktiviert werden reicht womöglich einfach eine Pause vor dem Senden des Befehls. Somit könnte man die kurze Lücke ohne Internet überbrücken.
 
@Spardas Die Idee mit dem Anpingen ist perfekt für meine Anforderungen!
@oggy Bei mir dient das Tablet mit Tasker Szenen als zentrale Steuerung, also relativ simpel ohne Server o. ä.
@rtwl Dafür bräuchte man Root, was ich nicht habe.
 
ah, ok ... dann ist dein Smarthome ja noch etwas überschaubarer ;)

wenn das Tablet eh die zentrale Stelle ist, dann würde ich das "schnelle" Anmelden die Handys selber machen lassen, ala "ich hab mich im WLAN angemeldet, hier bin ich" ... und falls das Handy das vergisst, würde ich es machen wie bei den gängigen Smarthome-Servern > alle 3min wird gepingt. Das heißt, alle 3min würde ich ein Skript laufen lassen, das jedes Handy anpingt und eine Variable auf 0 oder 1 setzt.

Nachteil: DeepSleep von so manchen Androids, sie lassen sich nicht pingen, wenn sie schlafen.

Das Erkennen, ob jemand zu Hause ist mit Hilfe von Handys, habe ich verworfen, als ich bemerkte, dass mit irgendeinem Handy-Update nachts immer das "Welcome-Licht" anging.

Wo ich gerade nochmal über den Eingangspost fliege: Was passiert, wenn du länger ausm Haus bist? Das Tablet dürfte dann irgendwann leer sein und dann fehlt die Smarthome-Steuerung. Ist es nicht sinniger, dem Tablet Saft zu geben, wenn es das braucht? Mein Tablet im Büro fordert Strom an, wenn es unter 20% hat und gibt dem Smarthome bescheid, dass es über 80% voll ist, und jetzt nichts mehr in den Akku laden möchte. Zusätzlich schaltet das Smarthome um 11Uhr die Steckdose zum Laden, damit auch wenn es nur irgendwie geht mit Solarstrom geladen wird. Die Steckdose schaltet sich dann von Smarthome-Seite aus, wenn weniger Strom gefressen wird (falls der Akku zu dem Zeitpunkt über 80% war und er jetzt bis 100% volllädt) oder das Tablet sagt: "über 80% sind drin bitte aus".

Ich vermute mal, dass du das Tablet auf "Display an, wenn geladen" stehen hast. Da würde ich dann eine App nehmen (ala "Motion Detector"), die Bewegung vor dem Tablet registriert und das Display dann anmacht, wenn davor jemand steht.
 
  • Danke
Reaktionen: magic.dave
@Spardas ich habe dein Profil/Task mal etwas umgebaut, sodass es eigentlich ohne AutoRemote und nur per Ping funktionieren sollte. Irgendwo scheint aber noch ein Fehler zu sein, da sich die Steckdose irgendwann abschaltet, obwohl das Handy noch im WLAN ist.
 

Anhänge

  • Smartphone_Ping.prf.xml
    3,6 KB · Aufrufe: 29
@magic.dave

Setze als letzte Aktion
Nochmal ein Variable löschen.
 

Anhänge

  • Screenshot_20190817-112457_Tasker.jpg
    Screenshot_20190817-112457_Tasker.jpg
    296 KB · Aufrufe: 188
  • Danke
Reaktionen: magic.dave
@Spardas Danke für den Hinweis, dadurch läuft das Profil fast perfekt. Allerdings (wenn auch selten) schaltet wird Steckdose trotzdem abgeschaltet, obwohl das Handy im WLAN ist. Ich habe deshalb mal den Log mit laufen lassen, abgeschaltet hat sich die Steckdose ca. 20:03 Uhr. Vielleicht kannst du etwas daraus lesen?

HTML:
20190819 17.44.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.44.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.44.46 A OK       ID39.4   Smartphone Ping.If
20190819 17.44.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.44.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.44.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.44.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.44.57 A OK       ID39.9   Smartphone Ping.End If
20190819 17.44.57 A OK       ID39.10  Smartphone Ping.If
20190819 17.44.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.44.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.44.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.44.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.44.57 A OK       ID39.12  Smartphone Ping.End If
20190819 17.44.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.44.57 T ExitOK   ID39     Smartphone Ping
20190819 17.44.57 E Stop     ID0:0.0  TaskService
20190819 17.46.01 E Start    ID0:0.0  TaskService
20190819 17.46.01 P Instant  ID40     Smartphone Ping
20190819 17.46.01 T Running  ID39     Smartphone Ping
20190819 17.46.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.46.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.46.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.46.04 A OK       ID39.4   Smartphone Ping.If
20190819 17.46.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 17.46.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.46.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.46.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.46.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.46.18 A OK       ID39.4   Smartphone Ping.If
20190819 17.46.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 17.46.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.46.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.46.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.46.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.46.32 A OK       ID39.4   Smartphone Ping.If
20190819 17.46.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 17.46.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.46.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.46.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.46.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.46.46 A OK       ID39.4   Smartphone Ping.If
20190819 17.46.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.46.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.46.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.46.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.46.57 A OK       ID39.9   Smartphone Ping.End If
20190819 17.46.57 A OK       ID39.10  Smartphone Ping.If
20190819 17.46.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.46.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.46.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.46.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.46.57 A OK       ID39.12  Smartphone Ping.End If
20190819 17.46.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.46.57 T ExitOK   ID39     Smartphone Ping
20190819 17.46.57 E Stop     ID0:0.0  TaskService
20190819 17.48.02 E Start    ID0:0.0  TaskService
20190819 17.48.02 P Instant  ID40     Smartphone Ping
20190819 17.48.02 T Running  ID39     Smartphone Ping
20190819 17.48.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.48.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.48.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.48.05 A OK       ID39.4   Smartphone Ping.If
20190819 17.48.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 17.48.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.48.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.48.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.48.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.48.19 A OK       ID39.4   Smartphone Ping.If
20190819 17.48.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 17.48.30 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.48.30 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.48.30 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.48.30 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.48.33 A OK       ID39.4   Smartphone Ping.If
20190819 17.48.33 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 17.48.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.48.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.48.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.48.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.48.47 A OK       ID39.4   Smartphone Ping.If
20190819 17.48.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.48.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.48.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.48.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.48.58 A OK       ID39.9   Smartphone Ping.End If
20190819 17.48.58 A OK       ID39.10  Smartphone Ping.If
20190819 17.48.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.48.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.48.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.48.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.48.58 A OK       ID39.12  Smartphone Ping.End If
20190819 17.48.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.48.58 T ExitOK   ID39     Smartphone Ping
20190819 17.48.58 E Stop     ID0:0.0  TaskService
20190819 17.50.01 P Instant  ID40     Smartphone Ping
20190819 17.50.01 E Start    ID0:0.0  TaskService
20190819 17.50.01 T Running  ID39     Smartphone Ping
20190819 17.50.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.50.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.50.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.50.04 A OK       ID39.4   Smartphone Ping.If
20190819 17.50.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 17.50.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.50.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.50.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.50.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.50.18 A OK       ID39.4   Smartphone Ping.If
20190819 17.50.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 17.50.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.50.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.50.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.50.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.50.32 A OK       ID39.4   Smartphone Ping.If
20190819 17.50.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 17.50.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.50.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.50.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.50.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.50.46 A OK       ID39.4   Smartphone Ping.If
20190819 17.50.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.50.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.50.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.50.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.50.57 A OK       ID39.9   Smartphone Ping.End If
20190819 17.50.57 A OK       ID39.10  Smartphone Ping.If
20190819 17.50.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.50.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.50.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.50.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.50.57 A OK       ID39.12  Smartphone Ping.End If
20190819 17.50.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.50.57 T ExitOK   ID39     Smartphone Ping
20190819 17.50.57 E Stop     ID0:0.0  TaskService
20190819 17.52.02 P Instant  ID40     Smartphone Ping
20190819 17.52.02 E Start    ID0:0.0  TaskService
20190819 17.52.02 T Running  ID39     Smartphone Ping
20190819 17.52.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.52.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.52.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.52.05 A OK       ID39.4   Smartphone Ping.If
20190819 17.52.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 17.52.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.52.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.52.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.52.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.52.19 A OK       ID39.4   Smartphone Ping.If
20190819 17.52.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 17.52.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.52.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.52.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.52.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.52.32 A OK       ID39.4   Smartphone Ping.If
20190819 17.52.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 17.52.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.52.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.52.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.52.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.52.46 A OK       ID39.4   Smartphone Ping.If
20190819 17.52.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.52.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.52.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.52.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.52.58 A OK       ID39.9   Smartphone Ping.End If
20190819 17.52.58 A OK       ID39.10  Smartphone Ping.If
20190819 17.52.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.52.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.52.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.52.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.52.58 A OK       ID39.12  Smartphone Ping.End If
20190819 17.52.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.52.58 T ExitOK   ID39     Smartphone Ping
20190819 17.52.58 E Stop     ID0:0.0  TaskService
20190819 17.54.01 E Start    ID0:0.0  TaskService
20190819 17.54.01 P Instant  ID40     Smartphone Ping
20190819 17.54.01 T Running  ID39     Smartphone Ping
20190819 17.54.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.54.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.54.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.54.04 A OK       ID39.4   Smartphone Ping.If
20190819 17.54.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 17.54.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.54.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.54.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.54.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.54.18 A OK       ID39.4   Smartphone Ping.If
20190819 17.54.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 17.54.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.54.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.54.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.54.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.54.32 A OK       ID39.4   Smartphone Ping.If
20190819 17.54.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 17.54.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.54.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.54.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.54.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.54.46 A OK       ID39.4   Smartphone Ping.If
20190819 17.54.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.54.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.54.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.54.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.54.57 A OK       ID39.9   Smartphone Ping.End If
20190819 17.54.57 A OK       ID39.10  Smartphone Ping.If
20190819 17.54.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.54.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.54.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.54.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.54.57 A OK       ID39.12  Smartphone Ping.End If
20190819 17.54.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.54.57 T ExitOK   ID39     Smartphone Ping
20190819 17.54.57 E Stop     ID0:0.0  TaskService
20190819 17.56.01 P Instant  ID40     Smartphone Ping
20190819 17.56.01 E Start    ID0:0.0  TaskService
20190819 17.56.01 T Running  ID39     Smartphone Ping
20190819 17.56.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.56.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.56.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.56.04 A OK       ID39.4   Smartphone Ping.If
20190819 17.56.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 17.56.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.56.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.56.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.56.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.56.18 A OK       ID39.4   Smartphone Ping.If
20190819 17.56.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 17.56.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.56.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.56.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.56.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.56.32 A OK       ID39.4   Smartphone Ping.If
20190819 17.56.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 17.56.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.56.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.56.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.56.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.56.46 A OK       ID39.4   Smartphone Ping.If
20190819 17.56.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.56.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.56.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.56.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.56.57 A OK       ID39.9   Smartphone Ping.End If
20190819 17.56.57 A OK       ID39.10  Smartphone Ping.If
20190819 17.56.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.56.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.56.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.56.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.56.57 A OK       ID39.12  Smartphone Ping.End If
20190819 17.56.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.56.57 T ExitOK   ID39     Smartphone Ping
20190819 17.56.57 E Stop     ID0:0.0  TaskService
20190819 17.58.01 E Start    ID0:0.0  TaskService
20190819 17.58.01 T Running  ID39     Smartphone Ping
20190819 17.58.01 P Instant  ID40     Smartphone Ping
20190819 17.58.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.58.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.58.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.58.04 A OK       ID39.4   Smartphone Ping.If
20190819 17.58.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 17.58.14 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.58.14 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.58.14 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.58.14 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.58.17 A OK       ID39.4   Smartphone Ping.If
20190819 17.58.17 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 17.58.27 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.58.27 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.58.28 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.58.28 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.58.31 A OK       ID39.4   Smartphone Ping.If
20190819 17.58.31 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 17.58.41 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.58.41 A OK       ID39.7   Smartphone Ping.Goto
20190819 17.58.41 A Disabled ID39.2   Smartphone Ping.Beep
20190819 17.58.41 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 17.58.44 A OK       ID39.4   Smartphone Ping.If
20190819 17.58.44 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 17.58.55 A OK       ID39.6   Smartphone Ping.Wait
20190819 17.58.55 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 17.58.55 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 17.58.55 A OK       ID39.9   Smartphone Ping.End If
20190819 17.58.55 A OK       ID39.10  Smartphone Ping.If
20190819 17.58.55 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 17.58.55 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 17.58.55 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 17.58.55 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 17.58.55 A OK       ID39.12  Smartphone Ping.End If
20190819 17.58.55 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 17.58.55 T ExitOK   ID39     Smartphone Ping
20190819 17.58.55 E Stop     ID0:0.0  TaskService
20190819 18.00.00 E Start    ID0:0.0  TaskService
20190819 18.00.00 P Instant  ID40     Smartphone Ping
20190819 18.00.00 T Running  ID39     Smartphone Ping
20190819 18.00.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.00.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.00.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.00.03 A OK       ID39.4   Smartphone Ping.If
20190819 18.00.03 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.00.13 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.00.13 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.00.13 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.00.13 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.00.16 A OK       ID39.4   Smartphone Ping.If
20190819 18.00.16 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.00.26 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.00.26 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.00.26 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.00.26 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.00.29 A OK       ID39.4   Smartphone Ping.If
20190819 18.00.29 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.00.40 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.00.40 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.00.40 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.00.40 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.00.43 A OK       ID39.4   Smartphone Ping.If
20190819 18.00.43 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.00.53 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.00.53 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.00.53 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.00.53 A OK       ID39.9   Smartphone Ping.End If
20190819 18.00.53 A OK       ID39.10  Smartphone Ping.If
20190819 18.00.53 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.00.53 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.00.53 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.00.53 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.00.53 A OK       ID39.12  Smartphone Ping.End If
20190819 18.00.53 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.00.53 T ExitOK   ID39     Smartphone Ping
20190819 18.00.54 E Stop     ID0:0.0  TaskService
20190819 18.02.00 E Start    ID0:0.0  TaskService
20190819 18.02.00 P Instant  ID40     Smartphone Ping
20190819 18.02.00 T Running  ID39     Smartphone Ping
20190819 18.02.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.02.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.02.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.02.03 A OK       ID39.4   Smartphone Ping.If
20190819 18.02.03 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.02.13 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.02.13 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.02.14 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.02.14 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.02.17 A OK       ID39.4   Smartphone Ping.If
20190819 18.02.17 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.02.27 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.02.27 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.02.27 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.02.27 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.02.30 A OK       ID39.4   Smartphone Ping.If
20190819 18.02.30 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.02.40 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.02.40 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.02.40 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.02.40 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.02.43 A OK       ID39.4   Smartphone Ping.If
20190819 18.02.43 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.02.53 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.02.53 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.02.53 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.02.53 A OK       ID39.9   Smartphone Ping.End If
20190819 18.02.53 A OK       ID39.10  Smartphone Ping.If
20190819 18.02.53 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.02.54 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.02.54 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.02.54 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.02.54 A OK       ID39.12  Smartphone Ping.End If
20190819 18.02.54 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.02.54 T ExitOK   ID39     Smartphone Ping
20190819 18.02.54 E Stop     ID0:0.0  TaskService
20190819 18.04.02 E Start    ID0:0.0  TaskService
20190819 18.04.02 P Instant  ID40     Smartphone Ping
20190819 18.04.02 T Running  ID39     Smartphone Ping
20190819 18.04.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.04.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.04.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.04.05 A OK       ID39.4   Smartphone Ping.If
20190819 18.04.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.04.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.04.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.04.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.04.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.04.19 A OK       ID39.4   Smartphone Ping.If
20190819 18.04.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.04.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.04.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.04.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.04.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.04.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.04.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.04.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.04.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.04.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.04.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.04.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.04.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.04.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.04.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.04.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.04.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.04.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.04.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.04.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.04.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.04.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.04.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.04.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.04.57 T ExitOK   ID39     Smartphone Ping
20190819 18.04.57 E Stop     ID0:0.0  TaskService
20190819 18.06.02 P Instant  ID40     Smartphone Ping
20190819 18.06.02 E Start    ID0:0.0  TaskService
20190819 18.06.02 T Running  ID39     Smartphone Ping
20190819 18.06.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.06.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.06.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.06.05 A OK       ID39.4   Smartphone Ping.If
20190819 18.06.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.06.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.06.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.06.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.06.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.06.19 A OK       ID39.4   Smartphone Ping.If
20190819 18.06.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.06.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.06.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.06.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.06.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.06.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.06.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.06.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.06.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.06.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.06.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.06.47 A OK       ID39.4   Smartphone Ping.If
20190819 18.06.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.06.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.06.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.06.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.06.58 A OK       ID39.9   Smartphone Ping.End If
20190819 18.06.58 A OK       ID39.10  Smartphone Ping.If
20190819 18.06.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.06.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.06.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.06.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.06.58 A OK       ID39.12  Smartphone Ping.End If
20190819 18.06.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.06.58 T ExitOK   ID39     Smartphone Ping
20190819 18.06.58 E Stop     ID0:0.0  TaskService
20190819 18.08.01 E Start    ID0:0.0  TaskService
20190819 18.08.01 P Instant  ID40     Smartphone Ping
20190819 18.08.01 T Running  ID39     Smartphone Ping
20190819 18.08.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.08.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.08.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.08.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.08.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.08.14 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.08.14 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.08.14 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.08.14 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.08.17 A OK       ID39.4   Smartphone Ping.If
20190819 18.08.17 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.08.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.08.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.08.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.08.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.08.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.08.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.08.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.08.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.08.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.08.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.08.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.08.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.08.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.08.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.08.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.08.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.08.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.08.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.08.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.08.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.08.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.08.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.08.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.08.57 T ExitOK   ID39     Smartphone Ping
20190819 18.08.57 E Stop     ID0:0.0  TaskService
20190819 18.10.01 P Instant  ID40     Smartphone Ping
20190819 18.10.01 E Start    ID0:0.0  TaskService
20190819 18.10.01 T Running  ID39     Smartphone Ping
20190819 18.10.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.10.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.10.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.10.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.10.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.10.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.10.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.10.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.10.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.10.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.10.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.10.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.10.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.10.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.10.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.10.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.10.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.10.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.10.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.10.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.10.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.10.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.10.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.10.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.10.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.10.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.10.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.10.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.10.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.10.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.10.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.10.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.10.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.10.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.10.57 T ExitOK   ID39     Smartphone Ping
20190819 18.10.57 E Stop     ID0:0.0  TaskService
20190819 18.12.02 P Instant  ID40     Smartphone Ping
20190819 18.12.02 E Start    ID0:0.0  TaskService
20190819 18.12.02 T Running  ID39     Smartphone Ping
20190819 18.12.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.12.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.12.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.12.05 A OK       ID39.4   Smartphone Ping.If
20190819 18.12.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.12.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.12.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.12.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.12.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.12.19 A OK       ID39.4   Smartphone Ping.If
20190819 18.12.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.12.30 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.12.30 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.12.30 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.12.30 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.12.33 A OK       ID39.4   Smartphone Ping.If
20190819 18.12.33 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.12.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.12.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.12.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.12.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.12.47 A OK       ID39.4   Smartphone Ping.If
20190819 18.12.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.12.59 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.12.59 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.12.59 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.12.59 A OK       ID39.9   Smartphone Ping.End If
20190819 18.12.59 A OK       ID39.10  Smartphone Ping.If
20190819 18.12.59 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.12.59 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.12.59 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.12.59 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.12.59 A OK       ID39.12  Smartphone Ping.End If
20190819 18.12.59 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.12.59 T ExitOK   ID39     Smartphone Ping
20190819 18.12.59 E Stop     ID0:0.0  TaskService
20190819 18.14.01 E Start    ID0:0.0  TaskService
20190819 18.14.01 P Instant  ID40     Smartphone Ping
20190819 18.14.01 T Running  ID39     Smartphone Ping
20190819 18.14.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.14.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.14.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.14.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.14.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.14.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.14.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.14.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.14.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.14.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.14.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.14.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.14.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.14.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.14.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.14.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.14.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.14.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.14.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.14.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.14.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.14.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.14.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.14.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.14.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.14.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.14.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.14.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.14.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.14.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.14.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.14.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.14.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.14.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.14.57 T ExitOK   ID39     Smartphone Ping
20190819 18.14.57 E Stop     ID0:0.0  TaskService
20190819 18.16.01 P Instant  ID40     Smartphone Ping
20190819 18.16.01 E Start    ID0:0.0  TaskService
20190819 18.16.01 T Running  ID39     Smartphone Ping
20190819 18.16.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.16.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.16.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.16.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.16.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.16.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.16.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.16.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.16.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.16.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.16.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.16.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.16.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.16.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.16.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.16.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.16.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.16.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.16.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.16.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.16.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.16.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.16.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.16.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.16.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.16.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.16.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.16.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.16.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.16.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.16.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.16.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.16.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.16.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.16.57 T ExitOK   ID39     Smartphone Ping
20190819 18.16.57 E Stop     ID0:0.0  TaskService
20190819 18.18.01 P Instant  ID40     Smartphone Ping
20190819 18.18.01 E Start    ID0:0.0  TaskService
20190819 18.18.01 T Running  ID39     Smartphone Ping
20190819 18.18.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.18.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.18.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.18.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.18.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.18.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.18.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.18.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.18.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.18.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.18.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.18.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.18.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.18.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.18.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.18.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.18.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.18.42 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.18.42 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.18.42 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.18.42 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.18.45 A OK       ID39.4   Smartphone Ping.If
20190819 18.18.45 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.18.56 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.18.56 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.18.56 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.18.56 A OK       ID39.9   Smartphone Ping.End If
20190819 18.18.56 A OK       ID39.10  Smartphone Ping.If
20190819 18.18.56 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.18.56 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.18.56 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.18.56 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.18.56 A OK       ID39.12  Smartphone Ping.End If
20190819 18.18.56 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.18.56 T ExitOK   ID39     Smartphone Ping
20190819 18.18.56 E Stop     ID0:0.0  TaskService
20190819 18.20.01 P Instant  ID40     Smartphone Ping
20190819 18.20.01 E Start    ID0:0.0  TaskService
20190819 18.20.01 T Running  ID39     Smartphone Ping
20190819 18.20.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.20.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.20.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.20.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.20.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.20.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.20.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.20.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.20.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.20.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.20.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.20.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.20.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.20.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.20.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.20.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.20.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.20.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.20.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.20.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.20.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.20.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.20.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.20.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.20.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.20.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.20.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.20.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.20.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.20.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.20.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.20.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.20.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.20.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.20.57 T ExitOK   ID39     Smartphone Ping
20190819 18.20.57 E Stop     ID0:0.0  TaskService
20190819 18.22.01 E Start    ID0:0.0  TaskService
20190819 18.22.01 P Instant  ID40     Smartphone Ping
20190819 18.22.01 T Running  ID39     Smartphone Ping
20190819 18.22.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.22.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.22.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.22.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.22.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.22.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.22.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.22.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.22.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.22.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.22.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.22.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.22.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.22.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.22.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.22.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.22.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.22.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.22.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.22.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.22.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.22.47 A OK       ID39.4   Smartphone Ping.If
20190819 18.22.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.22.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.22.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.22.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.22.58 A OK       ID39.9   Smartphone Ping.End If
20190819 18.22.58 A OK       ID39.10  Smartphone Ping.If
20190819 18.22.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.22.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.22.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.22.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.22.58 A OK       ID39.12  Smartphone Ping.End If
20190819 18.22.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.22.58 T ExitOK   ID39     Smartphone Ping
20190819 18.22.58 E Stop     ID0:0.0  TaskService
20190819 18.24.00 P Instant  ID40     Smartphone Ping
20190819 18.24.00 E Start    ID0:0.0  TaskService
20190819 18.24.00 T Running  ID39     Smartphone Ping
20190819 18.24.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.24.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.24.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.24.03 A OK       ID39.4   Smartphone Ping.If
20190819 18.24.03 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.24.13 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.24.13 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.24.13 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.24.13 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.24.16 A OK       ID39.4   Smartphone Ping.If
20190819 18.24.16 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.24.27 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.24.27 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.24.27 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.24.27 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.24.30 A OK       ID39.4   Smartphone Ping.If
20190819 18.24.30 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.24.41 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.24.41 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.24.41 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.24.41 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.24.44 A OK       ID39.4   Smartphone Ping.If
20190819 18.24.44 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.24.55 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.24.55 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.24.55 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.24.55 A OK       ID39.9   Smartphone Ping.End If
20190819 18.24.55 A OK       ID39.10  Smartphone Ping.If
20190819 18.24.55 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.24.55 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.24.55 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.24.55 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.24.55 A OK       ID39.12  Smartphone Ping.End If
20190819 18.24.55 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.24.55 T ExitOK   ID39     Smartphone Ping
20190819 18.24.55 E Stop     ID0:0.0  TaskService
20190819 18.26.02 P Instant  ID40     Smartphone Ping
20190819 18.26.02 E Start    ID0:0.0  TaskService
20190819 18.26.02 T Running  ID39     Smartphone Ping
20190819 18.26.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.26.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.26.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.26.05 A OK       ID39.4   Smartphone Ping.If
20190819 18.26.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.26.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.26.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.26.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.26.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.26.19 A OK       ID39.4   Smartphone Ping.If
20190819 18.26.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.26.30 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.26.30 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.26.30 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.26.30 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.26.33 A OK       ID39.4   Smartphone Ping.If
20190819 18.26.33 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.26.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.26.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.26.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.26.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.26.47 A OK       ID39.4   Smartphone Ping.If
20190819 18.26.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.26.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.26.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.26.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.26.58 A OK       ID39.9   Smartphone Ping.End If
20190819 18.26.58 A OK       ID39.10  Smartphone Ping.If
20190819 18.26.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.26.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.26.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.26.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.26.58 A OK       ID39.12  Smartphone Ping.End If
20190819 18.26.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.26.58 T ExitOK   ID39     Smartphone Ping
20190819 18.26.58 E Stop     ID0:0.0  TaskService
20190819 18.28.01 P Instant  ID40     Smartphone Ping
20190819 18.28.01 E Start    ID0:0.0  TaskService
20190819 18.28.01 T Running  ID39     Smartphone Ping
20190819 18.28.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.28.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.28.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.28.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.28.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.28.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.28.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.28.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.28.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.28.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.28.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.28.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.28.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.28.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.28.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.28.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.28.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.28.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.28.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.28.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.28.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.28.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.28.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.28.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.28.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.28.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.28.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.28.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.28.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.28.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.28.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.28.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.28.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.28.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.28.57 T ExitOK   ID39     Smartphone Ping
20190819 18.28.57 E Stop     ID0:0.0  TaskService
20190819 18.30.02 E Start    ID0:0.0  TaskService
20190819 18.30.02 P Instant  ID40     Smartphone Ping
20190819 18.30.02 T Running  ID39     Smartphone Ping
20190819 18.30.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.30.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.30.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.30.05 A OK       ID39.4   Smartphone Ping.If
20190819 18.30.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.30.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.30.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.30.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.30.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.30.19 A OK       ID39.4   Smartphone Ping.If
20190819 18.30.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.30.30 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.30.30 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.30.30 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.30.30 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.30.33 A OK       ID39.4   Smartphone Ping.If
20190819 18.30.33 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.30.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.30.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.30.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.30.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.30.47 A OK       ID39.4   Smartphone Ping.If
20190819 18.30.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.30.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.30.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.30.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.30.58 A OK       ID39.9   Smartphone Ping.End If
20190819 18.30.58 A OK       ID39.10  Smartphone Ping.If
20190819 18.30.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.30.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.30.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.30.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.30.58 A OK       ID39.12  Smartphone Ping.End If
20190819 18.30.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.30.58 T ExitOK   ID39     Smartphone Ping
20190819 18.30.58 E Stop     ID0:0.0  TaskService
20190819 18.32.02 P Instant  ID40     Smartphone Ping
20190819 18.32.02 E Start    ID0:0.0  TaskService
20190819 18.32.02 T Running  ID39     Smartphone Ping
20190819 18.32.02 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.32.02 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.32.02 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.32.05 A OK       ID39.4   Smartphone Ping.If
20190819 18.32.05 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.32.16 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.32.16 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.32.16 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.32.16 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.32.19 A OK       ID39.4   Smartphone Ping.If
20190819 18.32.19 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.32.30 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.32.30 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.32.30 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.32.30 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.32.33 A OK       ID39.4   Smartphone Ping.If
20190819 18.32.33 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.32.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.32.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.32.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.32.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.32.47 A OK       ID39.4   Smartphone Ping.If
20190819 18.32.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.32.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.32.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.32.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.32.58 A OK       ID39.9   Smartphone Ping.End If
20190819 18.32.58 A OK       ID39.10  Smartphone Ping.If
20190819 18.32.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.32.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.32.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.32.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.32.58 A OK       ID39.12  Smartphone Ping.End If
20190819 18.32.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.32.58 T ExitOK   ID39     Smartphone Ping
20190819 18.32.58 E Stop     ID0:0.0  TaskService
20190819 18.34.01 E Start    ID0:0.0  TaskService
20190819 18.34.01 P Instant  ID40     Smartphone Ping
20190819 18.34.01 T Running  ID39     Smartphone Ping
20190819 18.34.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.34.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.34.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.34.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.34.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.34.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.34.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.34.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.34.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.34.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.34.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.34.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.34.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.34.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.34.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.34.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.34.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.34.42 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.34.42 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.34.42 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.34.42 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.34.45 A OK       ID39.4   Smartphone Ping.If
20190819 18.34.45 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.34.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.34.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.34.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.34.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.34.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.34.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.34.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.34.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.34.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.34.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.34.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.34.57 T ExitOK   ID39     Smartphone Ping
20190819 18.34.57 E Stop     ID0:0.0  TaskService
20190819 18.36.01 P Instant  ID40     Smartphone Ping
20190819 18.36.01 E Start    ID0:0.0  TaskService
20190819 18.36.01 T Running  ID39     Smartphone Ping
20190819 18.36.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.36.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.36.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.36.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.36.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.36.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.36.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.36.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.36.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.36.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.36.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.36.30 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.36.30 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.36.30 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.36.30 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.36.33 A OK       ID39.4   Smartphone Ping.If
20190819 18.36.33 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.36.44 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.36.44 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.36.44 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.36.44 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.36.47 A OK       ID39.4   Smartphone Ping.If
20190819 18.36.47 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.36.58 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.36.58 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.36.58 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.36.58 A OK       ID39.9   Smartphone Ping.End If
20190819 18.36.58 A OK       ID39.10  Smartphone Ping.If
20190819 18.36.58 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.36.58 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.36.58 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.36.58 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.36.58 A OK       ID39.12  Smartphone Ping.End If
20190819 18.36.58 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.36.58 T ExitOK   ID39     Smartphone Ping
20190819 18.36.58 E Stop     ID0:0.0  TaskService
20190819 18.38.01 P Instant  ID40     Smartphone Ping
20190819 18.38.01 E Start    ID0:0.0  TaskService
20190819 18.38.01 T Running  ID39     Smartphone Ping
20190819 18.38.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.38.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.38.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.38.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.38.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.38.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.38.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.38.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.38.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.38.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.38.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.38.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.38.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.38.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.38.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.38.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.38.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.38.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.38.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.38.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.38.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.38.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.38.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.38.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.38.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.38.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.38.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.38.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.38.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.38.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.38.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.38.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.38.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.38.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.38.57 T ExitOK   ID39     Smartphone Ping
20190819 18.38.57 E Stop     ID0:0.0  TaskService
20190819 18.40.00 P Instant  ID40     Smartphone Ping
20190819 18.40.00 E Start    ID0:0.0  TaskService
20190819 18.40.00 T Running  ID39     Smartphone Ping
20190819 18.40.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.40.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.40.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.40.03 A OK       ID39.4   Smartphone Ping.If
20190819 18.40.03 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.40.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.40.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.40.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.40.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.40.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.40.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.40.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.40.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.40.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.40.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.40.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.40.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.40.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.40.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.40.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.40.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.40.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.40.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.40.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.40.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.40.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.40.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.40.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.40.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.40.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.40.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.40.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.40.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.40.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.40.57 T ExitOK   ID39     Smartphone Ping
20190819 18.40.57 E Stop     ID0:0.0  TaskService
20190819 18.42.01 P Instant  ID40     Smartphone Ping
20190819 18.42.01 E Start    ID0:0.0  TaskService
20190819 18.42.01 T Running  ID39     Smartphone Ping
20190819 18.42.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.42.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.42.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.42.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.42.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.42.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.42.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.42.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.42.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.42.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.42.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.42.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.42.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.42.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.42.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.42.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.42.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.42.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.42.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.42.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.42.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.42.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.42.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.42.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.42.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.42.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.42.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.42.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.42.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.42.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.42.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.42.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.42.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.42.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.42.57 T ExitOK   ID39     Smartphone Ping
20190819 18.42.57 E Stop     ID0:0.0  TaskService
20190819 18.44.01 E Start    ID0:0.0  TaskService
20190819 18.44.01 P Instant  ID40     Smartphone Ping
20190819 18.44.01 T Running  ID39     Smartphone Ping
20190819 18.44.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.44.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.44.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.44.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.44.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.44.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.44.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.44.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.44.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.44.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.44.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.44.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.44.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.44.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.44.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.44.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.44.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.44.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.44.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.44.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.44.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.44.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.44.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.44.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.44.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.44.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.44.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.44.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.44.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.44.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.44.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.44.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.44.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.44.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.44.57 T ExitOK   ID39     Smartphone Ping
20190819 18.44.57 E Stop     ID0:0.0  TaskService
20190819 18.46.01 P Instant  ID40     Smartphone Ping
20190819 18.46.01 E Start    ID0:0.0  TaskService
20190819 18.46.01 T Running  ID39     Smartphone Ping
20190819 18.46.01 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.46.01 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.46.01 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.46.04 A OK       ID39.4   Smartphone Ping.If
20190819 18.46.04 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.46.15 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.46.15 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.46.15 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.46.15 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.46.18 A OK       ID39.4   Smartphone Ping.If
20190819 18.46.18 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 18.46.29 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.46.29 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.46.29 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.46.29 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.46.32 A OK       ID39.4   Smartphone Ping.If
20190819 18.46.32 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 18.46.43 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.46.43 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.46.43 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.46.43 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.46.46 A OK       ID39.4   Smartphone Ping.If
20190819 18.46.46 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 18.46.57 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.46.57 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 18.46.57 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 18.46.57 A OK       ID39.9   Smartphone Ping.End If
20190819 18.46.57 A OK       ID39.10  Smartphone Ping.If
20190819 18.46.57 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 18.46.57 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 18.46.57 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 18.46.57 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 18.46.57 A OK       ID39.12  Smartphone Ping.End If
20190819 18.46.57 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.46.57 T ExitOK   ID39     Smartphone Ping
20190819 18.46.57 E Stop     ID0:0.0  TaskService
20190819 18.47.25 E Start    ID0:0.0  TaskService
20190819 18.47.35 E Stop     ID0:0.0  TaskService
20190819 18.48.00 P Instant  ID40     Smartphone Ping
20190819 18.48.00 E Start    ID0:0.0  TaskService
20190819 18.48.00 T Running  ID39     Smartphone Ping
20190819 18.48.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.48.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.48.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.48.03 A OK       ID39.4   Smartphone Ping.If
20190819 18.48.03 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 18.48.13 A OK       ID39.6   Smartphone Ping.Wait
20190819 18.48.13 A OK       ID39.7   Smartphone Ping.Goto
20190819 18.48.13 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.48.13 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.48.15 A OK       ID39.4   Smartphone Ping.If
20190819 18.48.15 A OK       ID39.10  Smartphone Ping.If
20190819 18.48.15 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.48.15 T ExitOK   ID39     Smartphone Ping
20190819 18.48.15 E Stop     ID0:0.0  TaskService
20190819 18.50.00 E Start    ID0:0.0  TaskService
20190819 18.50.00 P Instant  ID40     Smartphone Ping
20190819 18.50.00 T Running  ID39     Smartphone Ping
20190819 18.50.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.50.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.50.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.50.02 A OK       ID39.4   Smartphone Ping.If
20190819 18.50.02 A OK       ID39.10  Smartphone Ping.If
20190819 18.50.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.50.02 T ExitOK   ID39     Smartphone Ping
20190819 18.50.02 E Stop     ID0:0.0  TaskService
20190819 18.52.00 E Start    ID0:0.0  TaskService
20190819 18.52.00 P Instant  ID40     Smartphone Ping
20190819 18.52.00 T Running  ID39     Smartphone Ping
20190819 18.52.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.52.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.52.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.52.01 A OK       ID39.4   Smartphone Ping.If
20190819 18.52.01 A OK       ID39.10  Smartphone Ping.If
20190819 18.52.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.52.01 T ExitOK   ID39     Smartphone Ping
20190819 18.52.01 E Stop     ID0:0.0  TaskService
20190819 18.54.00 E Start    ID0:0.0  TaskService
20190819 18.54.00 P Instant  ID40     Smartphone Ping
20190819 18.54.00 T Running  ID39     Smartphone Ping
20190819 18.54.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.54.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.54.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.54.02 A OK       ID39.4   Smartphone Ping.If
20190819 18.54.02 A OK       ID39.10  Smartphone Ping.If
20190819 18.54.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.54.02 T ExitOK   ID39     Smartphone Ping
20190819 18.54.02 E Stop     ID0:0.0  TaskService
20190819 18.56.00 E Start    ID0:0.0  TaskService
20190819 18.56.00 P Instant  ID40     Smartphone Ping
20190819 18.56.00 T Running  ID39     Smartphone Ping
20190819 18.56.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.56.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.56.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.56.02 A OK       ID39.4   Smartphone Ping.If
20190819 18.56.02 A OK       ID39.10  Smartphone Ping.If
20190819 18.56.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.56.02 T ExitOK   ID39     Smartphone Ping
20190819 18.56.02 E Stop     ID0:0.0  TaskService
20190819 18.58.00 E Start    ID0:0.0  TaskService
20190819 18.58.00 P Instant  ID40     Smartphone Ping
20190819 18.58.00 T Running  ID39     Smartphone Ping
20190819 18.58.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.58.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 18.58.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 18.58.01 A OK       ID39.4   Smartphone Ping.If
20190819 18.58.01 A OK       ID39.10  Smartphone Ping.If
20190819 18.58.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 18.58.01 T ExitOK   ID39     Smartphone Ping
20190819 18.58.01 E Stop     ID0:0.0  TaskService
20190819 19.00.00 E Start    ID0:0.0  TaskService
20190819 19.00.00 T Running  ID39     Smartphone Ping
20190819 19.00.00 P Instant  ID40     Smartphone Ping
20190819 19.00.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.00.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.00.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.00.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.00.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.00.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.00.02 T ExitOK   ID39     Smartphone Ping
20190819 19.00.02 E Stop     ID0:0.0  TaskService
20190819 19.02.00 E Start    ID0:0.0  TaskService
20190819 19.02.00 P Instant  ID40     Smartphone Ping
20190819 19.02.00 T Running  ID39     Smartphone Ping
20190819 19.02.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.02.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.02.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.02.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.02.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.02.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.02.02 T ExitOK   ID39     Smartphone Ping
20190819 19.02.02 E Stop     ID0:0.0  TaskService
20190819 19.04.00 E Start    ID0:0.0  TaskService
20190819 19.04.00 P Instant  ID40     Smartphone Ping
20190819 19.04.00 T Running  ID39     Smartphone Ping
20190819 19.04.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.04.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.04.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.04.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.04.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.04.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.04.02 T ExitOK   ID39     Smartphone Ping
20190819 19.04.02 E Stop     ID0:0.0  TaskService
20190819 19.06.00 E Start    ID0:0.0  TaskService
20190819 19.06.00 P Instant  ID40     Smartphone Ping
20190819 19.06.00 T Running  ID39     Smartphone Ping
20190819 19.06.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.06.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.06.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.06.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.06.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.06.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.06.01 T ExitOK   ID39     Smartphone Ping
20190819 19.06.01 E Stop     ID0:0.0  TaskService
20190819 19.08.00 E Start    ID0:0.0  TaskService
20190819 19.08.00 P Instant  ID40     Smartphone Ping
20190819 19.08.00 T Running  ID39     Smartphone Ping
20190819 19.08.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.08.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.08.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.08.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.08.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.08.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.08.01 T ExitOK   ID39     Smartphone Ping
20190819 19.08.01 E Stop     ID0:0.0  TaskService
20190819 19.10.00 E Start    ID0:0.0  TaskService
20190819 19.10.00 P Instant  ID40     Smartphone Ping
20190819 19.10.00 T Running  ID39     Smartphone Ping
20190819 19.10.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.10.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.10.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.10.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.10.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.10.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.10.01 T ExitOK   ID39     Smartphone Ping
20190819 19.10.01 E Stop     ID0:0.0  TaskService
20190819 19.12.00 E Start    ID0:0.0  TaskService
20190819 19.12.00 P Instant  ID40     Smartphone Ping
20190819 19.12.00 T Running  ID39     Smartphone Ping
20190819 19.12.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.12.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.12.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.12.03 A OK       ID39.4   Smartphone Ping.If
20190819 19.12.03 A OK       ID39.10  Smartphone Ping.If
20190819 19.12.03 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.12.03 T ExitOK   ID39     Smartphone Ping
20190819 19.12.03 E Stop     ID0:0.0  TaskService
20190819 19.14.00 E Start    ID0:0.0  TaskService
20190819 19.14.00 P Instant  ID40     Smartphone Ping
20190819 19.14.00 T Running  ID39     Smartphone Ping
20190819 19.14.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.14.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.14.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.14.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.14.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.14.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.14.02 T ExitOK   ID39     Smartphone Ping
20190819 19.14.02 E Stop     ID0:0.0  TaskService
20190819 19.16.00 E Start    ID0:0.0  TaskService
20190819 19.16.00 P Instant  ID40     Smartphone Ping
20190819 19.16.00 T Running  ID39     Smartphone Ping
20190819 19.16.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.16.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.16.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.16.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.16.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.16.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.16.02 T ExitOK   ID39     Smartphone Ping
20190819 19.16.02 E Stop     ID0:0.0  TaskService
20190819 19.18.00 E Start    ID0:0.0  TaskService
20190819 19.18.00 P Instant  ID40     Smartphone Ping
20190819 19.18.00 T Running  ID39     Smartphone Ping
20190819 19.18.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.18.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.18.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.18.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.18.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.18.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.18.02 T ExitOK   ID39     Smartphone Ping
20190819 19.18.02 E Stop     ID0:0.0  TaskService
20190819 19.20.00 E Start    ID0:0.0  TaskService
20190819 19.20.00 P Instant  ID40     Smartphone Ping
20190819 19.20.00 T Running  ID39     Smartphone Ping
20190819 19.20.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.20.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.20.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.20.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.20.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.20.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.20.02 T ExitOK   ID39     Smartphone Ping
20190819 19.20.02 E Stop     ID0:0.0  TaskService
20190819 19.22.00 E Start    ID0:0.0  TaskService
20190819 19.22.00 P Instant  ID40     Smartphone Ping
20190819 19.22.00 T Running  ID39     Smartphone Ping
20190819 19.22.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.22.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.22.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.22.03 A OK       ID39.4   Smartphone Ping.If
20190819 19.22.03 A OK       ID39.10  Smartphone Ping.If
20190819 19.22.03 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.22.03 T ExitOK   ID39     Smartphone Ping
20190819 19.22.03 E Stop     ID0:0.0  TaskService
20190819 19.24.00 E Start    ID0:0.0  TaskService
20190819 19.24.00 P Instant  ID40     Smartphone Ping
20190819 19.24.00 T Running  ID39     Smartphone Ping
20190819 19.24.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.24.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.24.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.24.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.24.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.24.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.24.01 T ExitOK   ID39     Smartphone Ping
20190819 19.24.01 E Stop     ID0:0.0  TaskService
20190819 19.26.00 E Start    ID0:0.0  TaskService
20190819 19.26.00 P Instant  ID40     Smartphone Ping
20190819 19.26.00 T Running  ID39     Smartphone Ping
20190819 19.26.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.26.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.26.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.26.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.26.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.26.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.26.02 T ExitOK   ID39     Smartphone Ping
20190819 19.26.02 E Stop     ID0:0.0  TaskService
20190819 19.28.00 E Start    ID0:0.0  TaskService
20190819 19.28.00 P Instant  ID40     Smartphone Ping
20190819 19.28.00 T Running  ID39     Smartphone Ping
20190819 19.28.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.28.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.28.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.28.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.28.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.28.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.28.02 T ExitOK   ID39     Smartphone Ping
20190819 19.28.02 E Stop     ID0:0.0  TaskService
20190819 19.30.00 E Start    ID0:0.0  TaskService
20190819 19.30.00 T Running  ID39     Smartphone Ping
20190819 19.30.00 P Instant  ID40     Smartphone Ping
20190819 19.30.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.30.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.30.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.30.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.30.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.30.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.30.01 T ExitOK   ID39     Smartphone Ping
20190819 19.30.01 E Stop     ID0:0.0  TaskService
20190819 19.32.00 E Start    ID0:0.0  TaskService
20190819 19.32.00 P Instant  ID40     Smartphone Ping
20190819 19.32.00 T Running  ID39     Smartphone Ping
20190819 19.32.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.32.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.32.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.32.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.32.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.32.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.32.02 T ExitOK   ID39     Smartphone Ping
20190819 19.32.02 E Stop     ID0:0.0  TaskService
20190819 19.34.00 E Start    ID0:0.0  TaskService
20190819 19.34.00 T Running  ID39     Smartphone Ping
20190819 19.34.00 P Instant  ID40     Smartphone Ping
20190819 19.34.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.34.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.34.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.34.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.34.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.34.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.34.02 T ExitOK   ID39     Smartphone Ping
20190819 19.34.02 E Stop     ID0:0.0  TaskService
20190819 19.36.00 E Start    ID0:0.0  TaskService
20190819 19.36.00 P Instant  ID40     Smartphone Ping
20190819 19.36.00 T Running  ID39     Smartphone Ping
20190819 19.36.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.36.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.36.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.36.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.36.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.36.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.36.02 T ExitOK   ID39     Smartphone Ping
20190819 19.36.02 E Stop     ID0:0.0  TaskService
20190819 19.38.00 E Start    ID0:0.0  TaskService
20190819 19.38.00 P Instant  ID40     Smartphone Ping
20190819 19.38.00 T Running  ID39     Smartphone Ping
20190819 19.38.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.38.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.38.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.38.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.38.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.38.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.38.02 T ExitOK   ID39     Smartphone Ping
20190819 19.38.02 E Stop     ID0:0.0  TaskService
20190819 19.40.00 E Start    ID0:0.0  TaskService
20190819 19.40.00 P Instant  ID40     Smartphone Ping
20190819 19.40.00 T Running  ID39     Smartphone Ping
20190819 19.40.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.40.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.40.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.40.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.40.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.40.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.40.02 T ExitOK   ID39     Smartphone Ping
20190819 19.40.02 E Stop     ID0:0.0  TaskService
20190819 19.42.00 E Start    ID0:0.0  TaskService
20190819 19.42.00 P Instant  ID40     Smartphone Ping
20190819 19.42.00 T Running  ID39     Smartphone Ping
20190819 19.42.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.42.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.42.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.42.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.42.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.42.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.42.01 T ExitOK   ID39     Smartphone Ping
20190819 19.42.01 E Stop     ID0:0.0  TaskService
20190819 19.44.00 E Start    ID0:0.0  TaskService
20190819 19.44.00 T Running  ID39     Smartphone Ping
20190819 19.44.00 P Instant  ID40     Smartphone Ping
20190819 19.44.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.44.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.44.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.44.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.44.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.44.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.44.01 T ExitOK   ID39     Smartphone Ping
20190819 19.44.01 E Stop     ID0:0.0  TaskService
20190819 19.46.00 E Start    ID0:0.0  TaskService
20190819 19.46.00 T Running  ID39     Smartphone Ping
20190819 19.46.00 P Instant  ID40     Smartphone Ping
20190819 19.46.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.46.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.46.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.46.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.46.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.46.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.46.01 T ExitOK   ID39     Smartphone Ping
20190819 19.46.01 E Stop     ID0:0.0  TaskService
20190819 19.48.00 E Start    ID0:0.0  TaskService
20190819 19.48.00 P Instant  ID40     Smartphone Ping
20190819 19.48.00 T Running  ID39     Smartphone Ping
20190819 19.48.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.48.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.48.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.48.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.48.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.48.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.48.02 T ExitOK   ID39     Smartphone Ping
20190819 19.48.02 E Stop     ID0:0.0  TaskService
20190819 19.50.00 E Start    ID0:0.0  TaskService
20190819 19.50.00 P Instant  ID40     Smartphone Ping
20190819 19.50.00 T Running  ID39     Smartphone Ping
20190819 19.50.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.50.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.50.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.50.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.50.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.50.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.50.02 T ExitOK   ID39     Smartphone Ping
20190819 19.50.02 E Stop     ID0:0.0  TaskService
20190819 19.52.00 E Start    ID0:0.0  TaskService
20190819 19.52.00 T Running  ID39     Smartphone Ping
20190819 19.52.00 P Instant  ID40     Smartphone Ping
20190819 19.52.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.52.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.52.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.52.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.52.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.52.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.52.02 T ExitOK   ID39     Smartphone Ping
20190819 19.52.02 E Stop     ID0:0.0  TaskService
20190819 19.54.00 E Start    ID0:0.0  TaskService
20190819 19.54.00 P Instant  ID40     Smartphone Ping
20190819 19.54.00 T Running  ID39     Smartphone Ping
20190819 19.54.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.54.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.54.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.54.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.54.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.54.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.54.02 T ExitOK   ID39     Smartphone Ping
20190819 19.54.02 E Stop     ID0:0.0  TaskService
20190819 19.56.00 E Start    ID0:0.0  TaskService
20190819 19.56.00 P Instant  ID40     Smartphone Ping
20190819 19.56.00 T Running  ID39     Smartphone Ping
20190819 19.56.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.56.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.56.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.56.01 A OK       ID39.4   Smartphone Ping.If
20190819 19.56.01 A OK       ID39.10  Smartphone Ping.If
20190819 19.56.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.56.01 T ExitOK   ID39     Smartphone Ping
20190819 19.56.01 E Stop     ID0:0.0  TaskService
20190819 19.58.00 E Start    ID0:0.0  TaskService
20190819 19.58.00 P Instant  ID40     Smartphone Ping
20190819 19.58.00 T Running  ID39     Smartphone Ping
20190819 19.58.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.58.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 19.58.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 19.58.02 A OK       ID39.4   Smartphone Ping.If
20190819 19.58.02 A OK       ID39.10  Smartphone Ping.If
20190819 19.58.02 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 19.58.02 T ExitOK   ID39     Smartphone Ping
20190819 19.58.02 E Stop     ID0:0.0  TaskService
20190819 20.00.00 P Instant  ID40     Smartphone Ping
20190819 20.00.00 E Start    ID0:0.0  TaskService
20190819 20.00.00 T Running  ID39     Smartphone Ping
20190819 20.00.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 20.00.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 20.00.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 20.00.01 A OK       ID39.4   Smartphone Ping.If
20190819 20.00.01 A OK       ID39.10  Smartphone Ping.If
20190819 20.00.01 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 20.00.01 T ExitOK   ID39     Smartphone Ping
20190819 20.00.01 E Stop     ID0:0.0  TaskService
20190819 20.02.00 E Start    ID0:0.0  TaskService
20190819 20.02.00 P Instant  ID40     Smartphone Ping
20190819 20.02.00 T Running  ID39     Smartphone Ping
20190819 20.02.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 20.02.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 20.02.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 20.02.03 A OK       ID39.4   Smartphone Ping.If
20190819 20.02.03 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 20.02.14 A OK       ID39.6   Smartphone Ping.Wait
20190819 20.02.14 A OK       ID39.7   Smartphone Ping.Goto
20190819 20.02.14 A Disabled ID39.2   Smartphone Ping.Beep
20190819 20.02.14 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 20.02.17 A OK       ID39.4   Smartphone Ping.If
20190819 20.02.17 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=2
20190819 20.02.27 A OK       ID39.6   Smartphone Ping.Wait
20190819 20.02.27 A OK       ID39.7   Smartphone Ping.Goto
20190819 20.02.27 A Disabled ID39.2   Smartphone Ping.Beep
20190819 20.02.27 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 20.02.30 A OK       ID39.4   Smartphone Ping.If
20190819 20.02.30 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=3
20190819 20.02.40 A OK       ID39.6   Smartphone Ping.Wait
20190819 20.02.40 A OK       ID39.7   Smartphone Ping.Goto
20190819 20.02.40 A Disabled ID39.2   Smartphone Ping.Beep
20190819 20.02.40 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 20.02.43 A OK       ID39.4   Smartphone Ping.If
20190819 20.02.44 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=4
20190819 20.02.54 A OK       ID39.6   Smartphone Ping.Wait
20190819 20.02.54 A IfFail   ID39.7   Smartphone Ping.Goto
20190819 20.02.54 A OK       ID39.8   Smartphone Ping.Auto Input
20190819 20.02.54 A OK       ID39.9   Smartphone Ping.End If
20190819 20.02.54 A OK       ID39.10  Smartphone Ping.If
20190819 20.02.54 T Running  ID23:2   Steckdose Flur Ausschalten
20190819 20.02.54 A OK       ID39.11  Smartphone Ping.Perform Task, Steckdose Flur Ausschalten
20190819 20.02.54 A OK       ID23:2.1 Steckdose Flur Ausschalten.com.cuberob.autohue\n***\n*!&$*;com.cuberob.autohue.Activities.hue.view.HueEditActivity
20190819 20.02.54 T ExitOK   ID23:2   Steckdose Flur Ausschalten
20190819 20.02.54 A OK       ID39.12  Smartphone Ping.End If
20190819 20.02.54 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 20.02.54 T ExitOK   ID39     Smartphone Ping
20190819 20.02.54 E Stop     ID0:0.0  TaskService
20190819 20.03.05 E Start    ID0:0.0  TaskService
20190819 20.03.15 E Stop     ID0:0.0  TaskService
20190819 20.03.19 E Start    ID0:0.0  TaskService
20190819 20.03.31 E Stop     ID0:0.0  TaskService
20190819 20.04.00 P Instant  ID40     Smartphone Ping
20190819 20.04.00 E Start    ID0:0.0  TaskService
20190819 20.04.00 T Running  ID39     Smartphone Ping
20190819 20.04.00 A OK       ID39.1   Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 20.04.00 A Disabled ID39.2   Smartphone Ping.Beep
20190819 20.04.00 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 20.04.03 A OK       ID39.4   Smartphone Ping.If
20190819 20.04.03 A OK       ID39.5   Smartphone Ping.Var Add, %Smartnothere=1
20190819 20.04.13 A OK       ID39.6   Smartphone Ping.Wait
20190819 20.04.13 A OK       ID39.7   Smartphone Ping.Goto
20190819 20.04.13 A Disabled ID39.2   Smartphone Ping.Beep
20190819 20.04.13 A OK       ID39.3   Smartphone Ping.IP Adresse Anpassen
20190819 20.04.15 A OK       ID39.4   Smartphone Ping.If
20190819 20.04.15 A OK       ID39.10  Smartphone Ping.If
20190819 20.04.15 A OK       ID39.13  Smartphone Ping.Var Clear, %Smartnothere=%Smartnothere
20190819 20.04.15 T ExitOK   ID39     Smartphone Ping
20190819 20.04.15 E Stop     ID0:0.0  TaskService
 
@magic.dave
Ha er hat dein Smartphone nicht erreicht 5 mal ganz einfach. Du kannst versuchen fie aktion 6 hoch zu drehen 15 sec und oder statt nur 5 mal 7 - 8 Anping versuche zu nehmen. Der Deepsleep der mal erwähnt wurde kann auch ein anpingen, besser gesagt das Antworten verhindern.
 
  • Danke
Reaktionen: magic.dave

Ähnliche Themen

X
Antworten
0
Aufrufe
241
xyzUpdate
X
Viper73
Antworten
3
Aufrufe
234
Viper73
Viper73
S
Antworten
1
Aufrufe
212
NitramAkloh
N
Zurück
Oben Unten