twrecked / hass-aarlo

Asynchronous Arlo Component for Home Assistant
GNU Lesser General Public License v3.0
374 stars 77 forks source link

Motion detection Stopped or frozen #590

Open sambeetm opened 2 years ago

sambeetm commented 2 years ago

All my five Pro2 cameras' motion detection is frozen for last 20 Hours. They are either stuck at Clear or Detected status. Restarting Arlo or HA multiple times did not help.

twrecked commented 2 years ago

Can you try changing the backend? Use sse, see here.

I think Arlo is playing around with something.

sambeetm commented 2 years ago

Yes, adding 'backend: sse' resolved the issue. Thanks.

mikesalz commented 2 years ago

I have the same issue. I added backend: sse but it still doesn't seem to work. Sound is detected; Just not motion. This is for both an Arlo Ultra system and Arlo Baby cameras.

aarlo:
  username: XXXXXX@XXXXXXX.com
  password: XXXXXXX
  mode_api: v2
  backend: sse
  tfa_source: imap
  tfa_type: email
  tfa_host: imap.gmail.com
  tfa_username: XXXXXX@XXXXXXX.com
  tfa_password: XXXXXXXXX
techtim89 commented 2 years ago

Can you try changing the backend? Use sse, see here.

I think Arlo is playing around with something.

This also fixed my issue with motion detection triggering as well. Thank you!! Quick and easy fix.

KoolLSL commented 2 years ago

I had same issue appearing after updating HA and aarlo (Arlo Pro 2). Adding backend: sse fixed it. Thanks !