[82_LGTV_WebOS.pm] Modul für LG TV's mit WebOS

Begonnen von CoolTux, 08 Februar 2017, 00:02:58

Vorheriges Thema - Nächstes Thema

CoolTux

Guten Morgen Leute,

Vielen vielen Dank erstmal an Wolle, ja und auch an die anderen Mitstreiter natürlich. Aber Wolles Log hat schon mal ein bisschen was gezeigt, leider noch keine Lösung.


{"type":"registered","id":"register_1507656901.34559","payload":{"client-key":"a5fc4f8e41bb32209kljlk776dfdff84d"}}
{"type":"response","id":"request_1507656921.36138","payload":{"returnValue":true,"scenario":"mastervolume_ext_speaker_arc","volume":0,"volumeMax":100,"mute":true}}
   
    if( defined($decode_json->{type}) ) {
   
        if( $decode_json->{type} eq 'registered' and defined($decode_json->{payload}{'client-key'}) ) {
       
            $hash->{helper}{device}{registered}     = 1;
       
        } elsif( ($decode_json->{type} eq 'response' and $decode_json->{payload}{returnValue} eq 'true') or ($decode_json->{type} eq 'registered') and defined($decode_json->{payload}{'client-key'}) ) {
       
            $response = 'ok';
            readingsBulkUpdate($hash,'pairing','paired');
            $hash->{helper}{device}{runsetcmd}  = $hash->{helper}{device}{runsetcmd} - 1 if($hash->{helper}{device}{runsetcmd} > 0);
           
        } elsif( $decode_json->{type} eq 'error' ) {
       
            $response = "error - $decode_json->{error}";
           
            if($decode_json->{error} eq '401 insufficient permissions' or $decode_json->{error} eq '401 insufficient permissions (not registered)') {
           
                readingsBulkUpdate($hash,'pairing','unpaired');
            }
           
            $hash->{helper}{device}{runsetcmd}  = $hash->{helper}{device}{runsetcmd} - 1 if($hash->{helper}{device}{runsetcmd} > 0);
        }
    }


Ihr seht hier 2 JSON Strings welche nacheinander rein kamen. Dazu seht Ihr die entsprechenden Bedingungen und was dann gemacht werden soll.
Interessanter Weise muß auf jeden Fall wenigstens einmal das Reading pairing geschrieben worden sein. Und zwar mit paired.

Kann bitte einmal jemand der das pairing Problem hat ein Device Log laufen lassen. Also nicht Systemlog sondern richtig ein Log Device anlegen mit entsprechender Regex. Am besten gleich auf das ganze Device.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Wolle02

Guten Morgen, bitte entschuldige, dass es so lange gedauert hat, aber ich bin die letzten tage zu nix gekommen.

Ich habe mal ein Logdevice angelegt. Mit RegExp stehe ich so a bissl auf Kriegsfuß deswegen weiß ich nicht, ob das so richtig ist:

Internals:
   CFGFN
   DEF        /usr/local/fhem/opt/log/Fernseher-%Y.log Fernseher:.*
   NAME       FileLog_Fernseher
   NOTIFYDEV  Fernseher
   NR         47466
   NTFY_ORDER 50-FileLog_Fernseher
   REGEXP     Fernseher:.*
   STATE      active
   TYPE       FileLog
   currentlogfile /usr/local/fhem/opt/log/Fernseher-2017.log
   logfile    /usr/local/fhem/opt/log/Fernseher-%Y.log
   READINGS:
     2017-10-14 10:10:42   linesInTheFile  130685
Attributes:
   logtype    text
   room       LGTV
   verbose    5


Im Logfile kommt dann folgendes:

