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

Doorbell not showing in camera list (but detected by setup_lotus()) #598

Closed
georg138 opened this issue Jul 4, 2022 · 2 comments
Closed

Comments

@georg138
Copy link

georg138 commented Jul 4, 2022

I have a blink mini and a doorbell (the doorbell was only recently added). Only the mini shows in the cameras dict. If I run setup_lotus() manually, I can see the doorbell. If I run setup_camera_list(), I can see both.

>>> blink.cameras
{'G8T1-9400-0164-XXXX': <blinkpy.camera.BlinkCameraMini object at 0x000002944686DD80>}
>>> blink.setup_camera_list()
{'689XX': [{'name': 'G8T1-9400-0164-XXXX', 'id': '689XX', 'type': 'mini'}, {'name': 'G8T1-SK02-2075-XXXX', 'id': '689XX', 'type': 'doorbell'}]}
>>> blink.sync
{'G8T1-9400-0164-XXXX': <blinkpy.sync_module.BlinkOwl object at 0x00000180DC56DB40>}

I'm using version 0.19.1

@fronzbot
Copy link
Owner

fronzbot commented Jul 6, 2022

I think this will be fixed by #599

@fronzbot
Copy link
Owner

fronzbot commented Jul 6, 2022

I'm going to close this since it's a duplicate of #581

@fronzbot fronzbot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants