Alexander

Results 151 comments of Alexander

Anybody got unsubscribing of events working?

I think the "events.wsdl" file is incomplete according to the specs: https://www.onvif.org/ver10/events/wsdl/event.wsdl

I spend 4-5 months some time on it, the following worked for my camera. Hope it helps. a = ONVIFCamera('192.168.1.254', 8000, 'admin', 'password') event = a('events') b = event.CreatePullPointSubscription(InitialTerminationTime='PT600S') a.update_event_xaddr(b.SubscriptionReference.Address._value_1)...

@phixion I replaced the IP I used with a dummy IP (before posting on the internet), in this case 192.168.1.1.

In principle if you add: ``` url: tcp://127.0.0.1:1234 ``` That should do the trick, but i haven't tested it.

Yes, there is a custom integration available: https://github.com/ualex73/slide. I agree it should be nicer to include it into Home-Assistant, but I did not the time to do that (currently it...

There is a PR for it: https://github.com/home-assistant/core/pull/117872

> 263 files changed - this is likely because the PR was based off of the `current` branch, not `next` > > Please use `next` as the starting point. I...

Where you able to fix it?

What type of error are you getting in the home-assistant.log? Also, which version of the slide GitHub are you running (1.0/1.1/1.2/1.3)?