2017-10-14_10:12:54 Fernseher on
2017-10-14_10:12:54 Fernseher lastResponse: error - 401 insufficient permissions
2017-10-14_10:12:54 Fernseher lgKey: a5fc4f8e41e49c09bb32209ab7b9f84d
2017-10-14_10:12:56 Fernseher channel: 108
2017-10-14_10:12:56 Fernseher channelName: VOX
2017-10-14_10:12:56 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:12:58 Fernseher launchApp: TV
2017-10-14_10:12:58 Fernseher input: -
2017-10-14_10:13:00 Fernseher 3DMode: 2d
2017-10-14_10:13:02 Fernseher extInput_AV: connect_0
2017-10-14_10:13:02 Fernseher extInput_Komponente: connect_1
2017-10-14_10:13:02 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:13:02 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:13:02 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:13:02 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:13:04 Fernseher volume: 0
2017-10-14_10:13:06 Fernseher channel: 108
2017-10-14_10:13:06 Fernseher channelName: VOX
2017-10-14_10:13:06 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:13:08 Fernseher launchApp: TV
2017-10-14_10:13:08 Fernseher input: -
2017-10-14_10:13:10 Fernseher 3DMode: 2d
2017-10-14_10:13:12 Fernseher extInput_AV: connect_0
2017-10-14_10:13:12 Fernseher extInput_Komponente: connect_1
2017-10-14_10:13:12 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:13:12 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:13:12 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:13:12 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:13:14 Fernseher volume: 0
2017-10-14_10:13:16 Fernseher channel: 108
2017-10-14_10:13:16 Fernseher channelName: VOX
2017-10-14_10:13:16 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:13:18 Fernseher launchApp: TV
2017-10-14_10:13:18 Fernseher input: -
2017-10-14_10:13:20 Fernseher 3DMode: 2d
2017-10-14_10:13:22 Fernseher extInput_AV: connect_0
2017-10-14_10:13:22 Fernseher extInput_Komponente: connect_1
2017-10-14_10:13:22 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:13:22 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:13:22 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:13:22 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:13:28 Fernseher launchApp: TV
2017-10-14_10:13:28 Fernseher input: -
2017-10-14_10:13:30 Fernseher 3DMode: 2d
2017-10-14_10:13:32 Fernseher extInput_AV: connect_0
2017-10-14_10:13:32 Fernseher extInput_Komponente: connect_1
2017-10-14_10:13:32 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:13:32 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:13:32 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:13:32 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:13:34 Fernseher volume: 0
2017-10-14_10:13:36 Fernseher channel: 108
2017-10-14_10:13:36 Fernseher channelName: VOX
2017-10-14_10:13:36 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:13:38 Fernseher launchApp: TV
2017-10-14_10:13:38 Fernseher input: -
2017-10-14_10:13:40 Fernseher 3DMode: 2d
2017-10-14_10:13:42 Fernseher extInput_AV: connect_0
2017-10-14_10:13:42 Fernseher extInput_Komponente: connect_1
2017-10-14_10:13:42 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:13:42 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:13:42 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:13:42 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:13:44 Fernseher volume: 0
2017-10-14_10:13:46 Fernseher channel: 1
2017-10-14_10:13:46 Fernseher channelName: Das Erste HD
2017-10-14_10:13:46 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:13:48 Fernseher launchApp: TV
2017-10-14_10:13:48 Fernseher input: -
2017-10-14_10:13:50 Fernseher 3DMode: 2d
2017-10-14_10:13:52 Fernseher extInput_AV: connect_0
2017-10-14_10:13:52 Fernseher extInput_Komponente: connect_1
2017-10-14_10:13:52 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:13:52 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:13:52 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:13:52 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:13:54 Fernseher volume: 0
2017-10-14_10:13:57 Fernseher channel: 1
2017-10-14_10:13:57 Fernseher channelName: Das Erste HD
2017-10-14_10:13:57 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:13:58 Fernseher launchApp: TV
2017-10-14_10:13:58 Fernseher input: -
2017-10-14_10:14:00 Fernseher 3DMode: 2d
2017-10-14_10:14:02 Fernseher extInput_AV: connect_0
2017-10-14_10:14:02 Fernseher extInput_Komponente: connect_1
2017-10-14_10:14:02 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:14:02 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:14:02 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:14:02 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:14:04 Fernseher volume: 0
2017-10-14_10:14:06 Fernseher channel: 1
2017-10-14_10:14:06 Fernseher channelName: Das Erste HD
2017-10-14_10:14:06 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:14:08 Fernseher launchApp: TV
2017-10-14_10:14:08 Fernseher input: -
2017-10-14_10:14:10 Fernseher 3DMode: 2d
2017-10-14_10:14:12 Fernseher extInput_AV: connect_0
2017-10-14_10:14:12 Fernseher extInput_Komponente: connect_1
2017-10-14_10:14:12 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:14:12 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:14:12 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:14:12 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:14:14 Fernseher volume: 0
2017-10-14_10:14:16 Fernseher channel: 1
2017-10-14_10:14:16 Fernseher channelName: Das Erste HD
2017-10-14_10:14:16 Fernseher channelMedia: Cable Digital TV
2017-10-14_10:14:18 Fernseher launchApp: TV
2017-10-14_10:14:18 Fernseher input: -
2017-10-14_10:14:20 Fernseher 3DMode: 2d
2017-10-14_10:14:22 Fernseher extInput_AV: connect_0
2017-10-14_10:14:22 Fernseher extInput_Komponente: connect_1
2017-10-14_10:14:22 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:14:22 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:14:22 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:14:22 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:14:28 Fernseher input: -
2017-10-14_10:14:30 Fernseher 3DMode: 2d
2017-10-14_10:14:32 Fernseher extInput_AV: connect_0
2017-10-14_10:14:32 Fernseher extInput_Komponente: connect_1
2017-10-14_10:14:32 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:14:32 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:14:32 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:14:32 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:14:35 Fernseher volume: 0
2017-10-14_10:14:37 Fernseher lastResponse: error - 500 Application error
2017-10-14_10:14:39 Fernseher input: -
2017-10-14_10:14:41 Fernseher 3DMode: 2d
2017-10-14_10:14:43 Fernseher extInput_AV: connect_0
2017-10-14_10:14:43 Fernseher extInput_Komponente: connect_1
2017-10-14_10:14:43 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:14:43 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:14:43 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:14:43 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:14:45 Fernseher volume: 0
2017-10-14_10:14:47 Fernseher lastResponse: error - 500 Application error
2017-10-14_10:14:51 Fernseher input: -
2017-10-14_10:14:51 Fernseher 3DMode: 2d
2017-10-14_10:14:53 Fernseher extInput_AV: connect_0
2017-10-14_10:14:53 Fernseher extInput_Komponente: connect_1
2017-10-14_10:14:53 Fernseher extInput_HDMI-1: connect_0
2017-10-14_10:14:53 Fernseher extInput_HDMI-2: connect_1
2017-10-14_10:14:53 Fernseher extInput_HDMI-3: connect_0
2017-10-14_10:14:53 Fernseher extInput_HDMI-4: connect_0
2017-10-14_10:14:55 Fernseher volume: 0
2017-10-14_10:14:57 Fernseher lastResponse: error - 500 Application error
2017-10-14_10:14:59 Fernseher input: -


