Arlo not working any more

Hi

I have used Arlo cameras togheter with my Hassio and it used to worked just fine.
But since a few weeks, my hassio in unable to setup the Arlo integration.

I’m getting this error message

Logger: homeassistant.setup
Source: setup.py:263
First occurred: 3 april 2020 22:44:20 (2 occurrences)
Last logged: 3 april 2020 22:44:20

* Unable to prepare setup for platform arlo.sensor: Unable to set up component.
* Unable to prepare setup for platform arlo.camera: Unable to set up component.

My configuration is simple

arlo:
  username: !secret arlo_username
  password: !secret arlo_password

Any ideas?

That’s the arlo platform configuration and it looks correct.

Home assistant is complaining about the camera and sensor components associated with this though.

What does your arlo camera configuration look like. And arlo sensor if using it.

Also do you have the ffmpeg component installed?

Hi Tom,
Thanks for replying!

Camera and sensor configuration

camera:
  - platform: arlo
    ffmpeg_arguments: '-pred 1 -q:v 2'
sensor:
  
   - platform: arlo
     monitored_conditions:
       - captured_today
       - last_capture
       - total_cameras
       - battery_level
       - signal_strength

And yes, the ffmpeg: is installed


 ffmpeg:

Looks fine to me. You should open an issue.

Did you ever get this working? My arlo is set up the same and is doing the same.

No, I created an issue, but it was a duplicate of https://github.com/home-assistant/core/issues/33095

Seems that HACS aarlo should fix this issue, but I haven’t tried it yet.

Br

Jens