-
-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Grzegorz edited this page Feb 3, 2024
·
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:
- Using Config UI:
- Go to Homebridge Settings >> Reset Options >> Disconnect Bridge/Camera/TV/External Accessories.
- Remove the AVR child bridge and the accessory, restart homebridge and try to add it again.
- Alternative method:
- 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
- Using Config UI:
- 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, 1 service.
- Speaker, 1 service.
- Lightbulb, 1 service.
- Fan, 1 service.
- Television, 1 service.
- Sensors, each sensor is 1 service.
- Inputs, each input is 1 service.
- Buttons, each button is 1 service.
Please feel free to create a Pull request and help in development. It will be highly appreciated.