This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
nothing returning? #73
Labels
Comments
@jurgenweber I justed tested your snippet using my latest version mentioned on the PR #75 and this is what I got: devices {'cameras': [<ArloCamera: Front Door Lateral>, <ArloCamera: Patio Gate>, <ArloCamera: Front Door Hall>, <ArloCamera: Garage>], 'base_station': [<ArloBaseStation: HomeBase>]}
cameras [<ArloCamera: Front Door Lateral>, <ArloCamera: Patio Gate>, <ArloCamera: Front Door Hall>, <ArloCamera: Garage>]
connected True
serial 48B14XXXXXXX
model_id VMC3030
unseen videos 771
brightness 0
signal 4
flip False
mirror False
powersave 1
battery level 74 Which model do you have as it did not identified your base station? |
I have a baby Arlo... {'modelId': 'ABC1000' the 'asdf' is me obfuscating it... |
@jurgenweber if you do this: arlo.base_stations[0]
base = arlo.base_stations[0]
base.update() Then repeat the print steps, does it work? |
:P |
I have the same problem with an Arlo Go. The basestation list is empty. And I also tried with the other API jeffreydwalter/arlo and that also have the same problem with an empty basestation list. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I made a quick script to see what is going on, because I use this module in home-assistant.
Some of the things it is return, is broken or empty:
The text was updated successfully, but these errors were encountered: