-
Notifications
You must be signed in to change notification settings - Fork 8
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
Arlo Q & other no base station cameras #22
Comments
Hey @kevink the arloq cameras are both a camera and a basestation. Can you send me the code you're using? I haven't added the ToggleCamera method from the python library to this library yet. I think you should just be able to call |
Going back through the code it looks like I have been getting stuck on IsCamera since the arloq fails that check so the cameras array never gets any entries even though I have 3 arloq cameras. The arloqs respond with DeviceTypeArloQ instead of DeviceTypeCamera. Should I just try forking and hacking the cost or should the library realize arloq is a camera? Thanks for the help here. |
@kevink I think it should recognize arloq as both a camera and a basestation. There's probably a bug in the code that parses the GetDevices() call and sorts them into their respective arrays. |
Getting this error github.com/jeffreydwalter/[email protected]/devices.go:109:9: syntax error: unexpected return, expecting expression I think we need a colon after DeviceTypeArloQ not a comma |
Sorry, made those changes real quick in vim... |
I feel like we are making progress, here is a minimal running program. The program fails with https://gist.github.com/kevink/fb7678d9b7745972de86c975c741a81a |
@kevink can you paste the output of GetDevices for me. I'd like to see what the schema looks like. |
Hi Jeffrey. I have been experimenting with the API trying to get it to arm and disarm my Arlo Q cameras. I saw a note on your python repo to pass the camera in as the base station but I am not sure what a call would look like. I tried setting the parentID to the same device but no luck.
Any tips on what a ToggleCamera func like your python one would look like in go?
Thanks for any pointers.
-Kevin
The text was updated successfully, but these errors were encountered: