Issue with Arlo Q (in Arlo and Aarlo components) - Integration failed to initialize

Hi!

Today I just get an Arlo Q. I tried to add it with the “official” Arlo component (just username and password in config) and I get this error:

And this in logs:

2020-02-06 16:14:21 ERROR (MainThread) [homeassistant.setup] Setup failed for arlo: Integration failed to initialize.

I tried the Aarlo custom component and same problem.

Thanks in advance for your help.

Here’s more logs:

2020-02-07 17:29:46 DEBUG (SyncWorker_7) [pyarlo] Creating Arlo session
2020-02-07 17:29:46 DEBUG (SyncWorker_7) [pyarlo] Params: {'email': 'mymail', 'password': 'mypw'}
2020-02-07 17:29:46 DEBUG (SyncWorker_7) [pyarlo] Headers: {'Content-Type': 'application/json', 'Authorization': None}
2020-02-07 17:29:46 DEBUG (SyncWorker_7) [pyarlo] Querying https://arlo.netgear.com/hmsweb/login/v2 on attempt: 0/3

Of course there is attempt 1/3, 2/3 and 3/3, but after this:

2020-02-07 17:29:47 INFO (MainThread) [homeassistant.setup] Setup of domain arlo took 1.1 seconds.
2020-02-07 17:29:47 ERROR (MainThread) [homeassistant.setup] Setup failed for arlo: Integration failed to initialize.

Just to be precise: I have an Arlo Q but no other cameras or base.

I have the same issuewith the aarlo component. Have you been able to resolve?

Yep. I have to give access of the camera to another account (arlo app>settings>grant access) and give administrative rights.

With the credentials of this account, it works.

I am also having the same issue with Arlo Baby Monitoring camera.

Any success with this? Lately I havent been able to have Arlo working in HA. The login works fine when testing it from a browser.

2020-04-02 15:32:17 ERROR (MainThread) [homeassistant.setup] Setup failed for arlo: Integration failed to initialize.
2020-04-02 15:32:17 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform arlo.alarm_control_panel: Unable to set up component.
2020-04-02 15:32:17 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform arlo.camera: Unable to set up component.

Hi there… Not sure if you are aware of this alternate custom component https://github.com/twrecked/hass-aarlo

I had the same issue described above, where the official integration for Arlo stopped working, (incidentally checked the 2FA solution suggested, however that didn’t solve the problem for me…). I installed this custom component and so far so good. My installation is with 2pcs Arlo Q cameras.

The easiest way is to install the custom component is via HA HACS (Home assistant community store). The description of the custom component is excellent the developer did and outstanding job.

Hope this helps…