homebridge-dacp icon indicating copy to clipboard operation
homebridge-dacp copied to clipboard

Error: cannot find remote inside AppleTV

Open arthursoares opened this issue 5 years ago • 8 comments

Hello!

I'm running homebridge on a Raspbian and I have an AppleTV 4k. My config file is as follow:

 {
            "platform": "DACP",
            "devices": [
                {
                    "name": "AppleTV",
                    "features": {
                        "no-volume-controls": true
                    }
                }
            ]
        }

I run homebridge and I go to Settings -> Remote and Devices -> Remote App and Devices and I cannot see the AppleTV remote listed there.

Here is what in my log from homebridge.

Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP] Initializing DACP platform...
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP] DACP Platform Plugin Loaded - Version 0.9.2
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP] Found accessory in config: "AppleTV"
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP]
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP] Skipping creation of the accessory "AppleTV" because it doesn't have a pairing code or
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP] service name yet. You need to pair the device/iTunes, reconfigure and restart homebridge.
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP]
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP] Beginning remote control announcements for the accessory "AppleTV".
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP]
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP]         Use passcode 5160 to pair with this remote control.
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] [DACP]
Aug 06 10:09:30 raspberrypi homebridge[22205]: [8/6/2019, 10:09:30 AM] Loading 0 accessories.

I'm running the latest version. Any ideas?

arthursoares avatar Aug 06 '19 08:08 arthursoares

Hi there.

I’m having the same exact issue as you. I thought I was missing something but glad I’m not alone.

sdorilas avatar Aug 18 '19 03:08 sdorilas

I am having the same exact issue! would someone enlighten us as to the solution?

PaRkThEcAr avatar Aug 23 '19 21:08 PaRkThEcAr

joining the question.. have the same issue

@arthursoares have you managed to solve?

omriavital avatar Aug 31 '19 22:08 omriavital

You running tvOS 13?

pax0707 avatar Sep 28 '19 00:09 pax0707

Yep!

Sent from my iPhone

On Sep 27, 2019, at 6:37 PM, pax0707 [email protected] wrote:

 You running tvOS 13?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

PaRkThEcAr avatar Sep 28 '19 03:09 PaRkThEcAr

Guess plugin needs an update to work with 13 changes.

pax0707 avatar Sep 28 '19 20:09 pax0707

anyone find a solution? im having the same issue

brj5 avatar Sep 26 '20 17:09 brj5

Hey there!

Sadly I feel this project is no longer managed.

These days, we use the Homebridge-AppleTV-Remote plugin. (Found here https://www.npmjs.com/package/homebridge-apple-tv-remote)

tvOS no longer supports DHCP (as of 13) so this plugin uses the Media Remote Protocol.

I also believe this project is dead. So if theater lights and playback control are what you want, this is a good option. It even shows for sleep control and use of its own api.

Sent from my iPhone

On Sep 26, 2020, at 11:41 AM, brj5 [email protected] wrote:

 anyone find a solution? im having the same issue

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

PaRkThEcAr avatar Sep 26 '20 20:09 PaRkThEcAr