AntonioMeireles / homebridge-vieramatic

Homebridge plugin for Panasonic™ Viera™ TVs (includes support for 2018 and later models)
Apache License 2.0
43 stars 9 forks source link

TV not showing in HomeKit #40

Closed mike3177 closed 3 years ago

mike3177 commented 3 years ago

Hi, my TV shows up and can be switched on and off via Homebridge accessories, but it is missing in HomeKit.

I’m wondering if it has to do with: If your homebridge setup is a containerized one please do note that in order for this plugin to fully work you need to also expose to the outside port 8973, otherwise you won't be able to access to endpoint that generates your encryption credentials.

Does that mean I have to open up port 8973 on my router?

I’m using homebridge on a synology NAS installed via docker. Version 1.2.3

TV is an FZ800 series.

 "tvs": [
                {
                    "ipAddress": "192.168.0.26",
                    "encKey": "5r3zEiT2vhRJnqc81SRNEQ==",
                    "appId": "AbLy+gARMn7K5Q==",
                    "hdmiInputs": [
                        {
                            "id": "1",
                            "name": "Apple TV"
                        },
                        {
                            "id": "2",
                            "name": "Xbox One X"
                        }
                    ],
                    "customVolumeSlider": false
                }
            ],
            "platform": "PanasonicVieraTV"
        }
AntonioMeireles commented 3 years ago

Hi,

thanks for reporting!

at sight, you have no need to access :8973 anymore - as you seem to have already generated the credentials.

OTOH, a quick question is you iphone/wifi network in the same vlan as the synology where the docker container is running ?

mike3177 commented 3 years ago

Hi,

I never realised I had to add the TV as an accessory in HomeKit, it’s all working now thanks!