twrecked / hass-aarlo

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

Arlo Baby light and HomeKit integration #178

Open cafedo opened 4 years ago

cafedo commented 4 years ago

Hi all, after the recent updates Arlo Baby light is very nicely integrated in Home Assistant as a light entity. So I share this also as a HomeKit entity: it is recognized in my IOS Home app, I can see the status (switched on/off) but I can't control it and there is the persistent warning "the accessory is not responding". Are you also suffering this problem?

twrecked commented 4 years ago

I don't use Homekit, maybe somebody who does can jump in.

But one thing you can do is turn on debug and see if the request is actually getting through to the Arlo component. Turn on debug with following options and reboot:

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

Look in the log (/config/homeassistant.log) for any mention of the light you use it from HomeKit.