Closed kskenyon closed 5 years ago
Hello, I haven't really been keeping up with the Arlo happenings, but if they spin off and we need to change the domain name, I would of course do that (or accept a PR for it).
The new domain is my.arlo.com. It has already changed.
Sent from my iPad
On Apr 13, 2019, at 5:01 PM, jeffreydwalter notifications@github.com wrote:
Hello, I haven't really been keeping up with the Arlo happenings, but if they spin off and we need to change the domain name, I would of course do that (or accept a PR for it).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Ok. The old domain is still working. If you want to update it I'll happily take a PR!
So....it looks like some people have found a way to integrate this with ST or Actiontiles, but I can't quite figure it out -- is there a way to use this API with webcore, or what's the best way of accomplishing this?
@natemiller82 I have no idea what ST, Actiontiles, and webcore are, but it's just a library for making http requests, so I'm sure it's possible.
Ok, so webcore is a website framework... How exactly are you wanting to integrate Arlo into your site? Do you want to show a live stream on your website? Control your camera from the website?
Sorry -- ST = Smartthings; I saw in another forum that someone was supposedly able to use this API somehow to integrate with smartthings.
Actiontiles essentially a nice looking client to manage smartthing devices.
@m0urs thank you for knocking that out!
Do you plan to update this to use arlo.com instead of arlo.netgear.com? The spin-off of Arlo from Netgear is essentially complete so arlo.netgear.com will probably go away soon.
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using (
python -V
)?What operating system and processor architecture are you using (
python -c 'import platform; print(platform.uname());'
)?Which Python packages do you have installed (run the
pip freeze
orpip3 freeze
command and paste output)?Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
What did you do?
If possible, provide the steps you took to reproduce the issue. A complete runnable program is good. (don't include your user/password or any sensitive info)
What did you expect to see?
What did you see instead?
Does this issue reproduce with the latest release?