reolink_aio icon indicating copy to clipboard operation
reolink_aio copied to clipboard

Reolink NVR/camera API PyPI package

Results 13 reolink_aio issues
Sort by recently updated
recently updated
newest added

Environment: Model: CX410 Hardware version: IPC_NT1NA44MP Firmware version: v3.1.0.2948_23112703 There are 4 or 5 modes which can be set in LightLed depending on the CX410 firmware level Off = 0...

Hi @starkillerOG, If you need some help about the reolink commands, i can help you if you will. i made an unofficial documentation for the Reolink Cameras (it concerns only...

The current API doesn't expose a way to parse an ONVIF message from the camera directly, without managing the connection itself. This makes it harder to: * implement a webhook...

**Describe the bug** Trying to take a sub stream snapshot of an RLC-510A produces a main stream snapshot instead. **To reproduce** Create a `Host` object for an RLC-510A and call...

I think the answer is no after checking the manufacturer API guide and looking through the source a bit (I haven't tried using the library), but I thought I'd ask....

**Describe the bug** When initializing, the Reolink Home Assistant integration takes a long time to finish, and an error is printed in the log: `(channel 0) failed mapping JSON data:...

Do you have any plans to build out a media platform using the search command? If you dont, or dont plan on doing it for a while, I might create...

I know this would be a lot of work - but mostly wondering if you're open to a contribution if I find some time, and what approach would be acceptable....

I was wondering if you looked into using the cameras UUID as an identifier instead of relying only on MAC. I ask, because I have run into two issues relying...

Hi, I am unable to connect to the host for my E1 Pro camera. host = api.Host(host='xxx', username='xxx', password='xxx', port=xxx, protocol='rtsp', stream='main') Am I using it correctly? Can't find any...