Steve Herrell

Results 405 comments of Steve Herrell

I don't layout my configuration that way so I don't know how it works. Can try putting `aarlo` in `configuration.yaml`, ie: ```yaml aarlo: username: !secret arlo_username password: !secret arlo_password refresh_devices_every:...

If you have 2fa enabled at Arlo you'll need to provide an IMAP login to retrieve the email. See [here](https://github.com/twrecked/hass-aarlo#imap). ```yaml aarlo: ... you old config tfa_source: imap tfa_type: email...

Agreed, it's a pain. If you're using Gmail you will need to set up and application password. It only takes 5 minutes to do - https://support.google.com/mail/answer/185833?hl=en

Glad you found it but I think you had 2 issues. The Cloudflare one and the imap one. Just in case you run into Cloudlfare issues going forward: https://github.com/twrecked/hass-aarlo#cloud-flare

One other thing to is logging in from the you HA account using a web browser. That might reset something at the Cloudflare end.

It really is annoying... Can you get another IP address to try? Reboot your router? And what kind of system is your HA running on? Docker, PI, etc?

Thanks for this! I'll take a look later today - it's morning here - it's March break so I've got less time and been concentrating on making aarlo work with...

It completely fell of my radar - real work and summer stuff got in the way. I'll try to make some time to take a look at this.

@jesserockz Firstly, many apologies again for the delay getting round to this, you still interested in bringing this in (or hooking it into) aarlo/pyaarlo? With splitting aarlo and pyaarlo into...

This one is pretty simple, the value is already exposed in the attributes of the `last` sensor. I'll take a look.