I tried to enable the camera component for my familyhub fridge but its throwing a error in the logs. Looks like its not authenticating with the fridge. Not sure if there is anything i need to enable to disable on the fridge for this to work. Below is the error…
2018-10-09 07:11:13 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/aiohttp/connector.py”, line 822, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs)
File “uvloop/loop.pyx”, line 1881, in create_connection
File “uvloop/loop.pyx”, line 1860, in uvloop.loop.Loop.create_connection
ConnectionRefusedError: [Errno 111] Connection refused
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/camera/init.py”, line 520, in send_camera_still
image = await async_get_image(hass, msg[‘entity_id’])
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/camera/init.py”, line 149, in async_get_image
image = await camera.async_camera_image()
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/camera/familyhub.py”, line 53, in async_camera_image
return await self.family_hub_cam.async_get_cam_image()
File “/usr/local/lib/python3.6/site-packages/pyfamilyhublocal/init.py”, line 29, in async_get_cam_image
glazeCameraInfo = await self._get_cam_info()
File “/usr/local/lib/python3.6/site-packages/pyfamilyhublocal/init.py”, line 54, in _get_cam_info
response = await self._session.get(url)
File “/usr/local/lib/python3.6/site-packages/aiohttp/client.py”, line 370, in _request
timeout=timeout
File “/usr/local/lib/python3.6/site-packages/aiohttp/connector.py”, line 445, in connect
proto = await self._create_connection(req, traces, timeout)
File “/usr/local/lib/python3.6/site-packages/aiohttp/connector.py”, line 757, in _create_connection
req, traces, timeout)
File “/usr/local/lib/python3.6/site-packages/aiohttp/connector.py”, line 879, in _create_direct_connection
raise last_exc
File “/usr/local/lib/python3.6/site-packages/aiohttp/connector.py”, line 862, in _create_direct_connection
req=req, client_error=client_error)
File “/usr/local/lib/python3.6/site-packages/aiohttp/connector.py”, line 829, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 10.0.0.83:17654 ssl:None [Connection refused]