twrecked / hass-aarlo

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

Aarlo not providing camera entities anymore after upgrading to 0.8 #834

Open JCvanDoorn opened 10 months ago

JCvanDoorn commented 10 months ago

Hi,

I'm sure I'm doing something wrong, but I can't figure out what. I just upgraded my HACS AARLO Integration to 0.8, which then gave me a notification that I could not use "camera: -platform: aarlo" anymore in configuration.yaml.

I found that some of the configuration has now been moved to aarlo.yaml, but when I copy my configuration to that file, the file is "reset" to the default file after I restart HA. All it contains after a HA Restart is:

version: 1 aarlo: host: https://my.arlo.com/

I'm running HassOS 11.1 (Core 2023.11.2, Supervisor 2023.11.0). I installed AARLO through HACS and have the latest Alpha build.

I also read in the readme for many of the config items that "This is now handled from the Integration Page", but I have no idea where I can find the "Integration Page" or the "Integration Configuration Page"

Can anyone tell me what I'm doing wrong?

twrecked commented 10 months ago

You're trying the alpha build which is in a testing stage. Most of the configuration has been moved into the Home Assistant databases.

You can see the integration in: Settings -> Devices & Services

One thing to try is to add this to the bottom the aarlo.yaml file:

aarlo:
  ... your current config
  send_source: true
JCvanDoorn commented 10 months ago

Thanks! I thought that too, but I can't see anything about AARLO or ARLO in 'Settings -> Devices & Services'. I also checked the Ignored and Disabled Services, but there is nothing there.

I also tried adding the 'send_source: true' to the bottom of the aarlo.yaml file, but it's still overwritten upon a restart of HA.

twrecked commented 10 months ago

I think you found a bug in the alpha stuff.

If you find a back trace in the logs can you post it.

Other than that you should go back to a previous release and I'll figure out a fix for you.

Thanks

On Sat, Nov 11, 2023, 09:49 Jeremy van Doorn @.***> wrote:

Thanks! I thought that too, but I can't see anything about AARLO or ARLO in 'Settings -> Devices & Services'. I also checked the Ignored and Disabled Services, but there is nothing there.

I also tried adding the 'send_source: true' to the bottom of the aarlo.yaml file, but it's still overwritten upon a restart of HA.

— Reply to this email directly, view it on GitHub https://github.com/twrecked/hass-aarlo/issues/834#issuecomment-1806835852, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALHJU6WTT3LMYU5KRL5VM43YD6GBFAVCNFSM6AAAAAA7HFAR46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBWHAZTKOBVGI . You are receiving this because you commented.Message ID: @.***>

JCvanDoorn commented 10 months ago

I can send you some of the logs. Where should I look, which logfile?

twrecked commented 10 months ago

Before sending the logs could you post your aarlo configuration - minus the sensitive pieces? You might have an option enabled that has been removed.

But, the logs can be found inhomeassistant.log in the same directory you have your configuration.yaml file. You have 2 choices: