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

Arlo Chime 2 Sirens do not show up

Open Gamechiefx opened this issue 2 years ago • 1 comments

Hello,

I went to the store and puchased 2 Arlo Chimes to use as standalone. I followed your instructions to the "T" and it would appear that Hassio sees the two chimes A8H317WJ00183 & A8H317WX0019D but they do not show up in the devices list.

aarlo: host: https://my.arlo.com username: [email protected] password: !secret Arlo-PW tfa_host: imap.gmail.com tfa_username: [email protected] tfa_password: !secret gmail-pass last_format: "%m-%d %H:%M" refresh_devices_every: 2 reconnect_every: 90

switch:

  • platform: aarlo siren: True all_sirens: True snapshot: True doorbell_silence: True siren_volume: 1 siren_duration: 10

logger: default: info logs: custom_components.aarlo: debug custom_components.aarlo.switch: debug pyaarlo: debug

2021-12-03 22:46:00 INFO (SyncWorker_4) [pyaarlo] pyaarlo starting 2021-12-03 22:46:00 INFO (MainThread) [homeassistant.setup] Setting up device_tracker 2021-12-03 22:46:01 DEBUG (SyncWorker_4) [pyaarlo] updating A8H317WJ00183 from device refresh 2021-12-03 22:46:01 DEBUG (SyncWorker_4) [pyaarlo] updating A8H317WX0019D from device refresh 2021-12-03 22:46:01 DEBUG (SyncWorker_4) [pyaarlo] set:ARLO/totalCameras=0 2021-12-03 22:46:01 DEBUG (SyncWorker_4) [pyaarlo] set:ARLO/totalDoorBells=0 2021-12-03 22:46:01 DEBUG (SyncWorker_4) [pyaarlo] set:ARLO/totalLights=0 2021-12-03 22:46:01 DEBUG (ArloEventStream) [pyaarlo] (re)starting event loop 2021-12-03 22:46:01 DEBUG (ArloEventStream) [pyaarlo] mqtt: client_id=user_ 2021-12-03 22:46:01 DEBUG (SyncWorker_4) [pyaarlo] waiting for stream up

Gamechiefx avatar Dec 04 '21 08:12 Gamechiefx

We don't have support for using them that way. Can you turn on verbose debug and get me the devices that are returned and then I can add support if possible. They will appear after a line starting:

2021-12-01 09:56:59 DEBUG (SyncWorker_2) [pyaarlo] devices=

This Section of the docs explains how to hide the data so only I can see it. You'll need to copy and paste the output to a file and attach that to the comments.

twrecked avatar Dec 04 '21 14:12 twrecked