Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing Arlo APIs #43

Open
jeffreydwalter opened this issue Feb 5, 2018 · 7 comments
Open

Add missing Arlo APIs #43

jeffreydwalter opened this issue Feb 5, 2018 · 7 comments

Comments

@jeffreydwalter
Copy link
Owner

jeffreydwalter commented Feb 5, 2018

Currently, there are some features of the newer Arlo devices that aren't exposed through this library yet. If you own any of those devices it would be great to have your help in figuring out which features still need to be exposed.

If you just want to request a new feature, don't comment here, please open a new issue with a request for that specific feature.

Repository owner deleted a comment from sophiedankel Mar 19, 2018
@abritinthebay
Copy link

I have Arlo Pro 2’s, how can I help?

@digiblur
Copy link

Curious if anyone knows if the Arlo baby night light colors and brightness options are available?

@jeffreydwalter
Copy link
Owner Author

jeffreydwalter commented Jul 21, 2018

@digiblur you can control those properties using these functions:

SetNightLightOn(basestation)

SetNightLightOff(basestation)

SetNightLightBrightness(basestation, level=200)

# either rainbow or rgb
SetNightLightMode(basestation, mode="rainbow")

@jeffreydwalter
Copy link
Owner Author

@digiblur take a look here for the complete list of API calls you can make https://github.com/jeffreydwalter/arlo/wiki/API-Documentation

@ArloUser2
Copy link

Would it be possible to add a firmware update function? I have a camera that has been rendered mostly inoperable by a bad firmware update. The camera is recognized in the web interface, but it just says the batteries need to be changed, regardless of whether the camera is plugged in or has a newly charged battery. If I could force a firmware update, it might fix the problem.

@scuc
Copy link

scuc commented May 29, 2019

I have the new Arlo Ultra with one year of Arlo Smart Premier.
I'd like to help, please let me know if there is anything I can do.

@jeffreydwalter
Copy link
Owner Author

@scuc that's great! Thank you for the offer. One way you can help is to write tests to exercise this library against your camera (or just doing manual testing to see which APIs work and which ones don't).

The other way, is to click though the UI and report the various HTTP requests that get made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants