Reolink Cameras and their NVR integration with HA

Is it possible? Do you know any solutions?

Bump

Does anyone know of an API or script to connect Reolink’s NVR to HA?

The RTSP URL should be:

Main Stream: rtsp://admin:password@ip_address:554//h264Preview_01_main

Sub Stream: rtsp://admin:password@ip_address:554//h264Preview_01_sub

For example, if your device IP address is 192.168.0.110 and the password is 111111, then your RTSP URL should be:

Main Stream: rtsp://admin:[email protected]:554//h264Preview_01_main

Sub Stream: rtsp://admin:[email protected]:554//h264Preview_01_sub

1 Like

or
The URL should be:

http://(ip address)/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=(any combination of numbers and letters)&user=(user name)&password=(user password)

For example, if your IP address is 192.168.2.119, the username is admin and the password is 123456, then the URL should be:

http://192.168.2.119/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=wuuPhkmUCeI9WG7C&user=admin&password=123456

You may refresh the website to get a new snapshot of your live image.

1 Like