tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
638 stars 86 forks source link

Input Names in Apple Home.app #664

Open cl4udiu5 opened 5 months ago

cl4udiu5 commented 5 months ago

Hi, a few days ago I noticed in my Home app that the input names of my Samsung QLED are not displayed correctly after selection. I can select any configured input and the corresponding app opens on my TV. However, the display in the Home app always jumps back to "On" after a few seconds when I have selected an input. Input selection (e.g. digitalTV, HDMI1, ....) works fine.

Example from my configuration: "name": "SamsungTizen", "devices": [ { "api_key": "xxxxxxxx", "device_id": "xxxxxxxxx", "name": "Samsung QLED", "ip": "192.168......", "mac": "xx:xx:xx:xx:xx:xx", "inputs": [ { "type": "input", "name": "TV", "value": "digitalTv" }, { "type": "input", "name": "Apple TV", "value": "HDMI3" }, { "type": "input", "name": "Blu-ray", "value": "HDMI4" }, { "type": "app", "name": "Netflix", "value": "11101200001" }, { "type": "app", "name": "Disney+", "value": "3201901017640" }, { "type": "app", "name": "Prime Video", "value": "3201512006785" }, { "type": "app", "name": "DAZN", "value": "3201607009920" }, { "type": "app", "name": "Spotify", "value": "3201606009684" }, { "type": "app", "name": "ARD Mediathek", "value": "3201412000679" }, { "type": "app", "name": "ZDF Mediathek", "value": "3201705012365" }