Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arlo component not working #33818

Closed
JensBohlin opened this issue Apr 8, 2020 · 2 comments
Closed

Arlo component not working #33818

JensBohlin opened this issue Apr 8, 2020 · 2 comments

Comments

@JensBohlin
Copy link

JensBohlin commented Apr 8, 2020

The problem

Arlo integration does not work any more. It stopped working a few weeks ago. Error message is:

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.

Environment

  • Home Assistant Core release with the issue: HassOS 3.11.
  • Last working Home Assistant Core release (if known): -
  • Operating environment (Home Assistant/Supervised/Docker/venv): HASSIO on Raspberry P
  • Integration causing this issue: Arlo
  • Link to integration documentation on our website: https://www.home-assistant.io/integrations/arlo/

Problem-relevant configuration.yaml

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

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

Traceback/Error logs

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.

Additional information

Not using 2FA with Arlo services

@dshokouhi
Copy link
Member

dshokouhi commented Apr 8, 2020

@JensBohlin you had forgotten to mention the HA core version, the HassOS version is not the same. Please update your description to include the HA core version.

Edit: also there should be more error messages than just that, check the entire log file to see if there is something else above that output.

@frenck
Copy link
Member

frenck commented Apr 8, 2020

duplicate of #33095

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants