-
Amazing work! I came across this while searching more generally for a way to make battery powered cameras play nice with frigate, my question being, could this tool be made more general with, perhaps…
-
recently i got my arlo integration to work again, exept for the video feed.
All atributes are shown, the camera's the battery percentage etc.
hoewever when trying to access the camera / video fe…
-
im trying to understand how this integration will work or i can make it work better than just viewing the cameras
I have smart subscriptions enabled as well for now, not sure if its needed now i ha…
-
Hello:
Just installed the latest 0.7.4.2 version in the native home assistant os system 2024.2 I have on a raspberry pi3b+. I have (8) cameras and one original stand alone light. Most of the cameras …
-
I was successfully able to add the Aarlo integration on my HA instance and I am able to view my camera streams however, I am not able to see any updates on HA when opening and closing doors.
Also a…
-
I made a quick script to see what is going on, because I use this module in home-assistant.
```#!/usr/bin/env python
from pyarlo import PyArlo
arlo = PyArlo('juasdfe.asdf', '')
print("devic…
-
Arlo Q cameras does not require a base station.
We will need to treat this situation and if possible get the same attributes for Arlo Q cameras too
-
Can't see my Arlo Bridge (VMB3010r) nor my 5 cameras. Nothing in the log ever gets past "Initializing Arlo platform..." Maybe I'm missing something really simple, but I can't find what it is! Help…
-
My Arlo cameras are on version v0.8.1.4 in Homeassistant, After I complete a upgrade to v0.8.1.7, I am nolonger able to access HA through http://XXX.XXX.XX.XX:8123/lovelace-yaml/default_view. I have …
-
I’ve been trying to disable a camera, but not having much joy..
Snippet from my python script..
Where am I going wrong?
is_enabled = False
cam = arlo.cameras[1]
arlo.base_stations[0].set…