Steve Herrell
Steve Herrell
This service `aarlo.camera_request_video_to_file` should do the job. Is that the one you are using?
I'll take a look. It's probably the way I'm doing it.
It's working as expected for me. This is the code that writes the snapshot to a file, the call to `open()` with `w` will overwrite the file. ```python # Get...
I've done this a few times so I know it should work. There are a couple of other things to try: - remove `.aarlo/aarlo.pickle` - check on the official [_arlo_...
I need to add camera support for it. With doorbells you need to tell them they have camera support. You might not have a base station for it as well....
This should be working on the latest 0.8 build.
It's a bug. When the record starts we record a local user of `remote` which stops us getting a stream. It looks like I no longer need that piece of...
Can you temporarily stop _Home Assistant_ and log into the [Arlo](https://my.arlo.com/#/home) website with your _Home Assistant_ credentials and see if the cameras appear there.
I still have a bunch of those hooked into my system. I'll check them here. In the mean time if you turn on debug output for _Aarlo_ is there anything...
I can't tell anything from the PDF. Can you turn on debug as described [here](https://github.com/twrecked/hass-aarlo?tab=readme-ov-file#debug-logs). I need `verbose` debug and `pyaarlo` enabled. Can you let it run for a while,...