Last many versions I have been unable to use my Arlo cameras with HA.
Error while setting up platform arlo
11:12 components/camera/arlo.py (ERROR)
Fri Dec 22 2017 11:12:57 GMT+0100 (Romance Standard Time)
Error while setting up platform arlo
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 171, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
File “/usr/lib/python3.4/asyncio/tasks.py”, line 372, in wait_for
return fut.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/asyncio/tasks.py”, line 237, in _step
result = next(coro)
File “/usr/lib/python3.4/asyncio/coroutines.py”, line 141, in coro
res = func(*args, **kw)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/camera/arlo.py”, line 61, in async_setup_platform
cameras.append(ArloCam(hass, camera, config))
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/camera/arlo.py”, line 78, in init
self._camera.base_station.refresh_rate = SCAN_INTERVAL.total_seconds()
AttributeError: ‘NoneType’ object has no attribute ‘refresh_rate’
I have the following in my config file:
arlo:
username: !secret arlo_username
password: !secret arlo_password
camera:
platform: arlo
ffmpeg_arguments: ‘-pred 1 -q:v 2’