hi,
I enabled homekit: in configuration and entered the code to home app and I get my brige plus a few subset of my sensors added to homekit.
No lights nor switches are added - should that not happen automatically ?
hi,
I enabled homekit: in configuration and entered the code to home app and I get my brige plus a few subset of my sensors added to homekit.
No lights nor switches are added - should that not happen automatically ?
Are they Z-wave lights and switches? In that case you have to use an automation which starts homekit component after the Z-wave network has initialized.
just a good bunch of phillips hue lights and sensor.
i’ll try add the delay and see if that changes anything.
hmm - seems like https://github.com/ikalchev/HAP-python/pull/142 indicates lights from hue is not exposed.
That issue you link, doesn’t mean anything for Home Assistant. Important is that your HA frontend shows the lights as light
domain and you’ve configured the filter correctly (check the doc for this if needed).
The delay might also be a good idea.
HAP-python is the library used by homeassistant thus I thought it would most likely explain it.
anyhow, tried adding the delay as documented but errored ;/
finally I called “homekit.start” manually and voila - they show up!
…now need to figure out why the example at https://www.home-assistant.io/components/homekit/#disable-auto-start gives errors ;/