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.
    • AlCalzone
      AlCalzone Developer last edited by

      @dali3:

      Ist diese Seite schob bekannt?

      http://jointspace.sourceforge.net/proje … c/API.html

      Bzw.

      https://github.com/stevenle/googletv-anymote ? `
      1. ja, darauf bauen die aktuellen API-Implementationen

      2. nein, funktiniert das mit deinem TV? Bzw kannst du herausfinden, ob der auf dieses "anymote" Protokoll setzt?

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

        @AlCalzone:

        @dali3:

        Ist diese Seite schob bekannt?

        http://jointspace.sourceforge.net/proje … c/API.html

        Bzw.

        https://github.com/stevenle/googletv-anymote ? `
        1. ja, darauf bauen die aktuellen API-Implementationen

        2. nein, funktiniert das mit deinem TV? Bzw kannst du herausfinden, ob der auf dieses "anymote" Protokoll setzt? `

        Ich werde es dieses Weekend probieren, leider sind meine Programmierkenntnisse sehr begrenzt 🙂

        1 Reply Last reply Reply Quote 0
        • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            667
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            philips philips tv
                                            84
                                            550
                                            115397
                                            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