I created a new gmail account , i enabled imap for that user account, i shared arlo permissions to my cameras with this account, i can manually log in to my.arlo.com with this account and see the cameras (the 2fa comes to the gmail account and works no problem)
Trying to work with AARLO however is not working, at this point I just want to get it connected, here is the very basic config I am using
aarlo:
backend: sse
username: !secret uuser
password: !secret ppass
db_motion_time: 30
db_ding_time: 10
recent_time: 10
last_format: β%m-%d %H:%Mβ
refresh_devices_every: 2
verbose_debug: True
tfa_host: βimap.gmail.comβ
And the uuser and ppass are defined properly in secrets.yaml, I get the following error on startup:
Waiting on integrations to complete setup: aarlo
8:48:01 AM β (WARNING) bootstrap.py - message first occurred at 8:46:00 AM and shows up 3 times
unable to connect to Arlo: attempt=1,sleep=15,error=2fa startup failed
8:47:02 AM β (ERROR) aarlo (custom integration) - message first occurred at 8:45:12 AM and shows up 4 times
imap connection failedbβ[AUTHENTICATIONFAILED] Invalid credentials (Failure)β
8:47:02 AM β (ERROR) aarlo (custom integration) - message first occurred at 8:45:12 AM and shows up 8 times
Setup of aarlo is taking over 10 seconds.
8:45:20 AM β (WARNING) runner.py
Anyone able to help ?