-
-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Grzegorz edited this page Aug 29, 2022
·
4 revisions
Welcome to the homebridge-denon-tv wiki!
- For homebridge-denon-tv versions 3.6.0 and above the minimum required version of Homebridge is 1.3.x.
- If update to 3.15.0 need remove the accessory frome HomeKit app and add it again.
- If for some reason the device is not displayed in HomeKit app try this procedure:
- Go to
./homebridge/persist
macOS or/var/lib/homebridge/persist
for RPI. - Remove
AccessoryInfo.xxx
file which contain Your device data:{"displayName":"AV Receiver"}
. - Next remove
IdentifierCashe.xxx
file with same name asAccessoryInfo.xxx
. - Restart Homebridge and try add it to the HomeKit app again.
- Go to
- Each accessory needs to be manually paired.
- Open the Home app on your device.
- Tap the Home tab, then tap .
- Tap Add Accessory, and select I Don't Have a Code, Cannot Scan or More options.
- Select Your accessory and press add anyway.
- Enter the PIN or scan the QR code, this can be found in Homebridge UI or Homebridge logs.
- Complete the accessory setup.
- That maximum Services for 1 accessory is 100. If Services > 100, accessory stop responding.
- To solve this problem the plugin counts the number of Services and not allow add more as 100.
- If You have configured more as 100 Services some inputs or buttons will not be available in the HomeKit app.
- The Services in this accessory are:
- Information.
- Speaker.
- Lightbulb.
- Fan.
- Television.
- Inputs, which may range from 6 to 100 as each input is 1 service.
- Buttons, which may range from 6 to 100 as each button is 1 service.
Please feel free to create a Pull request and help in development. It will be highly appreciated.