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

TV No longer seen in HB. Used to work flawlessly. #692

Open
geoffgbsn opened this issue Aug 19, 2024 · 1 comment
Open

TV No longer seen in HB. Used to work flawlessly. #692

geoffgbsn opened this issue Aug 19, 2024 · 1 comment

Comments

@geoffgbsn
Copy link

Been using your plugin for a couple of years and it's worked great until a few days ago. I did a few updates to my hb instance, but not sure which one broke this plugin. For whatever reason, the TV just flat out isn't even seen now and doesn't show up as an accessory and the logs are blank. I tried setting it up as a 'fresh' install today, with no luck. Trying out other plugins, the o-lukas/homebridge-smartthings-tv plugin does identify and operate the TV, but has volume errors. I far prefer yours anyway, so removed it and tried yours again.

My specs:
HB v2.0.0-beta 11 in Docker
UI v4.56.5-beta.40
Node.js v20.16.0
Plugin v5.2.7

My original, redacted config that has been working:

{
"devices": [
{
"api_key": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"device_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"name": "Samsung TV ",
"ip": "XXX.XXX.XXX.XXX",
"mac": "XX:XX:XX:XX:XX:XX",
"uuid": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"inputs": [
{
"type": "input",
"name": "Sync Box",
"value": "HDMI3"
},
{
"type": "input",
"name": "HDMI 1",
"value": "HDMI1"
},
{
"type": "input",
"name": "HDMI 3",
"value": "HDMI3"
},
{
"type": "app",
"name": "Plex",
"value": "3201512006963"
},
{
"type": "app",
"name": "Netflix",
"value": "11101200001"
},
{
"type": "app",
"name": "Disney+",
"value": "3201901017640"
},
{
"type": "app",
"name": "Hulu",
"value": "3201601007625"
},
{
"type": "app",
"name": "YouTube",
"value": "111299001912"
},
{
"type": "app",
"name": "Prime Video",
"value": "3201512006785"
},
{
"type": "app",
"name": "Spectrum TV",
"value": "111299001510"
}
]
}
],
"platform": "SamsungTizen"
}

The barebone config currently installed. I started with only the required fields, then added the UUID, then the SmartThings API info, restarting hb after each change to check for detection.

{
"devices": [
{
"api_key": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"device_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"name": "Samsung TV",
"ip": "XXX.XXX.XXX.XXX",
"mac": "XX:XX:XX:XX:XX:XX",
"uuid": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
}
],
"platform": "SamsungTizen"
}

I should also mention that I removed hb from the TV's allowed devices list last week during troubleshooting and it has not attempted reconnection. I also changed the static IP address for the TV and the UUID in the plugin config is unique. I was hoping that all of that would trigger fresh detection if something was hung up. The only thing that remains the same is the MAC. All cached devices have been removed from hb. I run about a dozen plugins, a couple of which are generally very picky about which version of hb or node I'm running, but this is the only one currently not working, which has never been the case.

@spookercz
Copy link

Hi, I have the same issue since month ago, TV has not been recognized anymore even though it was working flawlessly before.

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

2 participants