Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ONVIF: Camera Foscam V8EP. No registered handler for event #132521

Open
Paulibius opened this issue Dec 6, 2024 · 1 comment
Open

ONVIF: Camera Foscam V8EP. No registered handler for event #132521

Paulibius opened this issue Dec 6, 2024 · 1 comment
Assignees

Comments

@Paulibius
Copy link

The problem

A sensor is missing when the camera (Foscam V8EP) detects a human. Checking the log gives the "No registered handler for event" message.

Snapshot of the Log is included below.

What version of Home Assistant Core has the issue?

core-2024.12.0

What was the last working version of Home Assistant Core?

(Never worked before)

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#supported-sensors

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.components.onvif
Source: components/onvif/event.py:168
integration: ONVIF ([documentation](https://www.home-assistant.io/integrations/onvif), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+onvif%22))
First occurred: 09:05:37 (1 occurrences)
Last logged: 09:05:37

Front Camera: No registered handler for event from E8ABFAA889EC: { 'SubscriptionReference': None, 'Topic': { '_value_1': 'tns1:Device/Trigger/MotionDetector', 'Dialect': 'http://www.onvif.org/ver10/tev/topicExpression/ConcreteSet', '_attr_1': { } }, 'ProducerReference': None, 'Message': { '_value_1': { 'Source': { 'SimpleItem': [ { 'Name': 'VideoSource', 'Value': 'HUMAN_DETECTION_ALARM' } ], 'ElementItem': [], 'Extension': None, '_attr_1': None }, 'Key': None, 'Data': { 'SimpleItem': [ { 'Name': 'State', 'Value': 'true' } ], 'ElementItem': [], 'Extension': None, '_attr_1': None }, 'Extension': None, 'UtcTime': datetime.datetime(2024, 12, 6, 9, 5, 35, tzinfo=datetime.timezone.utc), 'PropertyOperation': 'Initialized', '_attr_1': { } } } }

Additional information

Camera is setup in the Foscam VMS application for Human Detection

@home-assistant
Copy link

home-assistant bot commented Dec 6, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants