-
Notifications
You must be signed in to change notification settings - Fork 81
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
Cannot arm or disarm location_home #843
Comments
Hi I have the same problem. the Alarm panel that got setup once i installed aarlo does not change its status when I change it in the Arlo mobile app or website. So if I change Alarm status from Armed_away to Disabled in the app, the HA entity status does not change. Likewise changing it in HA does not reflect the change to Arlo app. HA info: my config:
|
Update: I don't think its the aarlo plugin right now. I think I might have run afoul of some Arlo WAF. I cannot login to my dashboard in the browser from my home network. The instant I click login I get a banner on their site that I have No Internet. (lol ok,) or an instant "Request Timed Out." If I get behind another public IP using a vpn, I can authenticate. I came across this thread and I am trying to confirm I'm having a similar issue: https://community.arlo.com/t5/Arlo-Pro/You-are-unable-to-access-ocapi-app-arlo-com/m-p/1920672 |
I was able to confirm that I am having the issue linked in my post just above this. Chrome devtools shows me:
I believe I am dealing with two issues. I originally posted when I could still interact with my cameras but I could not change the alarm panel mode. Now I have a new issue, where I am blocked from authenticating to my arlo cloud instance from my public IP. I am trying to get Arlo support to unblock my IP. Maybe that'll magically fix my first issue. |
Good luck with the blocking issue. Is there any way you can get a new IP? @anachronox99 (and @brenmcg57 when you're unblocked) try removing the |
HI @twrecked -> so remove the host line altogether, not replace it with some other values? |
Yes, remove it, the default ( |
OK did that and restarted. My Arlo app shows my status as "Arm Home" and home assistant shows status as armed_away. I then tried to disarm in HA from the Alarm panel lovelace element by clicking 'Disarm' and nothing happened. I then went to the Arlo app and changed status to 'Standby' and waited a minute - HA did not refresh it's status. |
@anachronox99 I'm going to need some logs. Turn on verbose debug. And encrypt it with the link in that section. |
Here you go |
There was no arlo related debug in the logs. You need to update your config and reboot. There will be a lot of stuff from |
homeassistant.log |
My bad, I missed a step. You need to add this to you logger:
default: info
logs:
pyaarlo: debug
custom_components.aarlo: debug |
New logs: |
Looks like my public IP finally got unblocked by Arlo.com security. Who knows, maybe there was a cooldown period. I didn't try to authenticate for 24 hours then was able to login to my Arlo dashboard from a browser. Since I had butchered my Aarlo instance I started clean with a new install on the latest stable. No problems now! I can interact with all cameras and arm/disarm location_home. I kind of wish I'd discovered something that could have helped @anachronox99. I'm happy to provide anything from my setup that might be useful for comparison. |
@brenmcg57 That's great. Sometimes you just need to give them time to forget you! @anachronox99 Logs look good, I'll take a good look at them. edit: |
You've been moved over to locations so that one doesn't work anymore. This is an Arlo thing. Look for an entity called |
It's a pain for sure. I'll look to tidy this up later. Disabling for now is the way to go. |
Looks like we're both operational. |
I had a working installation with an automation to arm and disarm the Home location. This stopped working a few days ago. When I try clicking the Arm Home or Arm Away buttons of the location_home card, I get the following popup at the bottom of the screen:
Failed to call service alarm_control_panel/alarm_arm_home. 'NoneType' object has no attribute 'get'
I only have the default Aarlo recommended config sections.
I tried a clean HA install and got the same result. I also tried allowing upgrades to the .8 beta versions. No change in behavior.
Keep in mind that my 2FA is working fine. I can see the camera and interact with their cards.
Maybe not interesting, but now the user_location_home (not to be confused with location_home) card has both arm and disarm buttons and they are interactive, but my Arlo app shows no effect of clicking them. Only the location_home buttons did anything before.
The text was updated successfully, but these errors were encountered: