Thank you for a quick response. Is there an ETA for new release?
Same, the usual issue with lacking a base station I’m assuming?
Maybe there should be a default instance of the basestation for when one doesnt exist.
Also how does this work if there are multiple base stations attached to an account? How do you find the right one? I noticed that the camera just refers back to a single base station instance.
Home Assistant
0.55.2
I am trying to remove arlo and this error is persisting.
Now the HA hangs because of this.
Need help in removing the arlo component to make my HA work properly, until its resolved in the new release.
2017-10-19 13:49:17 ERROR (MainThread) [homeassistant.setup] Error during setup of component arlo
Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/setup.py”, line 194, in _async_setup_component
component.setup, hass, processed_config)
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/arlo.py”, line 38, in setup
conf = config[DOMAIN]
KeyError: ‘arlo’
2017-10-19 13:49:17 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of sensor.arlo. Setup failed for dependencies: arlo
2017-10-19 13:49:17 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform sensor.arlo: Could not setup all dependencies.
Thanks,
Abhay
I am sorry if this already have been discussed.
But I would really like a feature to activate the siren on my basestations from within HA.
Are there any documentation on the Arlo API?
Thank you - But that API is not for Netgear Arlo which this topic is about
Don’t know what happend with the link, wrong link
What I have found there is no public API
this was the link I thought I posted
Hi Stimo,
Thank you for the link - I will try to dump some of my web-traffic and see how I can trigger the siren in my base-station.
Br
Rasmus
@jwillaz
Has there been any progress on getting the Arlo Q working again? I just picked one up today and set it up only to find an error in my log (v58.1 HA)
Thu Nov 30 2017 23:17:32 GMT-0600 (Central 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'
Does anyone know if there is work being done for adding a “triggered” state to the Arlo alarm_control_panel when the cameras detect motion?
@mastamike911, the Arlo Q is not currently supported by the underlying library (PyArlo). This has been a request by several users, but I’m not sure if any of the devs who have worked on it have a Q. It’s a bit more difficult to implement without an actual device to test because we have to reverse engineering the API by tracing the web calls made to/from the devices. Almost all of the calls in the current library reference a base station, which the Q does not have.
@joch, not at this time. That would be a great feature, though! I know SmartThings implements this somehow. When I had my Arlo cameras connected to HASS via the SmartThings MQTT bridge, each camera was published to MQTT as a sensor with motion. The trick is capturing how that’s done.
@jwillaz Interesting. I’m pretty sure that you can see when a camera is triggered in the Arlo UI, so there’s possibly a way. Hopefully, I’ll have some time this weekend to look into it some more.
@joch, looks like this library implements a SubscribeToMotionEvents function - good place to start: https://github.com/jeffreydwalter/arlo/blob/master/Arlo.py
I’m thinking of getting the Arlo Pro security cameras. Can anyone give me a quick answers if it integrates with Home Assistant? If not, I’d like to know if Nest is compatible.
Yes, they do.
Arlo integration is now available in HA, so closing this thread. Please open a new thread for specific queries or report bugs in the main repo.