Onvif camera component

I’ve yet to get this component to work. All I get is “image not available” Here is the code I have in configuration.yaml I’ve tired a half dozen different port numbers. Also I’m not getting any errors besides this during the first minute after restarting HA. “Setup of platform onvif is taking over 10 seconds.”

ffmpeg:

camera:
  - platform: onvif
    host: 192.168.0.150
    profile: 2
    username: !secret garage_cam_username
    password: !secret garage_cam_password
    port: 554

try the rstp url here

https://www.ispyconnect.com/man.aspx?n=Trend+Net

and this

like this

camera:
  - platform: ffmpeg
    name: backyard_video
    input: rtsp://admin:[email protected]:554/cam/realmonitor?channel=1&subtype=0

Just tried it, got the big bupkis
Yes I did enter the correct user name and password.

    camera:
      - platform: ffmpeg
        name: Garage_cam
        input: rtsp://USERNAME:[email protected]:554/Streaming/Channels/2

Wow I just noticed I had the wrong IP address. Trying again with the correct one

192.168.0.150 is the correct IP, not .20

Still nothing.

Hi,

Did you managed to make it work?

I am on the same boat now.
I just got a 3rd Reolink camera that has PTZ too. Is a C1 pro and I would like to have the PTZ controls through the onvif component.

All cameras are working as expected in ffmpeg mode.

The Android app Onvifer is working perfectly with the camera.

Is the profile parameter just an index to the elements in the profiles list?

Are there any successful examples out there?

According to the specs the camera supports Profile S and onvif 2.1.

Thank you.

No, I ended up using just the generic camera component. Since my cameras run at such a high resolution and I’m running HA on a Pi i decided not to integrate them much. The pi just cant handle them i fear.