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

Is there anyway to allow access to folders? #2

Closed
lacedup opened this issue Aug 6, 2019 · 5 comments
Closed

Is there anyway to allow access to folders? #2

lacedup opened this issue Aug 6, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@lacedup
Copy link

lacedup commented Aug 6, 2019

Is there anyway to allow access to folders. Like some apps need us to. Like I need to do this but I can’t “If you remove a camera from HomeKit for some reason (such as live stream troubleshooting), sometimes it will not show up again in the "Add Device" flow in the Home app. If this happens, follow these steps:
Verify that your homebridge server, HomeKit hub, and the device that you are trying to add the camera on are all on the same network without a firewall/router blocking access between them. Stop homebridge Go into your ~/.homebridge/persist directory and finding any AccessoryInfo.${uniqueId}.json files that relate to your camera. You can open them up and they have the device name right at the start of the file. Keep track of the ${uniqueId} values for your cameras. Delete each camera's AccessoryInfo.${uniqueId}.json and associated IdentifierCache.${uniqueId}.json file Remove the cameras from HomeKit via the Home app Start homebridge Re-add the cameras like you did the first time around”

@BobbySlope BobbySlope added the enhancement New feature or request label Aug 6, 2019
@BobbySlope
Copy link
Member

already #planned to delete cache and persist folder for that case
@mkellsy can we show a list and delete only single cached accessories from persist?

@mkellsy
Copy link
Contributor

mkellsy commented Aug 7, 2019

The original plan was to just clear the cache. I will look into listing the accessories.

@BobbySlope BobbySlope removed the planned label Aug 7, 2019
@lacedup
Copy link
Author

lacedup commented Aug 7, 2019

Also you should leave the terminal commands in a guide, so we can clear cache

@BobbySlope
Copy link
Member

BobbySlope commented Aug 7, 2019

@BobbySlope BobbySlope added this to the HOOBS Core milestone Aug 7, 2019
@mkellsy mkellsy mentioned this issue Aug 8, 2019
@mkellsy
Copy link
Contributor

mkellsy commented Aug 12, 2019

The reset connection button in help will remove persist, accessories and update the username.

It does everything from here
https://github.com/nfarina/homebridge/wiki/Basic-Troubleshooting#reset-pairingaccessories
automatically.

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

No branches or pull requests

4 participants