-
Notifications
You must be signed in to change notification settings - Fork 79
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
Unable to set modes with the new Arlo user experience #767
Comments
hey, did you point the entity to "user_location_home" / alarm_control_panel.aarlo_user_location_home ? |
I must be misunderstanding your question b/c "user_location_home" does not appear to be an attribute of "alarm_control_panel". I tried a few combinations in my configuration.yaml but nothing would pass the check prior to allowing a reboot. FWIW, I only have one "Home" so I guess I would expect "location.py" to only come back with one option. |
strange... I have "alarm_control_panel.aarlo_user_location_home" in my HA... I'll paste my config / screenshot bit later on when I'm back on my laptop for you if that helps... |
Yes please! Thanks! |
Given the debug message about "BaseStations don't have modes in v3" maybe this is a known issue and perhaps difficult to fix? Once everyone is forced to the new user experience, perhaps it will get some attention. I'm kind of annoyed that I was forced into the new UI since everything was working so well. FWIW, I was able to get the Arlo app's geofencing and scheduling features to work which is all I was using Aarlo for in the first place. Although this does limit what I can do I'm at least back to where I was before this. |
Sorry, I was busy at work, I have an account with the new modes enabled but it doesn't have anything "real" on it so it's not much use for testing. But I was under the impression with the new interface you couldn't change individual base stations. I you want to capture and encrypt some debug I can take a look. |
No worries! I appreciate all the effort you've put in to get this working. I know it can't be easy since Arlo doesn't provide an official API and keeps changing stuff on us! Unfortunately the aarlo integration isn't currently loading due to the authentication issue that you're already working on. Once that is resolved I can upload some logs. |
hey there, thanks for looking at this today, I really appreciate your work! I am now able to authenticate However, I am curious if this is a different issue or related to the changes you had just made? When I attempt to change the modes it fails.
|
I am also getting the above errors trying to set mode: 2023-07-04 22:51:28.232 WARNING (SyncWorker_8) [pyaarlo] attempt 1: error in response when setting mode= and also seeing this too: 2023-07-04 23:01:26.659 WARNING (ArloBackgroundWorker) [pyaarlo] error in response={'data': {'error': '500', 'message': 'INTERNAL_SERVER_ERROR', 'reason': 'INTERNAL_SERVER_ERROR'}, 'success': False} |
Im having the same problem, after the authentication fix (version b17)I can now see cameras and status but I get the same error as above when trying to set the alarm status. |
Having this issue: Logger: pyaarlo
|
i believe I am still on the "old" user experience. having the same errors as @bjornwahman, @ninjazx06 (but not the |
Just to clarify, I believe I am also on the "old" user experience (because I don't know what the new Arlo experience is and my experience hadn't change). |
Same here, old ui but the same AUTO-5050 error |
@twrecked @jtgentry two things - (1) yes, I am definitely on the "old" user experience, and (2) I can now confirm that the
|
With the latest update I can confirm that I can set states again. Thank you |
Hi |
Hello everyone! I've finally found a solution to get my cameras armed by an automation with new interface The problem is a change in the way to get the activation mode in the arlo app. Before, the cameras can be activated individually. Or, now, you have to enable all of them or nothing. The solution is simple: instead off calling Arlo Camera Support "Alarm Set Mode" in your automation, you have to create a new action who use the entity "alarm_control_panel.aarlo_location_XXXXXX" where XXXXX is the name of your location set up in your arlo app. And if you have doorbells, and you doesn't want to enable them in the armed away mode, it's simple: either you use a armed home mode with only your cameras, or just go on the app arlo > routines > armed away> click on the device that you doesn't want to be enabled> delete device hope that's help someone. Sorry for the approximate English. PS: if you want the new app on the arlo, you can force by trying to add a new device> camera> Pro series> Pro 5. At this time, your app should ask you to switch to the new app |
I have "alarm_control_panel.aarlo_location_home" in my entity list, when I click on it, it shows the various modes and I can interact with these modes... But when I try to set up an automation using "call service" I cannot locate "alarm_control_panel.aarlo_location_home" in the list. What am I doing wrong? Thank you! |
Long story short, this was all working perfectly until I added an account for my son which forced me to upgrade to the new user experience. The integration was failing to load until I also upgraded the HomeAssistant Arlo account to the new user experience. I can now see the cameras in hass but I can't set any modes. It appears Arlo eliminated custom modes so there's no way to set "night" mode anymore. You only get Arm Away, Arm Home and Standby. When I try to set a mode I get the following message:
Let me know if you need additional logging or snippets from my yaml(s). I've been having this issue for a couple of weeks but didn't want to bother anyone until I've done my due diligence.
The text was updated successfully, but these errors were encountered: