fixtSE
FixtSEFixtSE
Blog
Membership
Shop
Booking
About
Blog
Membership
Shop
Booking
About

Youtube
Instagram
RSS
Github
Patreon
Privacy
Fixtâ€ĸŠ 2025
Published: Oct 3, 2025—1 min read

Imou Ranger 2C 4MP PTZ Camera Review & Setup with Home Assistant

Written by: Fixt

If you're subscribed to our Channel
Login with your Google account to get our Smart Tutorial Experience!

TABLE OF CONTENTS
Imou Ranger 2C 4MPImou Home Assistant IntegrationWebRTC Camera

Featured

Easiest way to get your own Local AI: Ollama Docker TutorialEasiest way to get your own Local AI: Ollama Docker Tutorial
ESPresense v3 - Room level presence detection with ESP32 and Home AssistantESPresense v3 - Room level presence detection with ESP32 and Home Assistant

Related

Tags

Home-Assistant
Integration
Dashboard
Review

If you like my work, please consider supporting me on Ko-fi! ☕🎉

← Back to the blog

Imou Ranger 2C 4MP
Security Camera

Imou Ranger 2C 4MP Security Camera
Resolution4MP (2560 x 1440)
Field of View92° (H), 48° (V), 109° (D)
Pan/Tilt355° Pan, 85° Tilt
Night VisionIR up to 10m (33ft)
ConnectivityWiFi 802.11b/g/n
AudioTwo-way audio
StorageMicroSD up to 256GB
DetectionMotion, Human, Sound
Using the affiliate links helps support the channel and all the content I create 🎉🙌

Imou Home Assistant Integration
#

Developer Cloud
Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

WebRTC Camera
#

By AlexxIT
Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.
I recommend using the ONVIF integration to get the camera entity for PTZ control, I updated the example below to eliminate the need for the Imou Integration all together.

RTSP Imou Example

type: custom:webrtc-camera
url: >-
  rtsp://admin:PASSWORD@IP:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif
mode: webrtc
ptz:
  service: onvif.ptz
  data_left:
    entity_id: camera.imou_profile000 #ONVIF camera entity
    distance: 0.5
    speed: 1
    move_mode: ContinuousMove
    pan: LEFT
  data_right:
    entity_id: camera.imou_profile000  #ONVIF camera entity















Tags

Home-Assistant
Integration
Dashboard
Review
← Back to the blog

Featured

Easiest way to get your own Local AI: Ollama Docker TutorialEasiest way to get your own Local AI: Ollama Docker Tutorial
ESPresense v3 - Room level presence detection with ESP32 and Home AssistantESPresense v3 - Room level presence detection with ESP32 and Home Assistant

Related

Tags

Home-Assistant
Integration
Dashboard
Review
distance
:
0.5
speed: 1
move_mode: ContinuousMove
pan: RIGHT
data_up:
entity_id: camera.imou_profile000 #ONVIF camera entity
distance: 0.5
speed: 1
move_mode: ContinuousMove
tilt: UP
data_down:
entity_id: camera.imou_profile000 #ONVIF camera entity
distance: 0.5
speed: 1
move_mode: ContinuousMove
tilt: DOWN