-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[ipcamera] ONVIF events are processed faster, and adds a choice of what event method will be used. #17732
Conversation
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/ipcamera-fixes-and-optimizations-to-onvif-connection/160097/12 |
45c7e00
to
7505a3c
Compare
Thank you for the changes. Just need to get the DCO happy when you have time. LGTM. |
I already signed off the commit, but I guess the problem is that I had not set my real name in my GitHub profile. (Regarding the contribution guidelines I have to sing off with my real name) I just added my real name to my GitHub profile. Can you manually trigger the DCO to run again? I hope it works after that. |
Next to the DCO check is a 'details' link that shows a page on how to rewrite the signoff message. You could also create an arbitrary commit with the right signoff (like merge master into your feature branch) |
I made various changes and fixes to the ONVIF connection in the IpCamera binding. I already discussed those changes in [this](https://community.openhab.org/t/ipcamera-fixes-and-optimizations-to-onvif-connection/160097) community thread. The addon now checks if there is support for PullPoint and WSBaseNotification subscriptions. PullPoint subscriptions are prefered because we have more control over it. I also added an Thing option to force a specific ONVIF event service type. This also fixes an error with older Reolink cameras where the scheduleVersion is null in the Reolink API. Signed-off-by: David Masshardt <[email protected]>
7505a3c
to
c98b2e1
Compare
Thanks, I was able to trigger the DCO again. |
I made various changes and fixes to the ONVIF connection in the IpCamera binding. I already discussed those changes in this community thread.
The addon now checks if there is support for PullPoint and WSBaseNotification subscriptions. PullPoint subscriptions are prefered because we have more control over it. I also added an Thing option to force a specific ONVIF event service type.
This also fixes an error with older Reolink cameras where the scheduleVersion is null in the Reolink API.