Home Assistant 2023.3.0
Supervisor 2023.01.1
Operating System 9.5
I’ve been struggling to get my Arlo cameras to show up. I see in the logs the 2FA code is being picked up from my email it appears login to Arlo’s site is working but I still don’t see cameras showing up under Entities except for sensor.aarlo_total_cameras.
I do see these in my log file:
WARNING (SyncWorker_0) [pyaarlo] No devices returned from /hmsweb/v2/users/devices?t=1677789381346
DEBUG (SyncWorker_0) [pyaarlo] devices=[]
DEBUG (SyncWorker_0) [pyaarlo] : set:ARLO/totalCameras=0
WARNING (MainThread) [custom_components.aarlo.camera] camera.aarlo_total_cameras library websocket failed
EDIT
I have been playing with this more and I am seeing my Arlo cameras by S/N showing up in the logs with the following.
2023-03-03 10:22:45.131 DEBUG (ArloBackgroundWorker) [pyaarlo] request-end=200
2023-03-03 10:22:45.131 DEBUG (ArloBackgroundWorker) [pyaarlo] skipping 4XH5767DB2A2F:2023-02-27T18:21:00
2023-03-03 10:22:45.131 DEBUG (ArloBackgroundWorker) [pyaarlo] skipping 4XH5767DB2A2F:2023-02-27T18:19:56
2023-03-03 10:22:45.131 DEBUG (ArloBackgroundWorker) [pyaarlo] skipping 4XH57679B22DD:2023-02-27T17:30:01
2023-03-03 10:22:45.131 DEBUG (ArloBackgroundWorker) [pyaarlo] skipping 4XH5767DB2A2F:2023-02-27T16:22:45
2023-03-03 10:22:45.132 DEBUG (ArloBackgroundWorker) [pyaarlo] ml:load-count=1
2023-03-03 10:22:45.132 DEBUG (ArloBackgroundWorker) [pyaarlo] initial refresh done
So it appears HA can log into my Arlo account successfully but after that they are not being added to Entities. Other than, sensor.aarlo_total_cameras.
Any help would be appreciated as I have been playing with this off and on for weeks.