Ich habe dabei den Fernseher angeschaltet, dann den Kanal gewechselt und anschließend Amazon Video aufgerufen.

Hilft dir das weiter oder muss ich bei dem Logdevice etwas ändern?

Gruß
Wolle

CoolTux

Seltsam, nicht ein bisschen das Reading pairing. Ich verstehe das nicht.
Hast du das Reading immer noch nicht?
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Wolle02


CoolTux

Anbei eine debug Version wegen fehlendem pairing Reading. Einfach alles so lassen, also kein verbose einstellen oder so.
Bitte Fernsehr anmachen und dann einen neustart von fhem.


Die Ausgaben im log brauche ich dann bitte.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

flolee

bin leider seit knapp einer woche nicht zu hause, teste aber gerne wieder mit sobald zurück.

Wolle02

Ich habe die Version kopiert und FHEM neu gestartet.

Ich nehme mal an du brauchst die Ausgaben des DeviceLogs?

2017-10-19_09:50:38 Fernseher on
2017-10-19_09:50:38 Fernseher lgKey: a5fc4f8e41e49c09bb32209ab7b9f84d
2017-10-19_09:50:49 Fernseher volume: 0
2017-10-19_09:50:50 Fernseher channel: 1
2017-10-19_09:50:50 Fernseher channelName: Das Erste HD
2017-10-19_09:50:50 Fernseher channelMedia: Cable Digital TV
2017-10-19_09:50:52 Fernseher launchApp: TV
2017-10-19_09:50:52 Fernseher input: -
2017-10-19_09:50:54 Fernseher 3DMode: 2d
2017-10-19_09:50:56 Fernseher extInput_AV: connect_0
2017-10-19_09:50:56 Fernseher extInput_Komponente: connect_1
2017-10-19_09:50:56 Fernseher extInput_HDMI-1: connect_0
2017-10-19_09:50:56 Fernseher extInput_HDMI-2: connect_1
2017-10-19_09:50:56 Fernseher extInput_HDMI-3: connect_0
2017-10-19_09:50:56 Fernseher extInput_HDMI-4: connect_0
2017-10-19_09:50:58 Fernseher volume: 0
2017-10-19_09:51:00 Fernseher channel: 1
2017-10-19_09:51:00 Fernseher channelName: Das Erste HD
2017-10-19_09:51:00 Fernseher channelMedia: Cable Digital TV
2017-10-19_09:51:02 Fernseher launchApp: TV
2017-10-19_09:51:02 Fernseher input: -
2017-10-19_09:51:04 Fernseher 3DMode: 2d
2017-10-19_09:51:06 Fernseher extInput_AV: connect_0
2017-10-19_09:51:06 Fernseher extInput_Komponente: connect_1
2017-10-19_09:51:06 Fernseher extInput_HDMI-1: connect_0
2017-10-19_09:51:06 Fernseher extInput_HDMI-2: connect_1
2017-10-19_09:51:06 Fernseher extInput_HDMI-3: connect_0
2017-10-19_09:51:06 Fernseher extInput_HDMI-4: connect_0
2017-10-19_09:51:08 Fernseher volume: 0
2017-10-19_09:51:10 Fernseher channel: 1
2017-10-19_09:51:10 Fernseher channelName: Das Erste HD
2017-10-19_09:51:10 Fernseher channelMedia: Cable Digital TV
2017-10-19_09:51:12 Fernseher launchApp: TV
2017-10-19_09:51:12 Fernseher input: -
2017-10-19_09:51:14 Fernseher 3DMode: 2d
2017-10-19_09:51:16 Fernseher extInput_AV: connect_0
2017-10-19_09:51:16 Fernseher extInput_Komponente: connect_1
2017-10-19_09:51:16 Fernseher extInput_HDMI-1: connect_0
2017-10-19_09:51:16 Fernseher extInput_HDMI-2: connect_1
2017-10-19_09:51:16 Fernseher extInput_HDMI-3: connect_0
2017-10-19_09:51:16 Fernseher extInput_HDMI-4: connect_0
2017-10-19_09:51:18 Fernseher volume: 0
2017-10-19_09:51:20 Fernseher channel: 1
2017-10-19_09:51:20 Fernseher channelName: Das Erste HD
2017-10-19_09:51:20 Fernseher channelMedia: Cable Digital TV
2017-10-19_09:51:22 Fernseher launchApp: TV
2017-10-19_09:51:22 Fernseher input: -
2017-10-19_09:51:24 Fernseher 3DMode: 2d
2017-10-19_09:51:26 Fernseher extInput_AV: connect_0
2017-10-19_09:51:26 Fernseher extInput_Komponente: connect_1
2017-10-19_09:51:26 Fernseher extInput_HDMI-1: connect_0
2017-10-19_09:51:26 Fernseher extInput_HDMI-2: connect_1
2017-10-19_09:51:26 Fernseher extInput_HDMI-3: connect_0
2017-10-19_09:51:26 Fernseher extInput_HDMI-4: connect_0
2017-10-19_09:51:34 Fernseher 3DMode: 2d
2017-10-19_09:51:36 Fernseher extInput_AV: connect_0
2017-10-19_09:51:36 Fernseher extInput_Komponente: connect_1
2017-10-19_09:51:36 Fernseher extInput_HDMI-1: connect_0
2017-10-19_09:51:36 Fernseher extInput_HDMI-2: connect_1
2017-10-19_09:51:36 Fernseher extInput_HDMI-3: connect_0
2017-10-19_09:51:36 Fernseher extInput_HDMI-4: connect_0
2017-10-19_09:51:38 Fernseher volume: 0


