Open spdustin opened 6 years ago
You can’t see an camera accessory separately in the add accessory screen?
That's right, I only see Homebridge
I'm having this same issue. Ironically, I used to have the plugin installed and it worked fine. I uninstalled it a few weeks ago, but today decided to install it again. I'm seeing the camera being mentioned in the Homebridge logs, but I can't add the accessory. I'm following the same procedures I did the first time, but the Home app isn't finding the camera.
Can you try use Bonjour browser to scan the network and see if that sees the camera?
What should I be seeing in Bonjour Browser? Below is a screenshot of what shows up when I open the app.
Could this be it? My camera is named "Front Door".
Yeah this one should be it. If you expand it, what does sf say?
Just realized you were asking for a specific thing in that list. sf=0
sf = 0 means the accessory is paired, which is why HomeKit can’t see the accessory again. In this situation, try remove the accessory info file under .homebridge folder to make it rediscoverable again.
Sent from my iPhone
On Aug 4, 2018, at 6:27 PM, Sean Murray notifications@github.com wrote:
Just realized you were asking for a specific thing in that list. sf=0
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
That worked. Thanks.
-- Sean Murray
"Run like a bravery. Sleep like a baby. Dream like a crazy. Replace can’t with maybe."
sf = 0 means the accessory is paired, which is why HomeKit can’t see the accessory again. In this situation, try remove the accessory info file under .homebridge folder to make it rediscoverable again.
Sent from my iPhone
On Aug 4, 2018, at 6:27 PM, Sean Murray notifications@github.com wrote:
Just realized you were asking for a specific thing in that list. sf=0
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
I'm having the same issue. I've deleted my accessories and persist folder and it let's me install the hub "home bridge" but it doesn't show the cameras and let me add them. It just shows 1 of 2 (the home bridge hub), and the 2 of 2 (done). Here is what bonjour browser shows for one of the cameras.
My solution to above problem was:
Relaunch Homekit and add Nest cam.
I know this exchange has gone dormant for a while... I have two of three Nest cameras showing up fine, but could never get the third. If I do all of the suggestions in dvlamoen's list, do I lose all my configurations, room placement, etc?
To start, I reset my
persist
andaccessories
directories, and changed Homebridge'susername
config property to force Homekit to see everything as brand-spanking new. Then, I ran homebridge in debug mode to see full logs. I have two platforms installed:Nest
(for Motion Sensor support, and for Nest Thermostat/Protect support) andNest-cam
(this one, intending to use it for camera video support)The camera is detected by Homebridge
I can then add Homebridge to Home.app, and see the accessories added by the
Nest
platform (including the motion sensor type device it creates for the camera).I do not see the accessory for the camera from the
Nest-cam
platform. I try manually adding the accessory, but it doesn't appear, and Homebridge's debug logging doesn't appear to show the attempt to find it.An AccessoryInfo.IDENTIFIER.json appears in the
~/.homebridge/accessories/
directory. Its contents (edited to remove potential identifiers/keys):Any tips on getting my camera to appear? Anything else I can do to debug?