zeep[async] >= 4.1.0, < 5.0.0 httpx >= 0.19.0, < 1.0.0 Install python-onvif-zeep-async From Source You should clone this repository and run setup.py: cd python-onvif-zeep-async && python setup.py install Alternatively, you can run: pip install --upgrade onvif-zeep-async Getting...
ONVIF Client Implementation in Python 3 (using https://github.com/mvantellingen/python-zeep instead of suds as SOAP client) - python-onvif-zeep-async/.github/workflows/python-publish.yml at c6e0be5ec4cde0b7d06f25aa34be7199370d82f4 · openvideolibs/python
camera:-platform: onvif host:192.168.2.2port:2020username: admin password: password 需要注意的是使用 onvif camera 需要配置ffmpeg, 另外可能根据环境不同需要pip install onvif-zeep-async ONVIF 与 RTSP 参数# onvif http://192.168.2.x:2020/onvif/device_service rtsp 1920x1080 rtsp://admin:pass@192.168...
Something like this:jterrace/python-onvif-zeep-async@1ee45da You can run it from here:https://github.com/jterrace/python-onvif-zeep-async/blob/digital-inputs/examples/events.py I can't fully test it because my camera doesn't support it: ...
dependabotbotadded thedependenciesPull requests that update a dependency filelabelDec 9, 2024 bdracomerged commit42c5df2intoasyncDec 18, 2024 5 checks passed bdracodeleted thedependabot/pip/httpx-0.28.1branchDecember 18, 2024 21:58 Labels ...
in __call__ return await self._proxy._binding.send_async( File "/usr/local/lib/python3.10/site-packages/zeep/wsdl/bindings/soap.py", line 164, in send_async return self.process_reply(client, operation_obj, response) File "/usr/local/lib/python3.10/site-packages/zeep/wsdl/bindings/soap....
from zeep.exceptions import Fault from homeassistant.core import CALLBACK_TYPE, HomeAssistant, callback from homeassistant.helpers.event import async_track_point_in_utc_time from homeassistant.util import dt as dt_util from .const import LOGGER from .models import Event from .parsers import PARSER...
Bumps aiohttp from 3.11.9 to 3.11.11. Release notes Sourced from aiohttp's releases. 3.11.11 Bug fixes Updated :py:meth:~aiohttp.ClientSession.request to reuse the quote_cookie setting from Cli...
Release notes pytest-asyncio 0.25.0 0.25.0 (2024-12-13) Deprecated: Added warning when asyncio test requests async@pytest.fixturein strict mode. This will become an error in a future version of flake8-asyncio.#979 Updates the error message aboutpytest.mark.asyncio'sscopekeyword argument to sa...
await self.async_check_date_and_time() File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/onvif/camera.py", line 199, in async_check_date_and_time cdate.Date.Year, AttributeError: 'NoneType' object has no attribute 'Date' ...