Hi all,
I’m testing to integrate the HomeKit service, so I can “speak” to OpenHAB to turn on/off light for a start.
However, I can’t figure out the right configuration of the items to show up in HomeKit.
I have the following “homekit.items” file:
Rollershutter home_test "homekit test" {homekit = "HomeKitTest"}
Rollershutter window_covering "Window Rollershutter" {homekit = "WindowCovering"}
Rollershutter window_covering2 "2Window Rollershutter" {homekit = "2WindowCovering"}
The only item showing up in HomeKit is the second one.
I also tested with a “Switch” item, but that does not show up either.
Then the second question is, lets assume the rollershutter is right as configurered above, how do I add the zwave config to it?
Thanks in advance!
/Jasper