twrecked / hass-aarlo

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

Arlo Chime 2 Sirens do not show up #534

Open Gamechiefx opened 2 years ago

Gamechiefx commented 2 years ago

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: example@gmail.com password: !secret Arlo-PW tfa_host: imap.gmail.com tfa_username: example@gmail.com tfa_password: !secret gmail-pass last_format: "%m-%d %H:%M" refresh_devices_every: 2 reconnect_every: 90

switch:

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: clientid=user 2021-12-03 22:46:01 DEBUG (SyncWorker_4) [pyaarlo] waiting for stream up

twrecked commented 2 years ago

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.