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

Prompted for Homekit Setup Code when adding accessing to Apple 'Home' #61

Closed tallguy999 closed 3 years ago

tallguy999 commented 3 years ago

Hi, I've successfully installed the plugin and can power my TV on and off from the Homebridge UI, however if I try to add the TV to the Apple 'Home' app, I'm being prompted 'Enter HomeKit Setup Code'? (Or 'Use Camera'). Is that to be expected? If so, can you advise what number/code I should be using?

My TV is a 2015 TX-50CX680B.

Thanks,

Steve Screenshot 2021-01-21 at 20 55 45 Screenshot 2021-01-21 at 20 55 07

tallguy999 commented 3 years ago

Television
Active 1 Active Identifier 0 Configured Name 50CX680_Series Remote Key
Sleep Discovery Mode 1 Power Mode Selection
Manufacturer Panasonic Model Panasonic VIErA TX-50CX680B Name 50CX680_Series Serial Number 4D454930-0200-1000-8001-A8137441B307 Firmware Revision 2.0.16 Homebridge Instance IP 192.168.1.113 Homebridge Instance Port 37451 Homebridge Instance Username 11:9B:0F:CF:7A:6E aid 1 iid 8

tallguy999 commented 3 years ago

Oooops - Schoolboy error!

AntonioMeireles commented 3 years ago

@tallguy999

Welcome to the open source world as this seems your first ever issue 😄!

you should have the PIN in your homebridge boot logs. You can get it static by setting in your homebridge's config.json inside the "bridge" block per snippet bellow

 "bridge": {
    (...)
    "pin": "012-34-567",
   (...)
  },

All the best,