Steve Herrell

Results 405 comments of Steve Herrell

I think I got my v1/v2 code wrong. But that's ok for now, can you try again but force `mode_api='v2'` this time. The debug is showing what I need, so...

Can add this parameter. `verbose_debug=True` Sorry to keep asking but I'm not seeing the modes I'm expecting.

Crap. It can go on a bit. We're looking for stuff to do with the modes. It should look something like this: This bit is getting a list of all...

So we definitely need v1 for reading the modes. Can you try without `mode_api` and with `synchronous_mode=True`. Same debug if possible.

Can you pull the latest version and try again. I'm thinking there is a timing issue in synchronous mode. Try without `mode_api` and `synchronous_mode=True`

Can you send me the debug without `mode_api` when you try and change the mode.

You could add: ```python _LOGGER.debug('setting to disarmed') base.mode = 'disarmed' ``` Can you try again with `mode_api='v1'`?

It was a timing issue - interesting. I'll get the code sorted and push a final, fixed version later today.

Snapshots can be a pain. Try the function `get_snapshot`, it will wait until the snapshot is finished and return the image as a byte array. `last_image` will still work. Also,...

I'm pushing a fix for snapshots today. It should speed things up a lot.