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
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:
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: