-
Hi, I just noticed the recommended option to run the cameras unbridged. I do have issues with long update times in HomeKit, but I believe this is related to my IKEA Trådfri devices, while my HomeBridge system seems snappy. Is there any reason to change the settings for my two cameras? And if so, is there any risk of creating problems in doing so? Or is it normally easy to re-add the cameras after unbridging them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 27 replies
-
If you enable debug, your Homebridge log will show how long it takes to pull a snapshot from your camera. Keep in mind that HomeKit can only talk to one device on the bridge at a time, so any time spent waiting on a snapshot (or any other attributes from any other plugins, video streams work differently though) is a time where everything else on the bridge will not be able to respond. If is certainly possible your cameras respond fast enough to not be worth worrying about unbridge, but that’s a call you’d have to make for yourself. |
Beta Was this translation helpful? Give feedback.
If you enable debug, your Homebridge log will show how long it takes to pull a snapshot from your camera.
Keep in mind that HomeKit can only talk to one device on the bridge at a time, so any time spent waiting on a snapshot (or any other attributes from any other plugins, video streams work differently though) is a time where everything else on the bridge will not be able to respond.
If is certainly possible your cameras respond fast enough to not be worth worrying about unbridge, but that’s a call you’d have to make for yourself.