Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Mode Endpoint has Changed #92

Open
jwillaz opened this issue Jul 10, 2018 · 11 comments
Open

Mode Endpoint has Changed #92

jwillaz opened this issue Jul 10, 2018 · 11 comments

Comments

@jwillaz
Copy link
Collaborator

jwillaz commented Jul 10, 2018

When changing modes (Armed, Disarmed, etc), a POST is now made to a different endpoint:

https://arlo.netgear.com/hmsweb/users/devices/automation/active

with a payload similar to the following:

{
"activeAutomations":[
{
"deviceId":"xxxxxxxxxx",
"timestamp":1531211943092,
"activeModes":[
"mode1"
],
"activeSchedules":[
]
}
]
}

@Nicxe
Copy link

Nicxe commented Aug 30, 2018

Any progress in this issue?

@tchellomello
Copy link
Owner

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

@collse
Copy link

collse commented Oct 15, 2018

Has there been any movement on this - seems like its now affecting the front/back end performance as well

@nzben
Copy link

nzben commented Nov 7, 2018

I'm picking this up. I'd be keen to understand where you see the data posted @jwillaz. When I post that payload (with my deviceId and current timestamp) I get

{u'data': {u'message': u'Failed to update Automation Definitions', u'reason': u'Unable to upload active automation. Please try again', u'error': u'AUTO-5050'}, u'success': False}

@teqnet
Copy link

teqnet commented Dec 8, 2018

@nzben
Any progress here. My arlo is unknown 50% of the time (every seccond sample)

@teqnet
Copy link

teqnet commented Dec 8, 2018

Update of alarm_control_panel.arlo_t is taking over 10 seconds

@JesperSkagerberg
Copy link

I am also very interested in the progress. Thank you in advance.

@zemerick1
Copy link

Would love this to work so I could utilize some automation.
I've ran several basic troubleshooting tasks using pyarlo directly.

View mode
View available modes
Set mode
View new mode

It is really hit or miss. Sometimes it will return 'none' as the new set mode. sometimes it will return the same mode as the current set mode, indicating it never got changed. Not sure it is the code as much as it is Arlo.

@nzben
Copy link

nzben commented Jan 18, 2019

I'm not sure if @jwillaz initial issue is correct, because as I posted back in November, I can't get any valid response, nor any valid mode change.

@zemerick1
Copy link

I'm not sure if @jwillaz initial issue is correct, because as I posted back in November, I can't get any valid response, nor any valid mode change.

Yeah, I may be in the wrong thread. However, there is an issue where the mode won't change.

@collse
Copy link

collse commented Jan 19, 2019

its not only the mode change that is broken, I added another camera yesterday and it doesnt show up either - I think the entire component needs reviewing - unfortunately it seems no one has the time or skill at the moment to address the issues ...

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

No branches or pull requests

8 participants