ONVIF Camera Integration Setup
Connect ONVIF-compatible cameras to Home Assistant for live view and basic controls, including dedicated ONVIF user setup and troubleshooting.
This guide walks you through connecting ONVIF-compatible cameras to Home Assistant for live view and basic controls. You will confirm ONVIF is enabled, gather the camera details, create an ONVIF user if needed, and add the camera to Home Assistant.
Before You Start
Confirm the following before you begin:
- The camera is powered on and reachable on the local network.
- You have administrator access to the camera’s web interface.
- Home Assistant and the camera are on the same network.
Step 1: Confirm ONVIF Is Enabled
- Log in to your camera using its IP address in a browser.
- Look through settings sections such as Network, Advanced, or Integration / Protocols.
- Ensure ONVIF is enabled.
Step 2: Create a Dedicated ONVIF User
Some cameras require a separate login specifically for ONVIF access. This is required when:
- your normal login does not work in Home Assistant,
- you see a setting for ONVIF User or similar, or
- the camera brand requires it (common on some models).
To create one:
- Go to your camera’s Users, Security, or ONVIF settings.
- Create a new user.
- Set a username and password.
- Grant it a standard user role. A standard user is enough for all current functionality; administrator rights are not required.
Step 3: Gather the Required Information
You need:
- IP address (for example,
192.168.1.50) - Username (the ONVIF user, if you created one)
- Password
- Port (usually
80,8000,8080, or8899)
Step 4: Add the ONVIF Integration
- In Home Assistant, go to Settings > Devices & Services > Add Integration.
- Search for ONVIF and select it.
- Enter the following details:
- Host: camera IP address
- Port: leave the default if unsure
- Username
- Password
- Click Submit.
Step 5: Verify the Camera
- The camera should appear in Home Assistant.
- Add it to your dashboard using a Picture Entity card.
- Confirm that live video works.
Troubleshooting
Connection Fails
- Confirm ONVIF is enabled on the camera.
- Double-check the IP address and credentials.
- Try creating an ONVIF-specific user.
Authentication Errors
- Use a dedicated ONVIF login.
- Avoid using the main admin account.
No Video
- Ensure RTSP or streaming is enabled in the camera settings.
- Confirm both devices are on the same network.
Last modified July 22, 2026: Add brand integration guides and reorganize integration docs (1508ed6)