Just install hassio .59.2 . in previous version all my wifi cameras work well. Now all cameras show the same image and I am getting lots of log messages that slow everything down. I did the update via hassio and everything seemed to go well. Am now getting the following log messages.
File “/usr/lib/python3.6/site-packages/homeassistant/components/http/init.py”, line 430, in handle
result = yield from result
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/init.py”, line 387, in get
response = yield from self.handle(request, camera)
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/init.py”, line 407, in handle
image = yield from camera.async_camera_image()
File “/usr/lib/python3.6/asyncio/futures.py”, line 331, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.6/asyncio/tasks.py”, line 244, in _wakeup
future.result()
File “/usr/lib/python3.6/asyncio/futures.py”, line 244, in result
raise self._exception
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/camera/amcrest.py”, line 57, in camera_image
return response.data
File “/usr/lib/python3.6/site-packages/urllib3/response.py”, line 188, in data
return self.read(cache_content=True)
File “/usr/lib/python3.6/site-packages/urllib3/response.py”, line 401, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File “/usr/lib/python3.6/contextlib.py”, line 100, in exit
self.gen.throw(type, value, traceback)
File “/usr/lib/python3.6/site-packages/urllib3/response.py”, line 307, in _error_catcher
raise ReadTimeoutError(self._pool, None, ‘Read timed out.’)
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host=‘192.168.1.83’, port=80): Read timed out.
is there a way to revert back. Last update broke automation.
running on a pi3 clean hassio install
Thanks
Bud