hass-aarlo icon indicating copy to clipboard operation
hass-aarlo copied to clipboard

Aarlo snapshot, camera_snapshot_to_file not available anymore

Open pinkfloydFR opened this issue 10 months ago • 0 comments

[ PLEASE READ the bottom of the ticket, lot of new info ]

Hi,

Arlo : AVD-2001 AARLO : latest 0.7.4 b19 HA OS : Home Assistant 2023.8.3 Supervisor 2023.08.1 Operating System 10.4

In my Home Assistant OS, with node red, i used to send to my telegram bot a snapshot when someone ring on my arlo wireless.

With this node :

image

But i don't know wich update exactly, the camera_snapshot_to_file is not available anymore :

image

The standard snapshot form camera is not working neither.

Here is my configuration :

` username: !secret arlo_username password: !secret arlo_password tfa_host: 'imap.gmail.com' tfa_username: !secret arlo_tfa_username tfa_password: !secret arlo_tfa_password refresh_devices_every: 2 stream_timeout: 120 reconnect_every: 90 #stream_snapshot_stop: 3 #stream_snapshot: True snapshot_checks: 3 snapshot_timeout: 60 db_motion_time: 30 db_ding_time: 10 recent_time: 10 last_format: '%m-%d %H:%M' save_media_to: "/config/www/arlo/" backend: sse host: https://myapi.arlo.com

`

Any help would be appreciated, thanks !

EDIT :

Just seen that in my entities view : image

Rebooting the camera does nothing :(

EDIT 2 : in the log : 2023-08-20 12:13:39.534 DEBUG (ArloEventStream) [pyaarlo] request-end=200 2023-08-20 12:13:59.928 DEBUG (ArloBackgroundWorker) [pyaarlo] fast refresh 2023-08-20 12:13:59.928 DEBUG (ArloBackgroundWorker) [pyaarlo] NO ping to A5U10CW1006EB 2023-08-20 12:13:59.928 DEBUG (ArloBackgroundWorker) [pyaarlo] no mode reload 2023-08-20 12:13:59.928 DEBUG (ArloBackgroundWorker) [pyaarlo] device reload check 59853.001230132 66873.489994224 2023-08-20 12:13:59.929 DEBUG (ArloBackgroundWorker) [pyaarlo] day testing with 2023-08-20! 2023-08-20 12:14:00.413 DEBUG (ArloMediaDownloader) [pyaarlo] waiting for media 2023-08-20 12:14:39.363 DEBUG (ArloEventStream) [pyaarlo] sseclient-error=ChunkedEncodingError 2023-08-20 12:14:42.606 DEBUG (ArloEventStream) [pyaarlo] fetching device list after ev-reconnect 2023-08-20 12:14:42.606 DEBUG (ArloEventStream) [pyaarlo] get+response running 2023-08-20 12:14:42.607 DEBUG (ArloEventStream) [pyaarlo] request-url=https://myapi.arlo.com/hmsweb/v2/users/devices?t=1692526482606&eventId=FE!f6bb55cb-4d64-405b-8e13-5558a516703d&time=1692526482607 2023-08-20 12:14:42.607 DEBUG (ArloEventStream) [pyaarlo] request-params=

result of request-url : {"success":false,"data":{"error":"2015","message":"Your session has expired. Please log in.","reason":"Access token is required."}}

so i tried to connect in arlo website with my HA aarlo login, and a strange behaviour appear. As expected, when login, the site ask me for tfa code sended to my mailbox, and at this moment, i noticed/verified, i DO NOT receive any code from aarlo request ( as usual ) only this one from my manual connexion.

it's like if aarlo doesn't successfull ask for a refresh session token ( tried to delete aarlo.pickle file, and restart HA, no more luck

pinkfloydFR avatar Aug 19 '23 13:08 pinkfloydFR