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.
    • M
      Mater1984 last edited by

      Ich habe ebenfalls einen TV mit API v6

      Das Pairing manuell funktioniert. Dort habe ich jetzt Username und Passwort ausgelesen

      Kann man das schon manuell in der Settings Datei eintragen?

      Was muss denn noch am Admin Modul geändert werden?

      Viele Grüße

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

        @Mater1984:

        Dort habe ich jetzt Username und Passwort ausgelesen

        Kann man das schon manuell in der Settings Datei eintragen?

        Was muss denn noch am Admin Modul geändert werden?

        Viele Grüße `
        Ich kämpfe aktuell mit der Schnittstelle zum Admin v3, sonst wäre ich gestern schon fertig geworden. Bin mir nicht sicher ob ich das schon fertig implementiert hab, aber die neueste Version von github sollte mit username/Passwort funktionieren. Dazu das Objekt system.adapter.philips-tv.0 bearbeiten und bei username und password deine Daten eintragen.

        Gesendet von unterwegs

        1 Reply Last reply Reply Quote 0
        • M
          Mater1984 last edited by

          @AlCalzone:

          @Mater1984:

          Dort habe ich jetzt Username und Passwort ausgelesen

          Kann man das schon manuell in der Settings Datei eintragen?

          Was muss denn noch am Admin Modul geändert werden?

          Viele Grüße `
          Ich kämpfe aktuell mit der Schnittstelle zum Admin v3, sonst wäre ich gestern schon fertig geworden. Bin mir nicht sicher ob ich das schon fertig implementiert hab, aber die neueste Version von github sollte mit username/Passwort funktionieren. Dazu das Objekt system.adapter.philips-tv.0 bearbeiten und bei username und password deine Daten eintragen.

          Gesendet von unterwegs `

          Von wann ist die aktuelle Version?

          Hab es gestern Abend via git heruntergeladen.

          Schau es mit nachher mal an. Aber leider sind meine Programmierkenntnisse in dem Bereich nicht so Dolle. Eher dann in Cloudformation und Lambda 😉

          1 Reply Last reply Reply Quote 0
          • M
            Mater1984 last edited by

            @AlCalzone:

            @Mater1984:

            Dort habe ich jetzt Username und Passwort ausgelesen

            Kann man das schon manuell in der Settings Datei eintragen?

            Was muss denn noch am Admin Modul geändert werden?

            Viele Grüße `
            Ich kämpfe aktuell mit der Schnittstelle zum Admin v3, sonst wäre ich gestern schon fertig geworden. Bin mir nicht sicher ob ich das schon fertig implementiert hab, aber die neueste Version von github sollte mit username/Passwort funktionieren. Dazu das Objekt system.adapter.philips-tv.0 bearbeiten und bei username und password deine Daten eintragen.

            Gesendet von unterwegs `

            Irgendwie finde ich das Bearbeiten nicht. Bin aber auch ganz neu bei iobroker.
            5696_2d029e58-38b9-44c0-9d0e-83cb5c27bd38.jpeg

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

              Das ist auch nicht das richtige Objekt (system.adapter….) kann aber sein dass das nur per Skript zu bearbeiten geht.

              Edit: Probier mal das hier als Skript im Skripte-Adapter:

              const obj = getObject("system.adapter.philips-tv.0");
              obj.native.username = "dein username hier";
              obj.native.password = "dein passwort hier";
              setObject("system.adapter.philips-tv.0", obj);
              

              Danach wieder löschen oder deaktivieren.

              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.

                Hallo,

                ich glaube ich habe keinen TV mit Pairing, da ich noch nie nach einen Benutzernamen oder Code gefragt wurde. Weder bei der Android App oder vom Programm tvremote ( Diese Programm verbindet sich automatisch mit dem TV und der Richtigen IP)!
                2858_screenshot__239_.png

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

                  @sigi234:

                  @AlCalzone:

                  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:

                    @AlCalzone:

                    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-02-04 18:39:02.601 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:39:02.600 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:39:01.584 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:39:01.584 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:51.579 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:51.579 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:38:50.565 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:38:50.564 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:40.562 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:40.561 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:38:39.549 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:38:39.549 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:29.543 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:29.542 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:38:28.524 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:38:28.524 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:18.517 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:18.517 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:38:17.500 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:38:17.500 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:07.499 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:38:07.499 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:38:06.484 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:38:06.483 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:56.482 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:56.481 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:37:55.467 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:37:55.466 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:45.465 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:45.465 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:37:44.442 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:37:44.441 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:34.439 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:34.439 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:37:33.406 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:37:33.406 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:23.403 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:23.403 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:37:22.385 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:37:22.385 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:12.383 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:12.383 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:37:11.360 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:37:11.360 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:01.357 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:37:01.356 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:37:00.336 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:37:00.335 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:36:50.326 debug Could not initialize connection. Reason: No connection to host 192.168.178.24

                    philips-tv.0 2018-02-04 18:36:50.325 debug connection is DEAD. Reason: [undefined] Error: connect ECONNREFUSED 192.168.178.24:1925

                    philips-tv.0 2018-02-04 18:36:49.304 debug checking if connection is alive

                    philips-tv.0 2018-02-04 18:36:49.303 debug initializing connection to 192.168.178.24

                    philips-tv.0 2018-02-04 18:36:49.267 info starting. Version 0.3.0-alpha4 in C:/ioBroker/node_modules/iobroker.philips-tv, node: v6.11.0

                    philips-tv.0 2018-02-04 18:36:49.257 debug statesDB connected

                    philips-tv.0 2018-02-04 18:36:49.245 debug objectDB connected

                    philips-tv.0 2018-02-04 18:36:44.723 info starting. Version 0.3.0-alpha4 in C:/ioBroker/node_modules/iobroker.philips-tv, node: v6.11.0

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

                      Ok, das ist auch eine andere API. Kannst dich mit dali3 zusammentun 😉

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

                        @AlCalzone:

                        Ok, das ist auch eine andere API. Kannst dich mit dali3 zusammentun 😉 `

                        Danke für deine Hilfe und die tolle Arbeit!

                        Ich werde mir einen neuen TV kaufen welcher mit Iobroker besser funktioniert…....könnt ihr mir da einen empfehlen?

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

                          Gerne doch, aber…
                          @sigi234:

                          Ich werde mir einen neuen TV kaufen welcher mit Iobroker besser funktioniert `
                          jetzt hab ich ein schlechtes Gewissen :shock:

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

                            Nein brauchst du nicht haben, wollte sowieso einen NEUEN! 😄

                            So kann ich meiner Frau sagen das der alte zu ALT ist….......ja ich weis ich bin ein böser :twisted:

                            1 Reply Last reply Reply Quote 0
                            • M
                              Mater1984 last edited by

                              @AlCalzone:

                              Das ist auch nicht das richtige Objekt (system.adapter….) kann aber sein dass das nur per Skript zu bearbeiten geht.

                              Edit: Probier mal das hier als Skript im Skripte-Adapter:

                              const obj = getObject("system.adapter.philips-tv.0");
                              obj.native.username = "dein username hier";
                              obj.native.password = "dein passwort hier";
                              setObject("system.adapter.philips-tv.0", obj);
                              

                              Danach wieder löschen oder deaktivieren. `

                              Geht!

                              Philips Adapter geht auf grün 🙂

                              Danke!

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

                                Cool, dann muss ich nur noch das Admin-Menü fertig kriegen.

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

                                  An die Leute mit der nicht unterstützten API: Könnt ihr eventuell mit dem upnp-Adapter was anfangen?

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

                                    Hallo,

                                    leider nein…...bekomme auch keine Verbindung.

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      dali3 last edited by

                                      @AlCalzone:

                                      An die Leute mit der nicht unterstützten API: Könnt ihr eventuell mit dem upnp-Adapter was anfangen? `

                                      Habe ihn installiert und folgende Instanzen sind nun vorhanden (siehe Foto),

                                      sorry für die "blöde" Anfängerfrage… wie kann ich diese nun testen?
                                      4746_1.jpg
                                      4746_2.jpg

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

                                        Ich kenne den Adapter selbst nicht, aber ich würde vermuten, du musst unter MediaRenderer schauen, wenn du Sachen auf dem Fernseher wiedergeben willst.

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

                                          @AlCalzone: siehst du eine Chance das Pairing via Adapter einzubauen?

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            andikarre last edited by

                                            @Mater1984:

                                            @AlCalzone:

                                            Das ist auch nicht das richtige Objekt (system.adapter….) kann aber sein dass das nur per Skript zu bearbeiten geht.

                                            Edit: Probier mal das hier als Skript im Skripte-Adapter:

                                            const obj = getObject("system.adapter.philips-tv.0");
                                            obj.native.username = "dein username hier";
                                            obj.native.password = "dein passwort hier";
                                            setObject("system.adapter.philips-tv.0", obj);
                                            

                                            Danach wieder löschen oder deaktivieren. `

                                            Geht!

                                            Philips Adapter geht auf grün 🙂

                                            Danke! `

                                            Hallo AlCalzone,

                                            erstmal großen Dank für den Philips TV Adapter. Nach sowas habe ich schon lange gesucht bzw. schon angefangen selber die API v6 meines TVs zu verstehen und anzusprechen. Hat auch geklappt :geek: , aber dann bin ich über deinen Adapter gestolpert.

                                            Das Pairing hatte ich bereits über die console durchgeführt und habe dann wie oben beschrieben name und password dem Object hinzugefügt. TV wird jetzt gefunden und der Adapter leuchtet grün.

                                            Wenn ich aber PressKey ausführen möchte, bekomme ich folgende Fehlermeldung:
                                            > error Error handling state change philips-tv.0.pressKey => Standby: Cannot read property 'username' of undefined

                                            Scheint so, dass username und password hier nicht greifen.

                                            Hast du eventuell auf Anhieb eine Lösung dafür? Ich habe die Version 0.3.0-alpha4

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            901
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

                                            philips philips tv
                                            83
                                            549
                                            109121
                                            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