nitaybz / homebridge-onkyo-pioneer

Homebridge Plugin for Onkyo & Pioneer Audio Receivers
MIT License
8 stars 2 forks source link

Plug-In running, but can't add receiver to HomeKit #7

Open DocKnox opened 3 years ago

DocKnox commented 3 years ago

The plug-in is running but I can't add the receiver to HomeKit. After putting in the setup code, HomeKit is searching forever. Shouldn't the setup code be a unique number for the device? In my case it seems, that the setup code is the same as the Homebridge code.

[26/03/2021, 10:46:11] Please add [Onkyo 7781] manually in Home app. Setup Code: 031-45-154

mkopelman commented 3 years ago

I am having the same issue. I have installed the plugin. I see it is finding my Onkyo AVR, but it does not show up in HomeKit. any advice?

nitaybz commented 3 years ago

you'll need to manually add the device by following this commands:

  1. click on "Add Accessory" in the Home app (from the + sign on the top)
  2. click on "I don't have a code..."
  3. choose your avr.
  4. enter your Homebridge code (shouldn't be unique), for example: 031-45-154
DocKnox commented 3 years ago
  1. choose your avr.
  2. enter your Homebridge code (shouldn't be unique), for example: 031-45-154

The problem is, there is nothing to choose. HomeKit doesn't find any devices to add.

mwtremblay commented 2 years ago

I am also having this issue.

mwtremblay commented 2 years ago

Additional information that might be useful. I can add the receiver from my dev server running locally on my computer, but I cannot add the receiver from the oznu Docker image. I wonder if the other people have the same setup as me.

EDIT: I just tried it on a RaspberryPi with the official image and got the same result. This is only working on my local install on my Mac.

EDIT 2: It may have been a fluke but I finally got this to work after a full container restart.