Steve Herrell

Results 405 comments of Steve Herrell

That's a back end issue but I should handle it a lot better. I'll take a look. I just pushed a fix that will handle it better but the problem...

I would love to do this. I think there are 2 ways to do this: * I register as a partner with Arlo and then you can authenticate against Arlo...

I thought it was, I'll take a look.

Sorry, it's a typo/cut-paste error. Try `base.cameras`.

@Zaschii does your Arlo account have admin access?

I'll take a look. Sorry for the delay, real life has been getting in the way!

It's a startup/timing issue. The startup returns before everything is ready. I will fix this. You can work around this for now by adding a `time.sleep(30)` before your camera code....

Many apologies. This project has long sat in the shadow of the [hass-aarlo](https://github.com/twrecked/hass-aarlo) project. It was forked from [pyarlo](https://github.com/tchellomello/python-arlo) and the [docs](https://github.com/tchellomello/python-arlo/blob/master/README.rst) there are still relevant. It does a lot...

It should just be ```python print(base.mode) base.mode = 'armed' print(base.mode) ```