Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter Philips-TV v0.2.x

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.6k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.1k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    2.9k

Test Adapter Philips-TV v0.2.x

Geplant Angeheftet Gesperrt Verschoben Tester
philipsphilips tv
550 Beiträge 84 Kommentatoren 143.2k Aufrufe 48 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • foxriver76F foxriver76

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

    R Offline
    R Offline
    roughestboy
    schrieb am zuletzt editiert von
    #389

    @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": {}
    }
    ]

    foxriver76F 1 Antwort Letzte Antwort
    0
    • R roughestboy

      @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": {}
      }
      ]

      foxriver76F Offline
      foxriver76F Offline
      foxriver76
      Developer
      schrieb am zuletzt editiert von
      #390

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

      Videotutorials & mehr

      Hier könnt ihr mich unterstützen.

      WszeneW R 2 Antworten Letzte Antwort
      0
      • foxriver76F foxriver76

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

        WszeneW Offline
        WszeneW Offline
        Wszene
        schrieb am zuletzt editiert von
        #391

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

        Meine Hard- & Software:

        • MSI Cubi 5 10M-049DE mit Proxmox
        • CC2652P Zigbee Stick
        • Steckdosen mit Tasmota und Zigbee
        • Lichtschalter mit Tasmota
        • IKEA TRÅDFRI Glühbirnen
        • Aqara Sensoren
        foxriver76F 1 Antwort Letzte Antwort
        0
        • foxriver76F foxriver76

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

          R Offline
          R Offline
          roughestboy
          schrieb am zuletzt editiert von
          #392

          @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.

          foxriver76F 1 Antwort Letzte Antwort
          0
          • R roughestboy

            @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.

            foxriver76F Offline
            foxriver76F Offline
            foxriver76
            Developer
            schrieb am zuletzt editiert von
            #393

            @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

            Videotutorials & mehr

            Hier könnt ihr mich unterstützen.

            R 1 Antwort Letzte Antwort
            0
            • WszeneW Wszene

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

              foxriver76F Offline
              foxriver76F Offline
              foxriver76
              Developer
              schrieb am zuletzt editiert von
              #394

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

              Videotutorials & mehr

              Hier könnt ihr mich unterstützen.

              WszeneW 1 Antwort Letzte Antwort
              1
              • foxriver76F foxriver76

                @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 Offline
                R Offline
                roughestboy
                schrieb am zuletzt editiert von
                #395

                @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

                foxriver76F 1 Antwort Letzte Antwort
                0
                • R roughestboy

                  @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

                  foxriver76F Offline
                  foxriver76F Offline
                  foxriver76
                  Developer
                  schrieb am zuletzt editiert von
                  #396

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

                  Videotutorials & mehr

                  Hier könnt ihr mich unterstützen.

                  R 1 Antwort Letzte Antwort
                  0
                  • foxriver76F foxriver76

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

                    R Offline
                    R Offline
                    roughestboy
                    schrieb am zuletzt editiert von
                    #397

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

                    1 Antwort Letzte Antwort
                    1
                    • foxriver76F foxriver76

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

                      WszeneW Offline
                      WszeneW Offline
                      Wszene
                      schrieb am zuletzt editiert von
                      #398

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

                      Meine Hard- & Software:

                      • MSI Cubi 5 10M-049DE mit Proxmox
                      • CC2652P Zigbee Stick
                      • Steckdosen mit Tasmota und Zigbee
                      • Lichtschalter mit Tasmota
                      • IKEA TRÅDFRI Glühbirnen
                      • Aqara Sensoren
                      foxriver76F 1 Antwort Letzte Antwort
                      0
                      • WszeneW Wszene

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

                        foxriver76F Offline
                        foxriver76F Offline
                        foxriver76
                        Developer
                        schrieb am zuletzt editiert von
                        #399

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

                        Videotutorials & mehr

                        Hier könnt ihr mich unterstützen.

                        WszeneW 1 Antwort Letzte Antwort
                        2
                        • foxriver76F foxriver76

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

                          WszeneW Offline
                          WszeneW Offline
                          Wszene
                          schrieb am zuletzt editiert von
                          #400

                          @foxriver76

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

                          Meine Hard- & Software:

                          • MSI Cubi 5 10M-049DE mit Proxmox
                          • CC2652P Zigbee Stick
                          • Steckdosen mit Tasmota und Zigbee
                          • Lichtschalter mit Tasmota
                          • IKEA TRÅDFRI Glühbirnen
                          • Aqara Sensoren
                          foxriver76F 1 Antwort Letzte Antwort
                          0
                          • WszeneW Wszene

                            @foxriver76

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

                            foxriver76F Offline
                            foxriver76F Offline
                            foxriver76
                            Developer
                            schrieb am zuletzt editiert von
                            #401

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

                            Videotutorials & mehr

                            Hier könnt ihr mich unterstützen.

                            WszeneW 1 Antwort Letzte Antwort
                            1
                            • foxriver76F foxriver76

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

                              WszeneW Offline
                              WszeneW Offline
                              Wszene
                              schrieb am zuletzt editiert von
                              #402

                              @foxriver76

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

                              Meine Hard- & Software:

                              • MSI Cubi 5 10M-049DE mit Proxmox
                              • CC2652P Zigbee Stick
                              • Steckdosen mit Tasmota und Zigbee
                              • Lichtschalter mit Tasmota
                              • IKEA TRÅDFRI Glühbirnen
                              • Aqara Sensoren
                              foxriver76F 1 Antwort Letzte Antwort
                              0
                              • WszeneW Wszene

                                @foxriver76

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

                                foxriver76F Offline
                                foxriver76F Offline
                                foxriver76
                                Developer
                                schrieb am zuletzt editiert von
                                #403

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

                                Videotutorials & mehr

                                Hier könnt ihr mich unterstützen.

                                1 Antwort Letzte Antwort
                                1
                                • R Offline
                                  R Offline
                                  roughestboy
                                  schrieb am zuletzt editiert von
                                  #404

                                  @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.

                                  foxriver76F 1 Antwort Letzte Antwort
                                  0
                                  • foxriver76F Offline
                                    foxriver76F Offline
                                    foxriver76
                                    Developer
                                    schrieb am zuletzt editiert von
                                    #405

                                    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.

                                    Videotutorials & mehr

                                    Hier könnt ihr mich unterstützen.

                                    R 2 Antworten Letzte Antwort
                                    2
                                    • R roughestboy

                                      @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.

                                      foxriver76F Offline
                                      foxriver76F Offline
                                      foxriver76
                                      Developer
                                      schrieb am zuletzt editiert von foxriver76
                                      #406

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

                                      Mit v0.4.0. ansonsten paar kleinere Schönheitskorrekturen

                                      Videotutorials & mehr

                                      Hier könnt ihr mich unterstützen.

                                      R 1 Antwort Letzte Antwort
                                      1
                                      • foxriver76F foxriver76

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

                                        Mit v0.4.0. ansonsten paar kleinere Schönheitskorrekturen

                                        R Offline
                                        R Offline
                                        roughestboy
                                        schrieb am zuletzt editiert von
                                        #407

                                        @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 Antwort Letzte Antwort
                                        0
                                        • foxriver76F foxriver76

                                          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 Offline
                                          R Offline
                                          Rushmed
                                          Most Active
                                          schrieb am zuletzt editiert von
                                          #408

                                          @foxriver76 Bin noch auf v0.0.1 und mir wird kein Update angeboten. Bekomm ich den Adapter irgendwie aktualisiert oder muss ich neu installieren?

                                          foxriver76F 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          684

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe