You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Homebridge is back up, add accessory to Home App
When TV is added to Home app, has the default inputs of "-" and "TV"
Close Home App, and restart Homebridge
After Hombridge is backup, open Home App and go to TV
Result: TV still has the default inputs, and does NOT have custom inputs specified in Config
Expected: Accessory should have custom inputs defined in config
Other Information: Setting the input to "TV" in the default inputs does change the input on the TV to "TV", and then accessory in HomeApp goes back to "-" which does nothing. Able to turn the TV off with the HomeApp. Can provide log if needed, only messages I have seen is that it detects the TV and states to add the TV to the Home App, even after it has been added.
The text was updated successfully, but these errors were encountered:
wow, you use my lib! So if is it the same approach - you shouldn't use legacy, you should use "new" pair1 as I see in Readme. legacy it's for older TV.
UPD: All good, should be legacy for 2013
Problem:
Have installed Samsung-tvcontrol on Homebridge version 1.1.1 for Samsung UN60F8000 TV and unable to have custom inputs appear in accessory
Steps to Repro:
{ "devices": [ { "name": "TV", "usn": "0a21fe80-00aa-1000-b88f-5cf6dcdefed8", "inputs": [ { "name": "Cable TV", "keys": "HDMI1" }, { "name": "Apple TV", "keys": "HDMI4" }, { "name": "XBox", "keys": "HDMI3" }, { "name": "BluRay", "keys": "HDMI2" } ], "disableUpnpSetters": true } ], "platform": "SamsungTVControl" }
Result: TV still has the default inputs, and does NOT have custom inputs specified in Config
Expected: Accessory should have custom inputs defined in config
Other Information: Setting the input to "TV" in the default inputs does change the input on the TV to "TV", and then accessory in HomeApp goes back to "-" which does nothing. Able to turn the TV off with the HomeApp. Can provide log if needed, only messages I have seen is that it detects the TV and states to add the TV to the Home App, even after it has been added.
The text was updated successfully, but these errors were encountered: