Hi i am new to the site and i am looking at connecting my reolink camera to home assistant
add to your configuration.yaml:
camera:
- platform: generic
name: NAME YOU WANT
still_image_url: "http://YOUR_IP/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=wuuPhkmUCeI9WG7C&user=YOUR_USER&password=YOUR_PASSWORD"
stream_source: "rtsp://YOUR_USER:YOUR_PASSWORD@YOUR_IP/h264Preview_01_main"
example:
camera:
- platform: generic
name: Front Door
still_image_url: "http://192.168.1.6/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=wuuPhkmUCeI9WG7C&user=admin&password=abcde"
stream_source: "rtsp://admin:[email protected]:554/h264Preview_01_main"
and a lovelace card:
type: picture-glance
title: Front Door
entities: []
camera_image: camera.front_door
camera_view: live