Da hab ich jetzt allerdings auch nichts mit pairing gesehen.


CoolTux

Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Wolle02

Gerne  ;)

2017.10.19 09:50:02 0: Server shutdown
2017.10.19 09:50:02 1: Shutdown executed
2017.10.19 09:50:08 1: Including /usr/local/fhem/opt/fhem.cfg
2017.10.19 09:50:08 3: telnetPort: port 7072 opened
2017.10.19 09:50:09 3: WEB: port 8083 opened
2017.10.19 09:50:09 1: CUL_0 device is none, commands will be echoed only
2017.10.19 09:50:09 3: FHEM2FHEM opening FritzCUL at 192.168.178.2:7072
2017.10.19 09:50:09 1: HMLAN_Parse: HMLAN1 new condition disconnected
2017.10.19 09:50:09 3: Opening HMLAN1 device 192.168.178.23:1000
2017.10.19 09:50:10 1: HMLAN_Parse: HMLAN1 new condition init
2017.10.19 09:50:10 3: HMLAN1 device opened
2017.10.19 09:50:13 2: eventTypes: loaded 6849 events from /usr/local/fhem/opt/log/eventTypes.txt
2017.10.19 09:50:15 3: Opening my_callmonitor device 192.168.178.1:1012
2017.10.19 09:50:15 3: FB_CALLMONITOR (my_callmonitor) - loading cache file /usr/local/fhem/opt/log/FB_CM_reverse_cache_file.txt
2017.10.19 09:50:15 2: FB_CALLMONITOR (my_callmonitor) - read 262 contacts from Cache
2017.10.19 09:50:19 3: Opening Handy_Wolle_bt device 192.168.178.126:5111
2017.10.19 09:50:19 3: Handy_Wolle_bt device opened
2017.10.19 09:50:19 3: Opening Handy_Tanja_bt device 192.168.178.126:5111
2017.10.19 09:50:19 3: Handy_Tanja_bt device opened
2017.10.19 09:50:19 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 209) line 2, <$fh> line 931.
2017.10.19 09:50:21 3: T_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/18531 and interval 1000
2017.10.19 09:50:21 3: T_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/18531 and interval 1000
2017.10.19 09:50:21 3: Mr.W_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/48847 and interval 1000
2017.10.19 09:50:21 3: Mr.W_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/48847 and interval 1000
2017.10.19 09:50:21 3: RAN_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/10283 and interval 1000
2017.10.19 09:50:21 3: RAN_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/10283 and interval 1000
2017.10.19 09:50:21 3: Aral_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/9448 and interval 1000
2017.10.19 09:50:21 3: Aral_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/9448 and interval 1000
2017.10.19 09:50:22 3: JET_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/921 and interval 1000
2017.10.19 09:50:22 3: JET_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/921 and interval 1000
2017.10.19 09:50:22 3: TABLETUI: new ext defined infix:ftui/: dir:/volume1/@appstore/fhem/opt/www/tablet:
2017.10.19 09:50:22 3: Registering HTTPSRV TABLETUI for URL /ftui   and assigned link ftui/ ...
2017.10.19 09:50:23 3: LGTV_WebOS (Fernseher) - defined with host 192.168.178.137
2017.10.19 09:50:23 1: Including /usr/local/fhem/opt/log/fhem.save
2017.10.19 09:50:23 3: Device Bad_Fenster added to ActionDetector with 099:00 time
2017.10.19 09:50:24 3: Device Bad_Heizung added to ActionDetector with 000:10 time
2017.10.19 09:50:24 3: Device Bewegungsmelder_1 added to ActionDetector with 000:12 time
2017.10.19 09:50:24 3: Device KU_Fenster added to ActionDetector with 012:00 time
2017.10.19 09:50:24 3: Device KZ_Fenster added to ActionDetector with 099:00 time
2017.10.19 09:50:24 3: Device KZ_Heizung added to ActionDetector with 000:10 time
2017.10.19 09:50:24 3: Device Rauchmelder_Kinderzimmer added to ActionDetector with 099:00 time
2017.10.19 09:50:25 3: Device Rauchmelder_Schlafzimmer added to ActionDetector with 099:00 time
2017.10.19 09:50:25 3: Device Rauchmelder_Wohnzimmer added to ActionDetector with 099:00 time
2017.10.19 09:50:25 3: Device SZ_Fenster added to ActionDetector with 099:00 time
2017.10.19 09:50:25 3: Device TH_Sensor_innen_WZ added to ActionDetector with 000:10 time
2017.10.19 09:50:25 3: Device WZ_Balkon_l added to ActionDetector with 099:50 time
2017.10.19 09:50:25 3: Device WZ_Balkon_r added to ActionDetector with 099:00 time
2017.10.19 09:50:25 3: Device WZ_Fenster added to ActionDetector with 099:50 time
2017.10.19 09:50:26 3: Device WZ_Heizung_Balkon added to ActionDetector with 000:12 time
2017.10.19 09:50:26 3: Device WZ_Heizung_Fenster added to ActionDetector with 000:12 time
2017.10.19 09:50:26 3: Device Wohnungstuer added to ActionDetector with 010:00 time
2017.10.19 09:50:26 3: Opening Handy_Tanja_bt device 192.168.178.126:5111
2017.10.19 09:50:26 3: Handy_Tanja_bt device opened
2017.10.19 09:50:26 3: Opening Handy_Wolle_bt device 192.168.178.126:5111
2017.10.19 09:50:26 3: Handy_Wolle_bt device opened
2017.10.19 09:50:26 3: Opening Squeezebox device 127.0.0.1:9090
2017.10.19 09:50:26 3: SB_SERVER_DoInit(Squeezebox): state: opened power: ?
2017.10.19 09:50:26 3: SB_SERVER_DoInit(Squeezebox): SB-Server is back again.
2017.10.19 09:50:26 3: Squeezebox device opened
2017.10.19 09:50:26 3: Opening myMQTT device 192.168.178.5:1883
2017.10.19 09:50:26 3: Can't connect to 192.168.178.5:1883: Connection refused
2017.10.19 09:50:26 3: FB_CALLMONITOR (my_callmonitor) - found 2 phonebooks
2017.10.19 09:50:27 2: FB_CALLMONITOR (my_callmonitor) - read 16 contacts from remote phonebook "Telefonbuch"
2017.10.19 09:50:27 2: FB_CALLMONITOR (my_callmonitor) - read 8 contacts from remote phonebook "Spambuch"
2017.10.19 09:50:27 0: Featurelevel: 5.8
2017.10.19 09:50:27 0: Server started with 426 defined entities (fhem.pl:15182/2017-10-03 perl:5.024001 os:linux user:fhem pid:31185)
2017.10.19 09:50:28 3: telnetForBlockingFn_1508399428.14587: port 34825 opened
2017.10.19 09:50:28 1: [Alarm 2] has undefined save data off, disarming
2017.10.19 09:50:28 1: [Alarm 3] has undefined save data off, disarming
2017.10.19 09:50:28 1: [Alarm 5] has undefined save data off, disarming
2017.10.19 09:50:28 3: CUL_HM set AZ_Wolle_Decke statusRequest
2017.10.19 09:50:28 1: HMLAN_Parse: HMLAN1 new condition ok
2017.10.19 09:50:28 3: CUL_HM set TH_Sensor_aussen getConfig
2017.10.19 09:50:28 3: FHEM2FHEM device opened (FritzCUL)
2017.10.19 09:50:28 3: my_callmonitor device opened
2017.10.19 09:50:30 3: CUL_HM set Flur_Decke statusRequest
2017.10.19 09:50:31 3: ABFALL myAbfall - CALENDAR:Abfallkalender triggered, updating ABFALL myAbfall ...
2017.10.19 09:50:31 3: CUL_HM set KU_Unterschrankbeleuchtung statusRequest
2017.10.19 09:50:32 3: CUL_HM set KZ_Decke statusRequest
2017.10.19 09:50:33 2: PRESENCE (Handy_Wolle_wlan) - device could not be checked (retrying in 10 seconds): Process died prematurely
2017.10.19 09:50:33 2: PRESENCE (Handy_Tanja_wlan) - device could not be checked (retrying in 10 seconds): Process died prematurely
2017.10.19 09:50:33 2: PRESENCE (Handy_Wolle_wlan) - check returned a valid result after 1 unsuccesful retry
2017.10.19 09:50:33 3: CUL_HM set KZ_Decke_Sw1_V_01 statusRequest
2017.10.19 09:50:34 3: CUL_HM set KZ_Decke_Sw1_V_02 statusRequest
2017.10.19 09:50:35 3: Watchdog Anwesenheit_Wolle_wlan_w triggered
2017.10.19 09:50:35 2: PRESENCE (Handy_Tanja_wlan) - check returned a valid result after 1 unsuccesful retry
2017.10.19 09:50:35 3: CUL_HM set Rauchmelder_Kinderzimmer statusRequest
2017.10.19 09:50:36 3: Watchdog Anwesenheit_Wolle_bt_w triggered
2017.10.19 09:50:36 3: CUL_HM set Rauchmelder_Schlafzimmer statusRequest
2017.10.19 09:50:38 3: CUL_HM set Rauchmelder_Wohnzimmer statusRequest
2017.10.19 09:50:39 3: CUL_HM set SZ_Decke statusRequest
2017.10.19 09:50:40 3: CUL_HM set WZ_Fluter statusRequest
2017.10.19 09:50:41 3: CUL_HM set WZ_Media statusRequest
2017.10.19 09:50:42 3: CUL_HM set WZ_Vitrine statusRequest
2017.10.19 09:52:30 3: CUL_HM set Bewegungsmelder_1 getConfig


