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 @chrisalex2204 last edited by

      @chrisalex2204 mir ist nicht bekannt dass das geht, falls doch korrigiert mich gerne jemand. Also falls es die Möglichkeit gibt implementiere ich das gerne.

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

        @foxriver76
        Ich arbeite gerade an meiner Visualisierung. Sieht schon ganz hübsch aus:
        4dd9f874-2d6e-4d95-a394-7a76957b1009-image.png
        Mir fehlen noch ein paar Tasten und ich möchte fragen, ob es möglich ist diese umzusetzen:

        • Menu
        • Pair Sources
        • List TV-Guide
        • Aufnahme
        • die 4 Farbtasten
        • Text
        • Options
        • Mute. Zwar kann ich mit 'settings.muted' den TV muten, dann geht dessen Wert auf true und 'settings.volume' auf 0. Erneute Betätigung setzt den muted Wert auf false, zieht aber Volume nicht wieder auf den alten Wert. Da muss es noch einen anderen Code/Taste geben.

        Adapterversion 0.0.1, Philips OLED65 856/12, V6.

        Danke vorab.

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

          @roughestboy Hi, ich habe dir die Buttons eingebaut. Gerne neu installieren und ausprobieren.

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

            @foxriver76

            Ja Wahnsinn. Besten Dank ! Probier ich kommende Woche aus.

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

              @foxriver76
              Instanz gelöscht, Adapter neu installiert - die zusätzlichen Buttons find ich nicht.

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

                @roughestboy Mach mal einen Upload, sollten auf jeden Fall da sein. iob upload philips-tv-android

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

                  @foxriver76
                  passiert nix


                  pi@pi4iobroker:~ $ iob upload philips-tv-android
                  upload [1] philips-tv-android.admin /opt/iobroker/node_modules/iobroker.philips- tv-android/admin/jsonConfig.json jsonConfig.json application/json
                  upload [0] philips-tv-android.admin /opt/iobroker/node_modules/iobroker.philips- tv-android/admin/philips-tv-android.png philips-tv-android.png image/png

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            918
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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