Steve Herrell

Results 895 comments of Steve Herrell

This might be related to another issue I'm seeing where I send the wrong packet in. In the meantime can you turn on verbose debug. ```yaml aarlo: ... verbose_debug: True...

0.7.1.6 might fix this. If not I might not have stopped polling for enough devices.

The live stream and library use 2 different protocols. Can you tell me: the type of computer you are trying this on? what exactly happens? does the screen change to...

I thought this sound familiar: https://github.com/twrecked/lovelace-hass-aarlo/issues/40 It's to do with the codec 4K cameras are using in the library. I mentioned updating the documents but completely forgot to do it......

Thanks for the testing. User agent and play direct don't affect library recordings, they only control how we live stream. Have you tried turning on Pan and Zoom and creating...

You should be able to use the `aarlo.alarm_set_mode` service. To set it, use `schedule.1` as the `mode` parameter.

That sounds like a bug, I'll play around with it here and see what I can do.

I'll take a look, I didn't implement the PUSH piece so I'll see what's missing. And how come the IMAP didn't work? Are you sure it was IMAP and not...

Try it without `tfa_retries` and `tfa_delay`, it looks like the code is there to use them but you can't set them. They default to 5 and 5. I'll add them...

I'll push a fix later this week. You'll be able to specify the port by putting it at the end of the host, something like this: ```yaml aarlo: .. tfa_host:...