twrecked / hass-aarlo

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

Configuration page is not showing #855

Open gchermette opened 11 months ago

gchermette commented 11 months ago

Hi

Many thanks for this integration!! After a few tries, trying to figure out all the subtleties of configuration and 2FA things, I made it work.

However, I don't have access to the Integration Configuration Page that's mentioned in ReadMe, that should now be the place to go to configure the integration. I'm running version v0.8.1a10, and the integration page shows nothing but the old, usual explanation page.

Am I missing something? Happy to share logs, if anyone tells me where they now sit :)

Thanks

gchermette commented 11 months ago

Please close this, I figured out where to look... I'll put this on the account this is celebration seasons and therefore I don't have all my head... :(

NocturnalNick commented 10 months ago

Apologies for reopening an issue (if it's automated?) but I still can't find that page :-D Maybe post your solution/location for posterity? @gchermette

gchermette commented 10 months ago

It's within the "Arlo Camera Support" integration, in configuration > Integration. It's not within the integration page from HACS

Cheers

NocturnalNick commented 10 months ago

Thanks for that, though no matter how I install the integration (HACS/copy files) I can't get it to appear in the integrations page, and "adding" it says to include it in the configuration.yaml file.

I've actually got my cameras set up and working (for the most part, I refuse to use an Arlo subscription, which cripples hass-aarlo to just a thumbnail and live view, not even battery status or library for locally stored media working after the trial ended) but it would be good to see that same config page others seem to have :-D

gchermette commented 10 months ago

This is what I have in configuration.yaml: aarlo: username: !secret arlo_username password: !secret arlo_password tfa_source: push tfa_type: PUSH mode_api: auto and in secrets.yaml: arlo_username: "yapidee" arlo_password: "yopidoo" Don't forget the "" before and after your username and password

NocturnalNick commented 10 months ago

Thanks for that, must be something else going on in my case then. With those minimal settings it won't start (MQTT issue?), so I set backend: sse. Not much different, though it starts just doesn't go much further. I then add my manual configs back in (platform, sensors etc) Then it works as much as it ever has without cloud support, but still no integration listed.

All good, for now I've resigned to it in it's current state :-) If it helps I'm using HA in a docker container, and running Aarlo v 0.8.1a10 installed through HACS.

jlazerus1 commented 9 months ago

Thanks for that, though no matter how I install the integration (HACS/copy files) I can't get it to appear in the integrations page, and "adding" it says to include it in the configuration.yaml file.

I've actually got my cameras set up and working (for the most part, I refuse to use an Arlo subscription, which cripples hass-aarlo to just a thumbnail and live view, not even battery status or library for locally stored media working after the trial ended) but it would be good to see that same config page others seem to have :-D

Did you get it to show up? I'm in the same situation.

NocturnalNick commented 9 months ago

Thanks for that, though no matter how I install the integration (HACS/copy files) I can't get it to appear in the integrations page, and "adding" it says to include it in the configuration.yaml file. I've actually got my cameras set up and working (for the most part, I refuse to use an Arlo subscription, which cripples hass-aarlo to just a thumbnail and live view, not even battery status or library for locally stored media working after the trial ended) but it would be good to see that same config page others seem to have :-D

Did you get it to show up? I'm in the same situation.

Shamefully no, and I ended up paying for Arlo so my configuration needs are reduced (It was either that or buy all new reolink camears/something less locked down)

twrecked commented 9 months ago

If anybody want to post some debug I can take a look at the logs. As long as you are running 0.8 it should be appearing on the Integrations page. But maybe something went wrong on the startup.

See here for how to enable logging.