Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter Philips-TV v0.2.x

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Test Adapter Philips-TV v0.2.x

    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      cellman last edited by

      Hallo,

      bin die Tage über diesen Thread gestolpert da ich meinen Philips TV (7101) steuern möchte.

      Habe bisher mit iobroker noch nichts zu tun gehabt, nutze eine Crestron zentrale für meine Haus- und Medientechnik.

      Folgendes habe ich für mein Modell mit Android 7 herausgefunden.

      Mit dem Python Skript ist es mir möglich den TV zu steuern. Dafür werden Host, User, Pass und Taste (im original Skript nur Standby) übergeben.

      Für alle weiteren Tasten müssen weitere Commands wie Zeile 118-121 angegeben werden.

      Mir ist nur noch nicht klar wie sich der post request zusammensetzt bzw. kann dieser auch in nur einer Zeile als https gesendet werden?

      Oder ist es mit iobroker möglich dieses Python Skript direkt auszuführen?

      MfG

      Marcel

      1 Reply Last reply Reply Quote 0
      • AlCalzone
        AlCalzone Developer last edited by

        @integer63:

        Trotzdem bleibt die Instanz im Status "gelb". Liegt das an der "/5"? `
        Jap, das müsste es sein. Kannst bitte auch mal posten was du unter http://ip-des-tv:1925/system erhältst?

        Ich werde versuchen, in kurze api v5 und v6 (mit Authentifizierung) einzubauen, bis dahin etwas Geduld bitte.

        Gesendet von unterwegs

        1 Reply Last reply Reply Quote 0
        • integer63
          integer63 last edited by

          @AlCalzone:

          Kannst bitte auch mal posten was du unter http://ip-des-tv:1925/system erhältst? `
          Aber klar doch:

          {"serialnumber_encrypted":"9AYouuWrHKT2yOQwuF7A5MuWqwDBUoYt8a+R1fzreZg=\n","nettvversion":"5.0.0","name":"55PUS9109\/12","model_encrypted":"LqGKndOe+ifiBWlEbN6a3IM0UUMbLEOL1bdfyY3ptvs=\n","menulanguage":"German","softwareversion_encrypted":"VotAqlIxSDI8vhmQ\/wsqSZf55jCs8uowASIzNzq95bc=\n","deviceid_encrypted":"m9TA5uMvx6yscu9mTN9QdJcBjhj29t5EfDUxpUU658I=\n","country":"Germany"}
          

          Und danke für deine Bemühungen :!:

          PS: die richtige URL lautet: http://ip-des-tv:1925/5/system

          1 Reply Last reply Reply Quote 0
          • AlCalzone
            AlCalzone Developer last edited by

            @integer63:

            PS: die richtige URL lautet: http://ip-des-tv:1925/5/system `
            Schade, ein paar Posts drüber war es ohne die /5 angegeben. Ich hatte gehofft, dass man daran direkt die API-Version erkennen kann, ohne zu raten.

            1 Reply Last reply Reply Quote 0
            • AlCalzone
              AlCalzone Developer last edited by

              @Mauritos:

              Sobald ich die IP eingebe frägt er nach Benutzername und Passwort wo mir Pyhton gegeben hat `
              Kannst du die Seite bitte mal mit geöffneten Firefox- oder Chrome-Entwicklertools (Netzwerk-Tab) aufrufen? Mich interessieren die Antwort-Header des Fernsehers bevor du dich eingeloggt hast.

              1 Reply Last reply Reply Quote 0
              • integer63
                integer63 last edited by

                @AlCalzone:

                Schade, ein paar Posts drüber war es ohne die /5 angegeben. Ich hatte gehofft, dass man daran direkt die API-Version erkennen kann, ohne zu raten. `
                Jetzt war ich doch fast ein bisschen verunsichert, aber bei mir bekomme ich eine Fehlermeldung, wenn ich die /5 weglasse
                2876_philips_1925.png
                und hier mit /5
                2876_philips_1925_5.png

                1 Reply Last reply Reply Quote 0
                • U
                  Ulfhednir last edited by

                  @sigi234:

                  Hallo,

                  wie hast du das Passwort bekommen? `

                  Ich habe hier bereits den Lösungsansatz beschrieben.

                  http://forum.iobroker.net/viewtopic.php … 40#p108209

                  1 Reply Last reply Reply Quote 0
                  • AlCalzone
                    AlCalzone Developer last edited by

                    Wird demnächst nicht mehr nötig sein

                    Gesendet von unterwegs

                    1 Reply Last reply Reply Quote 0
                    • AlCalzone
                      AlCalzone Developer last edited by

                      Ich habe eben 0.3.0-alpha auf Github gepusht. Wer testen will, bitte über das GitHub-Symbol aus eigener Quelle installieren:

                      https://github.com/AlCalzone/ioBroker.philips-tv/tarball/api-v5+v6
                      

                      und danach den Adapter neu starten.

                      Fernseher mit API v5 (erkennbar an der /5/ in der Adresse) sollten jetzt auch angesprochen werden können.

                      Fernseher mit API v6 (https und /6/) gehen noch nicht. Der Adapter sollte aber einen Fehler im Log ausgeben, dass erst noch gepairt werden muss. Dazu muss ich noch das Admin-Interface anpassen.

                      Freue mich über kurzes Feedback!

                      1 Reply Last reply Reply Quote 0
                      • sigi234
                        sigi234 Forum Testing Most Active last edited by

                        Hallo,

                        bei mir bleibt die Instanz im Status "gelb".

                        Log:

                        philips-tv.0 2018-01-30 05:05:38.167 info starting. Version 0.3.0-alpha in C:/ioBroker/node_modules/iobroker.philips-tv, node: v6.11.0

                        host.MedionPc 2018-01-30 05:05:37.276 info instance system.adapter.philips-tv.0 started with pid 2476

                        host.MedionPc 2018-01-30 05:05:34.782 info instance system.adapter.philips-tv.0 terminated with code null ()

                        host.MedionPc 2018-01-30 05:05:34.782 warn instance system.adapter.philips-tv.0 terminated due to SIGTERM

                        host.MedionPc 2018-01-30 05:05:34.764 info stopInstance system.adapter.philips-tv.0 killing pid 12532

                        host.MedionPc 2018-01-30 05:05:34.764 info stopInstance system.adapter.philips-tv.0

                        host.MedionPc 2018-01-30 05:05:34.762 info object change system.adapter.philips-tv.0

                        1 Reply Last reply Reply Quote 0
                        • AlCalzone
                          AlCalzone Developer last edited by

                          @sigi234:

                          Hallo,

                          bei mir bleibt die Instanz im Status "gelb". `
                          Du hast einen Fernseher mit Pairing (https und Benutzername/Passwort), richtig? Kannst du die Logstufe des Adapters mal auf debug stellen und nochmal nen Log posten? Ich hätte da etwas mehr Ausgaben erwartet.

                          1 Reply Last reply Reply Quote 0
                          • sigi234
                            sigi234 Forum Testing Most Active last edited by

                            @AlCalzone:

                            @sigi234:

                            Hallo,

                            bei mir bleibt die Instanz im Status "gelb". Du hast einen Fernseher mit Pairing (https und Benutzername/Passwort), richtig? Kannst du die Logstufe des Adapters mal auf debug stellen und nochmal nen Log posten? Ich hätte da etwas mehr Ausgaben erwartet.

                            philips-tv.0 2018-01-30 10:24:29.083 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                            philips-tv.0 2018-01-30 10:24:29.083 debug connection is DEAD. reason: Error: connect ECONNREFUSED 192.168.178.24:1925

                            philips-tv.0 2018-01-30 10:24:28.068 debug checking if connection is alive

                            philips-tv.0 2018-01-30 10:24:28.068 debug testing APIv1

                            philips-tv.0 2018-01-30 10:24:28.068 debug detecting API version

                            philips-tv.0 2018-01-30 10:24:28.068 debug initializing connection to 192.168.178.24

                            philips-tv.0 2018-01-30 10:24:18.064 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                            philips-tv.0 2018-01-30 10:24:18.063 debug connection is DEAD. reason: Error: connect ECONNREFUSED 192.168.178.24:1925

                            philips-tv.0 2018-01-30 10:24:17.048 debug checking if connection is alive

                            philips-tv.0 2018-01-30 10:24:17.048 debug testing APIv1

                            philips-tv.0 2018-01-30 10:24:17.048 debug detecting API version

                            philips-tv.0 2018-01-30 10:24:17.048 debug initializing connection to 192.168.178.24

                            philips-tv.0 2018-01-30 10:24:07.034 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                            philips-tv.0 2018-01-30 10:24:07.033 debug connection is DEAD. reason: Error: connect ECONNREFUSED 192.168.178.24:1925

                            philips-tv.0 2018-01-30 10:24:06.018 debug checking if connection is alive

                            philips-tv.0 2018-01-30 10:24:06.018 debug testing APIv1

                            philips-tv.0 2018-01-30 10:24:06.018 debug detecting API version

                            1 Reply Last reply Reply Quote 0
                            • AlCalzone
                              AlCalzone Developer last edited by

                              Danke, da stimmt mit meiner Abfrage nach Erreichbarkeit des Fernsehers etwas nicht.

                              Edit: Bitte -alpha2 von Github probieren!

                              1 Reply Last reply Reply Quote 0
                              • N
                                NemoN last edited by

                                Ich habe einen V6 TV, wie kann ich den Debug modus aktiveren?
                                4725_bildschirmfoto_2018-01-30_um_11.09.57.png

                                1 Reply Last reply Reply Quote 0
                                • sigi234
                                  sigi234 Forum Testing Most Active last edited by

                                  @AlCalzone:

                                  Danke, da stimmt mit meiner Abfrage nach Erreichbarkeit des Fernsehers etwas nicht.

                                  Edit: Bitte -alpha2 von Github probieren! `

                                  philips-tv.0 2018-01-30 11:23:02.896 error Error handling state change philips-tv.0.pressKey => AmbilightOnOff: Error: connect ECONNREFUSED 192.168.178.24:1925

                                  philips-tv.0 2018-01-30 11:23:01.872 debug state with id philips-tv.0.pressKey updated: ack=false; val=AmbilightOnOff

                                  philips-tv.0 2018-01-30 11:21:35.745 info starting. Version 0.2.0 in C:/ioBroker/node_modules/iobroker.philips-tv, node: v6.11.0

                                  philips-tv.0 2018-01-30 11:21:35.736 debug statesDB connected

                                  philips-tv.0 2018-01-30 11:21:35.719 debug objectDB connected

                                  1 Reply Last reply Reply Quote 0
                                  • AlCalzone
                                    AlCalzone Developer last edited by

                                    @NemoN:

                                    Ich habe einen V6 TV, wie kann ich den Debug modus aktiveren? `
                                    Tab Instanzen => Expertenmodus an => Spalte Logstufe auf "debug".

                                    1 Reply Last reply Reply Quote 0
                                    • AlCalzone
                                      AlCalzone Developer last edited by

                                      @sigi234:

                                      Version 0.2.0 in C:/ioBroker/node_modules/iobroker.philips-tv, node: v6.11.0 `
                                      Hab mich unklar ausgedrückt. Bitte wieder aus eigener Quelle installieren

                                      https://github.com/AlCalzone/ioBroker.philips-tv/tarball/api-v5+v6
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • N
                                        NemoN last edited by

                                        @AlCalzone:

                                        Ich habe eben 0.3.0-alpha auf Github gepusht. Wer testen will, bitte über das GitHub-Symbol aus eigener Quelle installieren:

                                        https://github.com/AlCalzone/ioBroker.philips-tv/tarball/api-v5+v6
                                        

                                        und danach den Adapter neu starten.

                                        Fernseher mit API v5 (erkennbar an der /5/ in der Adresse) sollten jetzt auch angesprochen werden können.

                                        Fernseher mit API v6 (https und /6/) gehen noch nicht. Der Adapter sollte aber einen Fehler im Log ausgeben, dass erst noch gepairt werden muss. Dazu muss ich noch das Admin-Interface anpassen.

                                        Freue mich über kurzes Feedback! `

                                        philips-tv.0	2018-01-30 12:34:03.943	debug	Could not initialize connection. Reason: No connection to host 192.168.5.109
                                        philips-tv.0	2018-01-30 12:34:03.943	debug	connection is DEAD. reason: Cannot read property 'username' of undefined
                                        philips-tv.0	2018-01-30 12:34:03.942	debug	checking if connection is alive
                                        philips-tv.0	2018-01-30 12:34:03.940	debug	testing APIv6
                                        philips-tv.0	2018-01-30 12:34:03.875	debug	connection is ALIVE
                                        philips-tv.0	2018-01-30 12:34:03.855	debug	checking if connection is alive
                                        philips-tv.0	2018-01-30 12:34:03.854	debug	testing APIv5
                                        philips-tv.0	2018-01-30 12:34:03.835	debug	connection is ALIVE
                                        philips-tv.0	2018-01-30 12:34:03.805	debug	checking if connection is alive
                                        philips-tv.0	2018-01-30 12:34:03.805	debug	testing APIv1
                                        philips-tv.0	2018-01-30 12:34:03.805	debug	detecting API version
                                        philips-tv.0	2018-01-30 12:34:03.803	debug	initializing connection to 192.168.5.109
                                        philips-tv.0	2018-01-30 12:34:03.744	info	starting. Version 0.3.0-alpha2 in /opt/iobroker/node_modules/iobroker.philips-tv, node: v6.12.3
                                        philips-tv.0	2018-01-30 12:34:03.646	debug	statesDB connected
                                        philips-tv.0	2018-01-30 12:34:03.627	debug	objectDB connected
                                        host.ioBrokerVM	2018-01-30 12:34:03.208	info	instance system.adapter.philips-tv.0 started with pid 17771
                                        host.ioBrokerVM	2018-01-30 12:34:00.710	info	instance system.adapter.philips-tv.0 terminated with code 0 (OK)
                                        philips-tv.0	2018-01-30 12:34:00.690	info	terminating
                                        philips-tv.0	2018-01-30 12:34:00.684	debug	state with id philips-tv.0.info.connection updated: ack=true; val=false
                                        
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          NemoN last edited by

                                          @AlCalzone:

                                          @integer63:

                                          PS: die richtige URL lautet: http://ip-des-tv:1925/5/system Schade, ein paar Posts drüber war es ohne die /5 angegeben. Ich hatte gehofft, dass man daran direkt die API-Version erkennen kann, ohne zu raten.

                                          URL:

                                          http://192.168.5.109:1925/system

                                          http://192.168.5.109:1925/6/system

                                          Response-Header:

                                          Accept-Ranges:bytes
                                          Access-Control-Allow-Origin:*
                                          Content-Encoding:gzip
                                          Content-Type:application/json; charset=UTF-8
                                          Date:Tue, 30 Jan 2018 11:40:03 GMT+00:00
                                          Server:Restlet-Framework/2.3.8
                                          Transfer-Encoding:chunked
                                          
                                          

                                          Content:

                                          {  
                                             "notifyChange":"http",
                                             "menulanguage":"German",
                                             "name":"PhilipsOLED",
                                             "country":"Germany",
                                             "serialnumber_encrypted":"xxx\n",
                                             "model_encrypted":"0TlSon\/ebQi9LfVUF1IE3ozM9uApFnbV2dcv2DgpJbE=\n",
                                             "deviceid_encrypted":"xxx\n",
                                             "nettvversion":"8.0.0",
                                             "epgsource":"one",
                                             "api_version":{  
                                                "Major":6,
                                                "Minor":1,
                                                "Patch":0
                                             },
                                             "featuring":{  
                                                "jsonfeatures":{  
                                                   "editfavorites":[  
                                                      "TVChannels",
                                                      "SatChannels"
                                                   ],
                                                   "recordings":[  
                                                      "List",
                                                      "Schedule",
                                                      "Manage"
                                                   ],
                                                   "ambilight":[  
                                                      "LoungeLight",
                                                      "Hue",
                                                      "Ambilight"
                                                   ],
                                                   "menuitems":[  
                                                      "Setup_Menu"
                                                   ],
                                                   "textentry":[  
                                                      "context_based",
                                                      "initial_string_available",
                                                      "editor_info_available"
                                                   ],
                                                   "applications":[  
                                                      "TV_Apps",
                                                      "TV_Games",
                                                      "TV_Settings"
                                                   ],
                                                   "pointer":[  
                                                      "not_available"
                                                   ],
                                                   "inputkey":[  
                                                      "key"
                                                   ],
                                                   "activities":[  
                                                      "intent"
                                                   ],
                                                   "channels":[  
                                                      "preset_string"
                                                   ],
                                                   "mappings":[  
                                                      "server_mapping"
                                                   ]
                                                },
                                                "systemfeatures":{  
                                                   "tvtype":"consumer",
                                                   "content":[  
                                                      "dmr",
                                                      "pvr"
                                                   ],
                                                   "tvsearch":"intent",
                                                   "pairing_type":"digest_auth_pairing",
                                                   "secured_transport":"true",
                                                   "companion_screen":"true"
                                                }
                                             }
                                          }
                                          
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • AlCalzone
                                            AlCalzone Developer last edited by

                                            @NemoN:

                                            philips-tv.0	2018-01-30 12:34:03.943	debug	connection is DEAD. reason: Cannot read property 'username' of undefined
                                            
                                            ```` `  
                                            

                                            Danke und nochmal bitte mit alpha-3 (selbe Quelle).

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            516
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            philips philips tv
                                            83
                                            549
                                            112375
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo