-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
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 Motion Events broken #42784
Comments
This is a known regression from 0.117.0 to 0.117.2 in order to fix a memory issue. I’m looking into restoring the functionality in 0.118. |
@hunterjm, hi. Any ETA on the fix for this? I'm asking since it did not drop with 0.118. Thanks in advance. |
@ricarva - I didn't get around to re-enabling in time for 0.118. Still looking into it. |
@hunterjm thanks for the update, Jason! |
hello will this be fixed in further updates? |
@hunterjm Jason, Happy New Year! Any progress on this issue? Thanks! |
As a workaround, you can bypass the broken ONVIF motion sensor integration and use a manual REST integration to pull the camera motion state. On my camera (C1-Pro) the state is at: http://192.168.1.5/api.cgi?cmd=GetMdState&user=admin&password=password So a rest sensor, something like this should work:
|
........................................
try:
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
I am on HA version 2021.5.2 and this is still not working. Please do not close the issue. |
Its not working with 2021.5.3, Dont close the issue |
Still not working in 2021.7.4 |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
Motion Events for ONVIF cameras were working correctly in my setup (Reolink cameras) on HA 117.1, but the update to 117.2 broke this functionality: the motion sensor has since become "Unavailable".
Environment
Problem-relevant
configuration.yaml
Configured through UI, no YAML.
Traceback/Error logs
No relevant log entries.
Additional information
Should be connected to commit #42651
The text was updated successfully, but these errors were encountered: