Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add AVR-X5200W to homekit #237

Closed
andreasletto opened this issue Jan 24, 2024 · 2 comments
Closed

Can't add AVR-X5200W to homekit #237

andreasletto opened this issue Jan 24, 2024 · 2 comments

Comments

@andreasletto
Copy link

I am running homebridge-denon-tv v4.8.4 on a Synology DS920+, DSM 7.2.1, Homebridge v1.7.0, UI v4.55.1, Node.js v20.9.0 in Child Bridge Mode.

The bridge Log seems to look good to me.
[1/24/2024, 8:35:18 PM] [homebridge-denon-tv] Restarting child bridge...
[1/24/2024, 8:35:18 PM] Got SIGTERM, shutting down child bridge process...
[1/24/2024, 8:35:23 PM] [homebridge-denon-tv] Child bridge process ended
[1/24/2024, 8:35:23 PM] [homebridge-denon-tv] Process Ended. Code: 143, Signal: null
[1/24/2024, 8:35:30 PM] [homebridge-denon-tv] Restarting Process...
[1/24/2024, 8:35:30 PM] [homebridge-denon-tv] Launched child bridge with PID 3723
[1/24/2024, 8:35:30 PM] [homebridge-denon-tv] Loaded homebridge-denon-tv v4.8.4 child bridge successfully
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] -------- Denon Receiver --------
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] Manufacturer: Denon
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] Model: *AVR-X5200W
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] Zones: 3
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] Control: Main Zone
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] Firmware: 0
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] Api version: 300
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] Serialnr: 0005CD40212D
[1/24/2024, 8:35:32 PM] [homebridge-denon-tv] ----------------------------------
[1/24/2024, 8:35:35 PM] [homebridge-denon-tv] Device: 192.168.1.100 Denon Receiver, Power: OFF
[1/24/2024, 8:35:35 PM] [homebridge-denon-tv] Device: 192.168.1.100 Denon Receiver, Input Name: Apple TV
[1/24/2024, 8:35:35 PM] [homebridge-denon-tv] Device: 192.168.1.100 Denon Receiver, Reference: DVD
[1/24/2024, 8:35:35 PM] [homebridge-denon-tv] Device: 192.168.1.100 Denon Receiver, Volume: -39dB
[1/24/2024, 8:35:35 PM] [homebridge-denon-tv] Device: 192.168.1.100 Denon Receiver, Mute: ON
[1/24/2024, 8:35:35 PM] [homebridge-denon-tv] Device: 192.168.1.100 Denon Receiver, Volume Control Type: Absolute
[1/24/2024, 8:35:35 PM] [homebridge-denon-tv] Device: 192.168.1.100 Denon Receiver, Picture Mode: OFF

The AVR appears on the Accessories in Homebridge, and I can include the Child Bridge as bridge in Homekit, but I get no accessories in Homekit, and trying to add them to Homekit does not work (they don't show up, and I don't get an error message). Config file:
{
"devices": [
{
"name": "Denon Receiver",
"host": "192.168.1.100",
"port": 80,
"generation": 1,
"zoneControl": 0,
"getInputsFromDevice": true,
"getFavoritesFromDevice": true,
"getQuickSmartSelectFromDevice": false,
"inputsDisplayOrder": 0,
"sensorPower": true,
"sensorVolume": true,
"sensorMute": true,
"sensorInput": false,
"enableDebugMode": false,
"disableLogInfo": false,
"disableLogDeviceInfo": false,
"disableLogConnectError": false,
"masterPower": true,
"masterVolume": true,
"masterMute": true,
"volumeControl": 0,
"refreshInterval": 5,
"enableRestFul": false,
"restFulDebug": false,
"enableMqtt": false,
"mqttDebug": false,
"mqttAuth": false
}
],
"platform": "DenonTv",
"_bridge": {
"username": "0E:35:65:CE:93:73",
"port": 52612
}
}

This has worked well with previous versions. Am I doing something wrong? Thank you!

@grzegorz914
Copy link
Owner

Are you read wiki troubleshooting section, https://github.com/grzegorz914/homebridge-denon-tv/wiki

@andreasletto
Copy link
Author

andreasletto commented Jan 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants