home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.67k stars 30.8k forks source link

Koogeek plugs is working in HASS but can't be seen in Homekit #15179

Closed ghost closed 6 years ago

ghost commented 6 years ago

Home Assistant release with the issue: 0.72.1

Last working Home Assistant release (if known):

Operating environment (Hass.io/Docker/Windows/etc.): Hass on Rassberry PI

Component/platform:

Koogeek smartplug

Description of problem: I've added 2 koogeek smartplugs into HASS. Works flawless. I've also got a Homealarm which also works in HASS.

When adding "homekit" to HASS only the alarmstuff works in homekit. The plugs wont show there.

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

# Discover some devices automatically
discovery:
  enable:
    - homekit

homekit:
<img width="554" alt="skarmavbild 2018-06-27 kl 22 25 22" src="https://user-images.githubusercontent.com/40644112/41998671-91c3afc2-7a5b-11e8-80df-d169898b721e.png">

Traceback (if applicable):

Additional information:

schmittx commented 6 years ago

Be advised that there's two "HomeKit" related components within HASS.

discovery:
  enable:
    - homekit

This configuration is for HomeKit Controller component, which allows you to control native HomeKit devices from HASS.

homekit:
  filter:
    include_domains:
      - alarm_control_panel
      - light

This configuration is for the Homekit component, which allows you to control HASS devices (with non-native HomeKit support) from HomeKit.

I believe you want to use the HomeKit component. Please update your configuration and confirm if any errors.

ghost commented 6 years ago

Thanks, I'm aware of the 2 different components.

I have tried all configurations but the smartplugs is nowhere to be found in Homekit.

balloobbot commented 6 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:

balloobbot commented 6 years ago

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