home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.1k stars 30.18k forks source link

Onvif Failed ot added some Uniview IP Cams #115663

Closed amicheal closed 5 months ago

amicheal commented 5 months ago

The problem

I'm tyring to add some Uniview Cams to HA using Onvif integration, all cameras support onvif but only 1 of them was added successfully but the others can't be added to Onvif.

They only differnece between these cams are Onvif profile support as below:

Working:

CAM1 Model: Uniview IPC3613LR3-APF28K-F Onvif Support: ONVIF(Profile G, Profile T), API

Not Working:

CAM2 Model: Uniview IPC324LR3-VSPF28-D Onvif Support: ONVIF(Profile S, Profile T), API

CAM3 Model: Uniview IPC2124LR3-PF40M-D Onvif Support: ONVIF (Profile S, Profile T), API

I tried to reset all non-working cameras to factory default and I comfirned that ONVIF is working fine using ODM v2.2.250 but still can't added them to HA.

I also tried to remove HA Onvif integration and added it again but this never resolved the issue.

Any idea why this is not working?

What version of Home Assistant Core has the issue?

core-2024.4.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ONVIF

Link to integration documentation on our website

https://www.home-assistant.io/integrations/onvif

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

I checked the one of the camera logs but it seems that authentication is not working fine, kindly check communication with 192.168.10.5

Additional information

No response

home-assistant[bot] commented 5 months ago

Hey there @hunterjm, mind taking a look at this issue as it has been labeled with an integration (onvif) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `onvif` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign onvif` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


onvif documentation onvif source (message by IssueLinks)

amicheal commented 5 months ago

Dears, thanks for your support. I was able to connect to the remainig cameras after changing their http port to 8080 instead of standard port 80.

Not sure why this worked but it's working fine now.

Thanks Albert

amicheal commented 5 months ago

Dears, thanks for your support. I was able to connect to the remainig cameras after changing their http port to 8080 instead of standard port 80.

Not sure why this worked but it's working fine now.

Thanks Albert