Da steht allerdings über den Fernseher eigentlich gar nichts drin.  ???

CoolTux

Fernsehr ist an und mit dem Netzwerk verbunden?
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Wolle02

Ja, das war er. Ich habe ihn jetzt gerade nochmal eingeschaltet und er lässt sich auch pingen. Erstaunlicherweise ist jetzt gerade um 11:12 Uhr auch das Reading pairing wieder aufgetaucht, das vorher um 09:50 Uhr noch nicht da war. Es steht allerdings wieder auf "unpaired".

Im SystemLog findet sich nichts neues seit dem letzten was ich gepostet habe.

CoolTux

Steh bei Dir im Internal VERSION ein test hinter der Zahl?
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Wolle02


CoolTux

#613
Bitte noch mal


DANKE
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

Wolle02

Jetzt steht bei VERSION 1.2.0testWolle  ;D

Das FHEMLog sieht jetzt so aus:

2017.10.19 11:32:03 0: Server shutdown
2017.10.19 11:32:04 1: Shutdown executed
2017.10.19 11:32:09 1: Including /usr/local/fhem/opt/fhem.cfg
2017.10.19 11:32:09 3: telnetPort: port 7072 opened
2017.10.19 11:32:10 3: WEB: port 8083 opened
2017.10.19 11:32:11 1: CUL_0 device is none, commands will be echoed only
2017.10.19 11:32:11 3: FHEM2FHEM opening FritzCUL at 192.168.178.2:7072
2017.10.19 11:32:11 1: HMLAN_Parse: HMLAN1 new condition disconnected
2017.10.19 11:32:11 3: Opening HMLAN1 device 192.168.178.23:1000
2017.10.19 11:32:11 1: HMLAN_Parse: HMLAN1 new condition init
2017.10.19 11:32:11 3: HMLAN1 device opened
2017.10.19 11:32:14 2: eventTypes: loaded 6850 events from /usr/local/fhem/opt/log/eventTypes.txt
2017.10.19 11:32:18 3: Opening my_callmonitor device 192.168.178.1:1012
2017.10.19 11:32:20 3: FB_CALLMONITOR (my_callmonitor) - loading cache file /usr/local/fhem/opt/log/FB_CM_reverse_cache_file.txt
2017.10.19 11:32:20 2: FB_CALLMONITOR (my_callmonitor) - read 262 contacts from Cache
2017.10.19 11:32:24 3: Opening Handy_Wolle_bt device 192.168.178.126:5111
2017.10.19 11:32:24 3: Handy_Wolle_bt device opened
2017.10.19 11:32:24 3: Opening Handy_Tanja_bt device 192.168.178.126:5111
2017.10.19 11:32:24 3: Handy_Tanja_bt device opened
2017.10.19 11:32:24 1: PERL WARNING: Odd number of elements in anonymous hash at (eval 209) line 2, <$fh> line 931.
2017.10.19 11:32:25 3: T_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/18531 and interval 1000
2017.10.19 11:32:25 3: T_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/18531 and interval 1000
2017.10.19 11:32:25 3: Mr.W_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/48847 and interval 1000
2017.10.19 11:32:25 3: Mr.W_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/48847 and interval 1000
2017.10.19 11:32:25 3: RAN_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/10283 and interval 1000
2017.10.19 11:32:25 3: RAN_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/10283 and interval 1000
2017.10.19 11:32:25 3: Aral_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/9448 and interval 1000
2017.10.19 11:32:25 3: Aral_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/9448 and interval 1000
2017.10.19 11:32:26 3: JET_Diesel: Defined with URL http://www.clever-tanken.de/tankstelle_details/921 and interval 1000
2017.10.19 11:32:26 3: JET_E10: Defined with URL http://www.clever-tanken.de/tankstelle_details/921 and interval 1000
2017.10.19 11:32:26 3: TABLETUI: new ext defined infix:ftui/: dir:/volume1/@appstore/fhem/opt/www/tablet:
2017.10.19 11:32:26 3: Registering HTTPSRV TABLETUI for URL /ftui   and assigned link ftui/ ...
2017.10.19 11:32:27 3: LGTV_WebOS (Fernseher) - defined with host 192.168.178.137
2017.10.19 11:32:27 1: Including /usr/local/fhem/opt/log/fhem.save
2017.10.19 11:32:28 3: Device Bad_Fenster added to ActionDetector with 099:00 time
2017.10.19 11:32:28 3: Device Bad_Heizung added to ActionDetector with 000:10 time
2017.10.19 11:32:28 3: Device Bewegungsmelder_1 added to ActionDetector with 000:12 time
2017.10.19 11:32:28 3: Device KU_Fenster added to ActionDetector with 012:00 time
2017.10.19 11:32:28 3: Device KZ_Fenster added to ActionDetector with 099:00 time
2017.10.19 11:32:28 3: Device KZ_Heizung added to ActionDetector with 000:10 time
2017.10.19 11:32:28 3: Device Rauchmelder_Kinderzimmer added to ActionDetector with 099:00 time
2017.10.19 11:32:28 3: Device Rauchmelder_Schlafzimmer added to ActionDetector with 099:00 time
2017.10.19 11:32:29 3: Device Rauchmelder_Wohnzimmer added to ActionDetector with 099:00 time
2017.10.19 11:32:29 3: Device SZ_Fenster added to ActionDetector with 099:00 time
2017.10.19 11:32:29 3: Device TH_Sensor_innen_WZ added to ActionDetector with 000:10 time
2017.10.19 11:32:29 3: Device WZ_Balkon_l added to ActionDetector with 099:50 time
2017.10.19 11:32:29 3: Device WZ_Balkon_r added to ActionDetector with 099:00 time
2017.10.19 11:32:29 3: Device WZ_Fenster added to ActionDetector with 099:50 time
2017.10.19 11:32:29 3: Device WZ_Heizung_Balkon added to ActionDetector with 000:12 time
2017.10.19 11:32:29 3: Device WZ_Heizung_Fenster added to ActionDetector with 000:12 time
2017.10.19 11:32:30 3: Device Wohnungstuer added to ActionDetector with 010:00 time
2017.10.19 11:32:30 3: Opening Handy_Tanja_bt device 192.168.178.126:5111
2017.10.19 11:32:30 3: Handy_Tanja_bt device opened
2017.10.19 11:32:30 3: Opening Handy_Wolle_bt device 192.168.178.126:5111
2017.10.19 11:32:30 3: Handy_Wolle_bt device opened
2017.10.19 11:32:30 3: Opening Squeezebox device 127.0.0.1:9090
2017.10.19 11:32:30 3: SB_SERVER_DoInit(Squeezebox): state: opened power: ?
2017.10.19 11:32:30 3: SB_SERVER_DoInit(Squeezebox): SB-Server is back again.
2017.10.19 11:32:30 3: Squeezebox device opened
2017.10.19 11:32:30 3: Opening myMQTT device 192.168.178.5:1883
2017.10.19 11:32:30 3: Can't connect to 192.168.178.5:1883: Connection refused
2017.10.19 11:32:30 3: FB_CALLMONITOR (my_callmonitor) - found 2 phonebooks
2017.10.19 11:32:30 2: FB_CALLMONITOR (my_callmonitor) - read 16 contacts from remote phonebook "Telefonbuch"
2017.10.19 11:32:30 2: FB_CALLMONITOR (my_callmonitor) - read 8 contacts from remote phonebook "Spambuch"
2017.10.19 11:32:31 0: Featurelevel: 5.8
2017.10.19 11:32:31 0: Server started with 426 defined entities (fhem.pl:15182/2017-10-03 perl:5.024001 os:linux user:fhem pid:7893)
2017.10.19 11:32:31 3: telnetForBlockingFn_1508405551.7034: port 60049 opened
2017.10.19 11:32:31 1: [Alarm 2] has undefined save data off, disarming
2017.10.19 11:32:31 1: [Alarm 3] has undefined save data off, disarming
2017.10.19 11:32:31 1: [Alarm 5] has undefined save data off, disarming
2017.10.19 11:32:31 1: HMLAN_Parse: HMLAN1 new condition ok
2017.10.19 11:32:32 3: my_callmonitor device opened
2017.10.19 11:32:32 3: FHEM2FHEM device opened (FritzCUL)
2017.10.19 11:32:32 3: CUL_HM set AZ_Wolle_Decke statusRequest
2017.10.19 11:32:34 0: SB_SERVER_tcb_SendSyncMasters: 3 entries remaining
2017.10.19 11:32:36 3: CUL_HM set Flur_Decke statusRequest
2017.10.19 11:32:38 1: Timeout for WOL_Ping reached, terminated process 7929
2017.10.19 11:32:38 3: BlockingCall for Wolle_internet was aborted
2017.10.19 11:32:38 2: PRESENCE (Handy_Tanja_wlan) - device could not be checked (retrying in 10 seconds): Process died prematurely
2017.10.19 11:32:38 3: CUL_HM set KU_Unterschrankbeleuchtung statusRequest
2017.10.19 11:32:39 3: CUL_HM set KZ_Decke statusRequest
2017.10.19 11:32:40 3: CUL_HM set KZ_Decke_Sw1_V_01 statusRequest
2017.10.19 11:32:41 3: Watchdog Anwesenheit_Wolle_bt_w triggered
2017.10.19 11:32:41 2: PRESENCE (Handy_Tanja_wlan) - check returned a valid result after 1 unsuccesful retry
2017.10.19 11:32:41 3: ABFALL myAbfall - CALENDAR:Abfallkalender triggered, updating ABFALL myAbfall ...
2017.10.19 11:32:41 3: CUL_HM set KZ_Decke_Sw1_V_02 statusRequest
2017.10.19 11:32:43 3: CUL_HM set Rauchmelder_Kinderzimmer statusRequest
2017.10.19 11:32:44 3: CUL_HM set Rauchmelder_Schlafzimmer statusRequest
2017.10.19 11:32:45 2: PRESENCE (Handy_Wolle_wlan) - device could not be checked (retrying in 10 seconds): Process died prematurely
2017.10.19 11:32:46 3: CUL_HM set Rauchmelder_Wohnzimmer statusRequest
2017.10.19 11:32:47 3: CUL_HM set SZ_Decke statusRequest
2017.10.19 11:32:48 3: CUL_HM set WZ_Fluter statusRequest
2017.10.19 11:32:49 3: CUL_HM set WZ_Media statusRequest
2017.10.19 11:32:50 3: CUL_HM set WZ_Vitrine statusRequest
2017.10.19 11:32:51 2: PRESENCE (Handy_Wolle_wlan) - check returned a valid result after 1 unsuccesful retry
2017.10.19 11:34:33 3: CUL_HM set TH_Sensor_aussen getConfig


Ich seh da nur leider nicht wirklich was neues.  :'(