Reolink Video Doorbell WiFi
Specifications
Video
Power & Connectivity
Storage & Audio
Features
Integration Configs
# Frigate NVR config cameras: your_camera: ffmpeg: inputs: - path: rtsp://{user}:{pass}@{ip}:554/h264Preview_01_main roles: [record] - path: rtsp://{user}:{pass}@{ip}:554/h264Preview_01_sub roles: [detect] detect: width: 720 height: 960 fps: 5
Portrait 3:4 aspect ratio (white model 1920x2560). Set detect to 720x960 to maintain ratio. For two-way audio: use go2rtc as the RTSP proxy — Frigate does not natively handle talk-back. In go2rtc config add the camera as an RTSP source, then enable WebRTC with opus re-encoding for the back-channel: 'streams: doorbell: - rtsp://{user}:{pass}@{ip}:554/h264Preview_01_main - ffmpeg:doorbell#audio=opus'. Button press events are not exposed via RTSP; use HA Reolink integration's Visitor binary_sensor or subscribe to ONVIF events via MQTT.
Integration: reolink
Native Reolink integration auto-discovers via ONVIF (port 8000). Doorbell button press is exposed as a 'Visitor' binary_sensor entity. Two-way audio works in the Reolink app; for HA dashboard intercom, use go2rtc WebRTC card with opus back-channel.
Profile: Reolink
Select 'Reolink' profile. White model is portrait 3:4 — enable 'Rotate 90' or adjust display settings. Doorbell press triggers a motion event.