Steve Herrell
Steve Herrell
As long as you have set up a second account for home assistant there shouldn't be any issues using the app while home assistant is running. Try using the web...
Thanks for the report. I'll revisit all this stuff, I think there is a lot of things going on: - some general code rot and bad documentation - Arlo playing...
Can I ask what kind of cameras you have? 0.7.1.7 -> 0.7.1.8 contained a polling change. edit: you have pro1 and pro2. Nothing in 0.7.1.8 should have changed for them,...
The download issue might be fixed. The value I was passing into the "send me the videos" was wrong. Let me know if the latest version helps.
In 0.7.x... `pyaarlo` is still bundled with `hass-aarlo`. It got removed in `0.8`.
Can you try changing the backend? Use `sse`, see [here](https://github.com/twrecked/hass-aarlo#missing-events). I think Arlo is playing around with something.
Firstly, can you try changing the backend if you have't already - see [here](https://github.com/twrecked/hass-aarlo#missing-events) Can you turn on debug and send me the logs - see [here](https://github.com/twrecked/hass-aarlo#enabling-and-examining-logs) You can hide...
Currently we treat Essential cameras as standalone hubs. You are saying your Essential cameras are attached to your main hub? I think this breaks our current logic. Can you go...
```diff diff --git a/custom_components/aarlo/pyaarlo/camera.py b/custom_components/aarlo/pyaarlo/camera.py index b7128b9..702d0cb 100644 --- a/custom_components/aarlo/pyaarlo/camera.py +++ b/custom_components/aarlo/pyaarlo/camera.py @@ -1374,7 +1374,7 @@ class ArloCamera(ArloChildDevice): return True if cap in (CONNECTION_KEY,): # These devices are their own...
Excellent. I'll push the fix later today.