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 All-In One Sensors Not Working #991

Open
ParP924 opened this issue Sep 29, 2024 · 8 comments
Open

Arlo All-In One Sensors Not Working #991

ParP924 opened this issue Sep 29, 2024 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@ParP924
Copy link

ParP924 commented Sep 29, 2024

I was successfully able to add the Aarlo integration on my HA instance and I am able to view my camera streams however, I am not able to see any updates on HA when opening and closing doors.

Also another (possible) issue is that I cannot Arm/Disarm my system through the Arlo Keypad HA entity however I can do it through an Aarlo For [email protected] "Unknown" entity.

@twrecked
Copy link
Owner

twrecked commented Oct 2, 2024

As far as I'm aware the all-in-1 sensors work.

Can you turn on an attach some debug. Start with the time you are opening and closing doors.

@twrecked twrecked self-assigned this Oct 2, 2024
@twrecked twrecked added the bug Something isn't working label Oct 2, 2024
@ParP924
Copy link
Author

ParP924 commented Oct 4, 2024

As far as I'm aware the all-in-1 sensors work.

Can you turn on an attach some debug. Start with the time you are opening and closing doors.

I am not sure where I can find the logs but I have turned on debugging options within HA. I checked the documentation on how to enable debug but I cannot seem to find /config/aarlo.yaml file.

Update: I checked the logs today and I did find this:

This error originated from a custom integration.

Logger: pyaarlo
Source: custom_components/aarlo/__init__.py:408
integration: Arlo Camera Support (documentation, issues)
First occurred: October 5, 2024 at 9:39:29 PM (5 occurrences)
Last logged: October 5, 2024 at 9:39:32 PM

session start failed
body-error=KeyError
error in new response={'meta': {'code': 400, 'error': 9204, 'message': 'Browser is not trusted'}}

@ParP924
Copy link
Author

ParP924 commented Oct 9, 2024

Could you also let me know if there is an older version of the integration where the all in one sensors work?

@twrecked
Copy link
Owner

You have to create /config/aarlo.yaml if it's not there.

I assumed all the old versions were working with it. Nobody else has said anything, you could try on the home assistant community website, there are some pretty good people on there.

I think I might have a fix for the 'browser not trusted' issue; I'll check it here first.

@ParP924
Copy link
Author

ParP924 commented Oct 10, 2024

Could you share the minimum content that needs to be in aarlo.yml file?

@twrecked
Copy link
Owner

https://github.com/twrecked/hass-aarlo#enabling-debug

aarlo:
  verbose_debug: true

@ParP924
Copy link
Author

ParP924 commented Oct 10, 2024

Looks like even after adding the verbose logger it still just gives me the same log.

This error originated from a custom integration.

Logger: pyaarlo
Source: custom_components/aarlo/__init__.py:408
integration: Arlo Camera Support (documentation, issues)
First occurred: 10:21:32 PM (5 occurrences)
Last logged: 10:21:35 PM

session start failed
body-error=KeyError
error in new response={'meta': {'code': 400, 'error': 9204, 'message': 'Browser is not trusted'}}

@twrecked
Copy link
Owner

It should all be in /config/home-assistant.log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants