Marcelo Mello

Results 74 comments of Marcelo Mello

Hello @ryanwinter. Arlo does not offer an API. I think we can implement it thru reverse engineering. Currently, I don't have an Arlo Q but please feel to contribute to...

@ryanwinter nice. I used mitmproxy to see the requests and also using your browser on development tools you can see objects expected on each request. Another alternative is to install...

I don't have an Arlo Pro 2 to test it. Can you perform the steps on this Readme https://github.com/tchellomello/python-arlo#usage and post the results?

@jurgenweber I justed tested your snippet using my latest version mentioned on the PR #75 and this is what I got: ```python devices {'cameras': [, , , ], 'base_station': []}...

@jurgenweber if you do this: ```python arlo.base_stations[0] base = arlo.base_stations[0] base.update() ``` Then repeat the print steps, does it work?

@broox we can try to create a prototype and then you can test it to see if works. I'll let you know when I have something for you to test...

@lundpetersen which URL are you pointing to get these attributes?

@lundpetersen that was helpful thank you! I'll try to send you something by the end of the week.

@Nicxe sorry I've been a little busy lately but hopefully, someone will take this issue.

This is awesome guys