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

Can’t find aarlo.yaml #981

Open
rpaillot opened this issue Sep 2, 2024 · 5 comments
Open

Can’t find aarlo.yaml #981

rpaillot opened this issue Sep 2, 2024 · 5 comments

Comments

@rpaillot
Copy link

rpaillot commented Sep 2, 2024

Hi

I might sound stupid but I can’t find aarlo.yaml in my home assistant folder.
I use file editor to access the directory and I only find configuration.yaml which is my HA config file.

otherwise aarlo integration works perfectly but can’t tweak much things if I can’t find aarlo.yaml

this is what file editor shows me at the root of /homeassistant
IMG_9411

In custom components I have the aarlo directory with only .py files but not yaml.

In the .aarlo folder at the root of home assistant like in the attached screen capture I only find .pickle files and cookies.txt

thanks for your help

@unecc
Copy link

unecc commented Sep 3, 2024

This is what's inside

version: 1
aarlo:
host: https://my.arlo.com
mqtt_host: mqtt-cluster-z1.arloxcld.com

@rpaillot
Copy link
Author

rpaillot commented Sep 4, 2024

only that ?

Then, Where can I tweak Aarlo Integration, especially regarding the video streaming ?
Should I modify the .py files?

@twrecked
Copy link
Owner

twrecked commented Sep 4, 2024

You can add more entries to that file. For example I have:

version: 1
aarlo:
  recent_time: 60
  refresh_devices_every: 1
  refresh_modes_every: 60
  stream_timeout: 125
  user_agent: linux
  reconnect_every: 15
  save_media_to: /config/media/${SN}/${Y}/${m}/${d}/${T}

If there isn't a value the code just uses a default.

edit: I just checked the code, if this is a new install the file won't be created, it's all default settings. I'll update the docs to say this.

@rpaillot
Copy link
Author

rpaillot commented Sep 4, 2024

Thank you man ;)

I have some troubles also with the Lovelace card. The v0.2 which is only available on HACS has troubles for streaming (it plays half a second then stop)

I could try v0.3 and it works much better but I have sometimes error « custom element doesn’t exist Arlo glance »
I can’t find why it does that sometime but I guess it’s because I installed it manually with the install script and it’s not as solid as installing it via HACS (where it’s not possible to install v0.3)

@twrecked
Copy link
Owner

twrecked commented Sep 4, 2024

You can install 0.3 by HACS, you just have to ask it to look for "pre-release" builds.

Once I get some other (unrelated) work done I'll get round to moving that out of pre-release.

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

No branches or pull requests

3 participants