Steve Herrell

Results 405 comments of Steve Herrell

Give me a few minutes. I just noticed a small issue with the authentication finishing too soon and things not being fully ready.

@shissam There's a couple of things going on here. I'm testing out the new Arlo authentication mechanism and I was missing a call to register a session. This was stopping...

The schedule is a proper bug. I'll push a fix in a minute. If you change make a change to your schedule while running some code it would have worked...

I just pushed a fix.

You logged into Arlo using the same account you used with `pyaarlo`. You need a separate account for pyaarlo - see [here](https://github.com/twrecked/hass-aarlo#configuration-login). You technically needed it for pyarlo. If you...

Sorry, do you call `logout()`? I'll check the file error at this end. What are you calling `pyaarlo.PyArlo` with?

I can reproduce the 'file not read' error and it's safe to ignore. What I'll do is push a fix to quiet that down and to make saving state optional....

Each time you started the thread it would log back in and the error you were seeing was from the previous PyArlo instance shutting down. You could try adding a...

My login started again... This is another way to track changes. Run it and try changing state from your app. ```python #!/usr/bin/env python # import threading import time import pyaarlo...

`add_attr_callback` doesn't change the mode it just reports attribute changes and `activeMode` is the attribute that tracks the current mode. The following code will watch all attribute changes for a...