Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samsung BluRay player support? #69

Open
jaydisc opened this issue Jun 27, 2021 · 1 comment
Open

Samsung BluRay player support? #69

jaydisc opened this issue Jun 27, 2021 · 1 comment

Comments

@jaydisc
Copy link

jaydisc commented Jun 27, 2021

First of all, this plugin is amazing. Thank you very much! I've successfully configured it to perfectly support my 11-year old, UA40D6600 TV. I spent all of Saturday testing every key code, and I'm glad I did because I found some codes that worked in unexpected ways, for example:

{
    "name": "HDMI 3",
    "keys": "KEY_AUTO_ARC_PIP_RIGHT_BOTTOM"
},
{
    "name": "HDMI 4",
    "keys": "KEY_AUTO_ARC_AUTOCOLOR_FAIL"
}

Hopefully those can be of use to someone else.

Anyway, the query I have is that I have a Samsung BluRay player of similar vintage, a HT-D5550W. I am hoping to make it available in HomeKit as well, as I have quite a lot of things connected to its inputs. The following command, correctly mutes it (the same command I used with my TV), so it seems to support the same network remote protocol.

npx homebridge-samsungtv-control legacy 10.0.x.x xx.xx.xx.xx.xx.xx

In the case of the TV, as per the advice of that command, I added "remoteControlPort": 55000 to my config, and that was all that was needed to get the usn for the TV in the log, and thus working, but the BluRay's usn never shows up. Is the plugin intentionally ignoring it? Is there an alternate method for getting the usn? Am I pushing my luck?

@jaydisc
Copy link
Author

jaydisc commented Jun 27, 2021

Interestingly, v2.0.2 now sees my Hue Home and shows a usn for that:

Found unparsable model name (Philips hue bridge 2015) for device Hue Home (10.x.x.x), usn: "uuid:xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx". Skipping it.

But not the Bluray

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant