Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Apparent bug - "Failed to connect with the camera"- Reolink Duo #362

@ptyers

Description

@ptyers

Ver 0.36
Home Assistant 2021.11.2

When attempting to add integration for Reolink Duo camera entering the following

Host 192.168.80.43
Port 80 (although same effect with 443 and https ticked)
use https cleared
username camerauser
password camera

comes back with virgin form and error message "Failed to connect with the camera"
I have tracked the process as far as the following code in base.py

       if not await self._api.get_settings():
        return False
        
    if not await self._api.get_states():
        return False

appears to sucessfully execute _api.get_settings but fails in _api.get_states

If incorrect IP or username/password used fails in _api.get_settings as expected,
although with non useful error message "Unexpected Error"

Installation was as per doco.
HACS - enter custom repository - install - reboot - configurations - integrations - reolink

Camera can be sucessfully installed using ONVIF integration but I was hoping to use the motion sensing entity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions