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 identified as mini #581

Closed
Panda88CO opened this issue May 31, 2022 · 8 comments
Closed

DoorBell identified as mini #581

Panda88CO opened this issue May 31, 2022 · 8 comments
Labels
bug There is an issue causing unexpected results help-wanted Assistance required due to lack of resources for testing or complexity

Comments

@Panda88CO
Copy link

Describe the bug
I have 2 doorBells in 2 different locations. they both are identified as minis with no attributes etc

To Reproduce

blink.auth = auth
blink.start()
auth.send_auth_key(blink, '844022')
blink.setup_post_verify()
inspect blink
image

Expected behavior

I would expect camera to be indetified correctly

latet version 0.19.0

Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknownCould not extract camera info: {'message': 'Camera not found', 'code': 500}Could not find thumbnail for camera unknown
Did not receive valid response from server.
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknown
Could not extract camera info: {'message': 'Camera not found', 'code': 500}
Could not find thumbnail for camera unknown

@MarkusKress
Copy link

MarkusKress commented May 31, 2022 via email

@fronzbot fronzbot added bug There is an issue causing unexpected results help-wanted Assistance required due to lack of resources for testing or complexity labels May 31, 2022
@Panda88CO
Copy link
Author

My issue happens during initialization - not sure how to add a delay there - I guess the error codes are generic no matter what state is used

@MarkusKress
Copy link

MarkusKress commented May 31, 2022 via email

@fronzbot
Copy link
Owner

I was messing around with the code last week and actually think I found where this problem is happening. It's in this function

def update_cameras(self, camera_type=BlinkCamera):

I wrote a test locally that tries to add a doorbell, mini, and regular camera and it looks like the last state is retained. I'll try and work on this soon, but hopefully it fixes this bug

@fronzbot
Copy link
Owner

fronzbot commented Jul 6, 2022

This should be fixed by #599

When that's merged I'll make a new release 0.19.2 and will close this upon confirmation that it is fixed

@fronzbot fronzbot pinned this issue Jul 6, 2022
@Panda88CO
Copy link
Author

i am travelling so I will not be able to verify the fix works for a while

@ruby-dev
Copy link
Contributor

I can verify this is fixed and the doorbell shows up properly with the latest from the dev branch.

@fronzbot
Copy link
Owner

I'm closing this since it is fixed with the latest release blinkpy==0.19.2. Please update your library version and re-open if your issue persists. Thanks!

Note- for those using home-assistant, this new library version has not been added yet.

@fronzbot fronzbot unpinned this issue Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There is an issue causing unexpected results help-wanted Assistance required due to lack of resources for testing or complexity
Projects
None yet
Development

No branches or pull requests

4 participants