Open davidanthoff opened 1 month ago
Goto go2rtc WebUI > Add > Hass. Find your "Kitchen Camera". And copy-paste homekit
source instead of hass
.
That works, thanks! Still seems like a bug, right? Ideally this would work directly?
Yes. There is should no be difference.
I have two Eufy cameras ("eufy Security Indoor Cam C120"). If I add them to go2rt via the
homekit
source and then use the homekit module I can proxy that camera back to Apple Home. But if I add the camera via thehass
source the proxy-back to Apple Home doesn't work. In both cases I can successfully see a camera image via the go2rtc generated streams.The starting config essentially looks like this (all identifying numbers replaced with
X
):At that point all the go2rt streams work.
I then start to add these cameras to my Apple Home. It all works well for the dining room camera: I start the pairing process in the Apple Home app, enter the pin that is
X
in the config and done.When I then start to do the same for the kitchen camera, I get an error in the Apple Home app that says
Unable to Add Accessory. Accessory is not reachable
. The go2rtc config file is modified and there is apairings
element added to thehomekit
->kitchen_camera
element with a sub elementclient_id
that looks exactly like the pairing info that is there for the successfully paired dining room camera. The log shows the following (again any identifying numbers replaced byX
):So, to me this looks as if something is not properly handed on during the pairing process between Apple Home and go2rtc, so that things crash halfway through.