Closed DominikReber closed 5 months ago
Can you paste in your Aarlo config and we'll start there.
`
aarlo: backend: sse username: !secret arlo_username password: !secret arlo_password tfa_host: 'imap.gmail.com' tfa_username: !secret tfa_username tfa_password: !secret tfa_password recent_time: 10 db_ding_time: 10 db_motion_time: 30 last_format: '%m-%d %H:%M' refresh_devices_every: 1 reconnect_every: 90 stream_timeout: 120 backend: sse verbose_debug: True
camera:
alarm_control_panel:
binary_sensor:
sensor:
light:
switch:
media_player:
`
Somehow it is formatting the code...
You need to use triple backticks to format the config.
The one thing to try would be to take out the backend: sse
entry (entries) and try again. The code should be able to work out which backend to use.
If that doesn't help with the issue can you attach some debug. See here for turning it on and here for encrypting it for uploading.
This issue is stale because it has been open for 365 days with no activity. This issue will be automatically closed within 28 days if there is no further activity.
This issue was closed because it has been inactive for 28 days since being marked as stale.
Hi
I have seemed to have set aarlo correctly up, it is logging in correctly using gmail as 2facter auth. But I only get the first image/link after login/reboot of homeassistant. Any further updates of arlo are not registered.
HASS is running in docker and I had to install HACS using command line (as the docker installation does not support addons) But it all seems to work ,except for the problem that it's only detected the first update of a camera.
What can the reason for it be?
Anytime when I delete session.pickle and reboot home assistant, I get a new image/video, but that's it.
Thanks
Dominik