tavicu / homebridge-samsung-tizen

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

TV not displaying in Home app #441

Closed ajburnett104 closed 2 years ago

ajburnett104 commented 2 years ago

Hi there...

Having the same issue as many have had before: My Samsung Tizen TV is showing up in Homebridge, but not in the Home app. I've tried:

  1. Adding "UUID":"A1" line to the config.json,
  2. Removing the samsung-tizen.json file and restarting Homebridge

Below is a snippet from my homebridge config:

{
            "devices": [
                {
                    "name": "Livingroom TV",
                    "ip": "10.0.0.211",
                    "mac": "8C:EA:48:32:86:28",
                    "uuid": "A1"
                }
            ],
            "platform": "SamsungTizen"
        }

I am running homebridge-samsung-tizen v5.1.0 on homebridge v1.3.8

Any other suggestions? Thank you!

UPDATE I noticed a code to manually enter into Homekit (Home) and got it to work. Issue resolved.