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.
    • foxriver76
      foxriver76 Developer @roughestboy last edited by

      @roughestboy dann bitte cat /opt/iobroker/node_modules/iobroker.philips-tv-android/io-package.json Ausgabe zeigen.

      R 1 Reply Last reply Reply Quote 0
      • R
        roughestboy @foxriver76 last edited by

        @foxriver76


        {
        "common": {
        "name": "philips-tv-android",
        "version": "0.0.1",
        "news": {
        "0.0.1": {
        "en": "initial release",
        "de": "Erstveröffentlichung",
        "ru": "Начальная версия",
        "pt": "lançamento inicial",
        "nl": "Eerste uitgave",
        "fr": "Première version",
        "it": "Versione iniziale",
        "es": "Versión inicial",
        "pl": "Pierwsze wydanie",
        "zh-cn": "首次出版"
        }
        },
        "title": "Philips TV",
        "titleLang": {
        "en": "Philips TV",
        "de": "Philips-Fernseher",
        "ru": "Филипс ТВ",
        "pt": "TV Philips",
        "nl": "Philips-tv",
        "fr": "Téléviseur Philips",
        "it": "TV Philips",
        "es": "Televisor philips",
        "pl": "Telewizor Philips",
        "zh-cn": "飞利浦电视"
        },
        "desc": {
        "en": "Adapter to control Philips TVs based on Android",
        "de": "Adapter zur Steuerung von Philips Fernsehern auf Basis von Android",
        "ru": "Адаптер для управления телевизорами Philips на базе Android",
        "pt": "Adaptador para controlar TVs Philips baseadas em Android",
        "nl": "Adapter om Philips TV's te bedienen op basis van Android",
        "fr": "Adaptateur pour contrôler les téléviseurs Philips basés sur Android",
        "it": "Adattatore per controllare i televisori Philips basati su Android",
        "es": "Adaptador para controlar televisores Philips basados ​​en Android",
        "pl": "Adapter do sterowania telewizorami Philips opartymi na systemie Android",
        "zh-cn": "用于控制基于 Android 的飞利浦电视的适配器"
        },
        "authors": [
        "Moritz Heusinger moritz.heusinger@gmail.com"
        ],
        "keywords": [
        "tv",
        "philips",
        "android"
        ],
        "license": "MIT",
        "platform": "Javascript/Node.js",
        "main": "build/main.js",
        "icon": "philips-tv-android.png",
        "enabled": true,
        "messagebox": true,
        "extIcon": "https://raw.githubusercontent.com/foxriver76/ioBroker.philips-tv-android/main/admin/philips-tv-android.png",
        "readme": "https://github.com/foxriver76/ioBroker.philips-tv-android/blob/main/README.md",
        "loglevel": "info",
        "mode": "daemon",
        "type": "multimedia",
        "compact": true,
        "connectionType": "local",
        "dataSource": "poll",
        "adminUI": {
        "config": "json"
        },
        "dependencies": [
        {
        "js-controller": ">=4.0.0"
        }
        ],
        "installedFrom": "foxriver76/ioBroker.philips-tv-android#a90d35c5653c67a2ad779d6869ce9c2dd8a672b7"
        },
        "native": {
        "ip": "",
        "broadcastIp": "255.255.255.255",
        "mac": "",
        "apiVersion": 6
        },
        "objects": [],
        "instanceObjects": [
        {
        "_id": "info",
        "type": "channel",
        "common": {
        "name": "Information"
        },
        "native": {}
        },
        {
        "_id": "info.connection",
        "type": "state",
        "common": {
        "role": "indicator.connected",
        "name": "Device or service connected",
        "type": "boolean",
        "read": true,
        "write": false,
        "def": false
        },
        "native": {}
        },
        {
        "_id": "settings",
        "type": "channel",
        "common": {
        "name": "Settings and device commands"
        },
        "native": {}
        },
        {
        "_id": "settings.power",
        "type": "state",
        "common": {
        "role": "switch",
        "name": "Power state of the TV",
        "type": "boolean",
        "read": true,
        "write": true,
        "def": false
        },
        "native": {}
        },
        {
        "_id": "settings.volume",
        "type": "state",
        "common": {
        "role": "level.volume",
        "name": "Volume of the TV",
        "type": "number",
        "read": true,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "settings.muted",
        "type": "state",
        "common": {
        "role": "switch",
        "name": "If the TV is muted",
        "type": "boolean",
        "read": true,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "settings.launchApp",
        "type": "state",
        "common": {
        "role": "text",
        "name": "Launch application",
        "type": "string",
        "read": true,
        "write": true,
        "states": []
        },
        "native": {}
        },
        {
        "_id": "settings.launchTvChannel",
        "type": "state",
        "common": {
        "role": "text",
        "name": "Launch TV channel",
        "type": "string",
        "read": true,
        "write": true,
        "states": []
        },
        "native": {}
        },
        {
        "_id": "keys",
        "type": "channel",
        "common": {
        "name": "Send key press"
        },
        "native": {}
        },
        {
        "_id": "keys.rewind",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Rewind",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.fastForward",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Fast forward",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.next",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Next",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.previous",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Previous",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.cursorUp",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Cursor up",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.cursorLeft",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Cursor left",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.cursorRight",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Cursor right",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.cursorDown",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Cursor down",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.confirm",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Confirm",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.back",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Back",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.exit",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Exit",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.PlayPause",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Play/Pause",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.home",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Home",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.volumeUp",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Volume up",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.volumeDown",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Volume down",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit0",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 0",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit1",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 1",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit2",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 2",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit3",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 3",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit4",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 4",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit5",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 5",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit6",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 6",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit7",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 7",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit8",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 8",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.digit9",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Digit 9",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        },
        {
        "_id": "keys.ambilightOnOff",
        "type": "state",
        "common": {
        "role": "button",
        "name": "Ambilight On/Off",
        "type": "boolean",
        "read": false,
        "write": true
        },
        "native": {}
        }
        ]

        foxriver76 1 Reply Last reply Reply Quote 0
        • foxriver76
          foxriver76 Developer @roughestboy last edited by

          @roughestboy das ist nicht der Stand der auf GitHub ist, bitte nochmal installieren und sicherstellen, dass es fehlerfrei installiert.

          Wszene R 2 Replies Last reply Reply Quote 0
          • Wszene
            Wszene @foxriver76 last edited by

            @foxriver76
            Hast du schon eine Idee wann der geile Adapter in die Repo kommt?

            foxriver76 1 Reply Last reply Reply Quote 0
            • R
              roughestboy @foxriver76 last edited by

              @foxriver76
              Und ich frag lieber nochmal. 'Nochmal installieren' = wie ich es oben beschrieben habe, 'Instanz gelöscht, Adapter neu installiert', oder muss das anders gemacht werden.
              Mich würd auch interessieren ob ich mich darauf einstellen muss, danach in der VIS alle Buttons neu zu verdrahten.

              foxriver76 1 Reply Last reply Reply Quote 0
              • foxriver76
                foxriver76 Developer @roughestboy last edited by

                @roughestboy Neu verlinkt werden braucht nichts, die DPs werden wieder genau so heißen. Mach über die Konsole iob url https://github.com/foxriver76/ioBroker.philips-tv-android

                R 1 Reply Last reply Reply Quote 0
                • foxriver76
                  foxriver76 Developer @Wszene last edited by

                  @wszene Evtl. kümmere ich mich das kommende WE darum.

                  Wszene 1 Reply Last reply Reply Quote 1
                  • R
                    roughestboy @foxriver76 last edited by

                    @foxriver76 sagte in Test Adapter Philips-TV v0.2.x:

                    iob url https://github.com/foxriver76/ioBroker.philips-tv-android

                    Hängt bei
                    78415aeb-e13e-4abe-87dd-9e64a20ba2b4-image.png

                    foxriver76 1 Reply Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @roughestboy last edited by

                      @roughestboy Geduld, liegt leider an npm, dauert gerne mal 10 min.

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        roughestboy @foxriver76 last edited by

                        @foxriver76
                        Jetzt sind sie da... . Danke.

                        1 Reply Last reply Reply Quote 1
                        • Wszene
                          Wszene @foxriver76 last edited by

                          @foxriver76
                          Sehr schön
                          Ich würde mich sehr freuen wenn ich den Adapter in mein Live-System installieren kann

                          foxriver76 1 Reply Last reply Reply Quote 0
                          • foxriver76
                            foxriver76 Developer @Wszene last edited by

                            @wszene 0.3.0 vom philips-tv Adapter ist die aktuelle Version vom philips-tv-android Adapter.

                            Wszene 1 Reply Last reply Reply Quote 2
                            • Wszene
                              Wszene @foxriver76 last edited by

                              @foxriver76

                              Leider wird in meinem Live-System der Adapter nicht gefunden
                              Bildschirmfoto 2022-09-13 um 05.36.40.png

                              foxriver76 1 Reply Last reply Reply Quote 0
                              • foxriver76
                                foxriver76 Developer @Wszene last edited by

                                @wszene Oh, der ist ja anscheinend auch nicht im Beta Repo gewesen. Dann erledige ich das noch.

                                Wszene 1 Reply Last reply Reply Quote 1
                                • Wszene
                                  Wszene @foxriver76 last edited by

                                  @foxriver76

                                  ich danke dir
                                  Die Stable wäre auch ganz gut aber Beta kann ich erst mal mit leben 😜

                                  foxriver76 1 Reply Last reply Reply Quote 0
                                  • foxriver76
                                    foxriver76 Developer @Wszene last edited by

                                    @wszene eins nach dem anderen 😉
                                    PR für latest ist gestellt https://github.com/ioBroker/ioBroker.repositories/pull/1942

                                    foxriver76 created this issue in ioBroker/ioBroker.repositories

                                    closed new adapter: add philips tv #1942

                                    1 Reply Last reply Reply Quote 1
                                    • R
                                      roughestboy last edited by

                                      @foxriver76
                                      So, habe jetzt ziemlich viele der Buttons auf meiner VIS. Damit das Ganze aber einen Mehrwert hat, also dass es nicht 'nur' eine 2. Fernbedienung ist, würde ich ein paar Spezialitäten einbauen. Konkret z.B. Launch von DAZN, auch wenn den TV ausgeschaltet ist. Der Philips streamt DAZN leider recht ruckelig. Nun hängt am HDMI1 ein Fire TV Cube, der macht das deutlich besser. Deswegen meine Frage, ob Du eine Möglichkeit siehst, mit dem DP 'Source' nicht nur das Sourcemenu zu öffnen, sondern die HDMI-Quelle gleich direkt zu wählen.
                                      Mag sein, dass sich die Frage mit Steuerung des Fire TV über den entsprechenden Adapter von selbst löst, wenn der Cube aktiviert wird, aber diesen Adapter habe ich mir bisher noch nicht näher angesehen.

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

                                        Adapter ist nun im latest.

                                        HDMI Quelle wechseln geht wohl auf Android tvs über die Google Assistant App kann ich mal schauen ob ich das in den Adapter rein bringe.

                                        R 2 Replies Last reply Reply Quote 2
                                        • foxriver76
                                          foxriver76 Developer @roughestboy last edited by foxriver76

                                          @roughestboy Input Change für Android TVs ist drin über Google Assistant.

                                          Mit v0.4.0. ansonsten paar kleinere Schönheitskorrekturen

                                          R 1 Reply Last reply Reply Quote 1
                                          • R
                                            roughestboy @foxriver76 last edited by

                                            @foxriver76
                                            Jo, da gibts wieder was zu testen, vielen Dank. Soweit mal etwas Werbung für den Adapter mit nem Bild, wie das gerade bei mir aussieht. Adapter funktioniert sehr zuverlässig, ich schätze das sehr.
                                            b65b2d97-c926-4c83-9f46-5e7fea7cbe76-image.png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            509
                                            Online

                                            31.6k
                                            Users

                                            79.6k
                                            Topics

                                            1.3m
                                            Posts

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