Hi i used the configuration explained for my onvif cinese camera.
My camera has 2 open ports 554 and 5000.
With VLC streaming works fine, with me HASSIO on raspberry pi 3 i get:
Log Details (ERROR)
Mon Jun 03 2019 14:54:52 GMT+0200 (Ora legale dell’Europa centrale)
Error while setting up platform onvif
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py”, line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 416, in wait_for
return fut.result()
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/onvif/camera.py”, line 101, in async_setup_platform
await hass_camera.async_initialize()
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/onvif/camera.py”, line 166, in async_initialize
device_time = await devicemgmt.GetSystemDateAndTime()
File “/usr/local/lib/python3.7/site-packages/zeep/asyncio/bindings.py”, line 15, in send
options[‘address’], envelope, http_headers)
File “/usr/local/lib/python3.7/site-packages/zeep/asyncio/transport.py”, line 95, in post_xml
response = await self.post(address, message, headers)
File “/usr/local/lib/python3.7/site-packages/zeep/asyncio/transport.py”, line 87, in post
verify_ssl=self.verify_ssl, proxy=self.proxy)
File “/usr/local/lib/python3.7/site-packages/aiohttp/client.py”, line 497, in _request
await resp.start(conn)
File “/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py”, line 844, in start
message, payload = await self._protocol.read() # type: ignore # noqa
File “/usr/local/lib/python3.7/site-packages/aiohttp/streams.py”, line 588, in read
await self._waiter
aiohttp.client_exceptions.ServerDisconnectedError: None
my configuration is:
camera:
- platform: onvif
host: 172.24.1.10
password: 123!
And i don’t get nothing in home page
thanks to all, i’m getting crazy after 3 days of all tries